C# Class Domain.Client.Accounts.Account

Inheritance: IHandleAccountStateTransitions
显示文件 Open project: AdrianFreemantle/DDD Class Usage Examples

Protected Methods

Method Description
ApplyEvent ( object @event ) : void

Private Methods

Method 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 method

protected ApplyEvent ( object @event ) : void
@event object
return void