C# Class Domain.Client.Accounts.Account

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

Méthodes protégées

Méthode Description
ApplyEvent ( object @event ) : void

Private Methods

Méthode Description
IAccountState ( AccountBilled @event ) : void
IAccountState ( AccountOpened @event ) : void
IAccountState ( AccountStatusChanged @event ) : void
IHandleAccountStateTransitions ( AccountBilled @event ) : void
IHandleAccountStateTransitions ( AccountOpened @event ) : void
IHandleAccountStateTransitions ( AccountStatusChanged @event ) : void

Method Details

ApplyEvent() protected méthode

protected ApplyEvent ( object @event ) : void
@event object
Résultat void