C# Class Adaptive.ReactiveTrader.EventStore.Domain.AggregateBase

Inheritance: IAggregate
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud Class Usage Examples

Public Methods

Method Description
ClearPendingEvents ( ) : void
GetPendingEvents ( ) : ICollection

Protected Methods

Method Description
RaiseEvent ( object @event ) : void

Private Methods

Method Description
IAggregate ( object @event ) : void

Method Details

ClearPendingEvents() public method

public ClearPendingEvents ( ) : void
return void

GetPendingEvents() public method

public GetPendingEvents ( ) : ICollection
return ICollection

RaiseEvent() protected method

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