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

Inheritance: IAggregate
Afficher le fichier Open project: AdaptiveConsulting/ReactiveTraderCloud Class Usage Examples

Méthodes publiques

Méthode Description
ClearPendingEvents ( ) : void
GetPendingEvents ( ) : ICollection

Méthodes protégées

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

Private Methods

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

Method Details

ClearPendingEvents() public méthode

public ClearPendingEvents ( ) : void
Résultat void

GetPendingEvents() public méthode

public GetPendingEvents ( ) : ICollection
Résultat ICollection

RaiseEvent() protected méthode

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