C# Class PersistenceModel.Reporting.Projections.AccountStatusHistoryProjection

Afficher le fichier Open project: AdrianFreemantle/DDD Class Usage Examples

Méthodes publiques

Méthode Description
AccountStatusHistoryProjection ( IRepository repository ) : System
When ( AccountStatusChanged @event ) : void

Method Details

AccountStatusHistoryProjection() public méthode

public AccountStatusHistoryProjection ( IRepository repository ) : System
repository IRepository
Résultat System

When() public méthode

public When ( AccountStatusChanged @event ) : void
@event Domain.Client.Accounts.Events.AccountStatusChanged
Résultat void