C# Class TJ.CQRS.Tests.Stub.StubEventStore

Inheritance: EventStore
Afficher le fichier Open project: mastoj/TJ.CQRS Class Usage Examples

Méthodes publiques

Méthode Description
GetAllEvents ( ) : IEnumerable
InsertEvents ( IEnumerable eventBatch ) : void
StubEventStore ( IEventBus eventBus ) : System

Méthodes protégées

Méthode Description
GetEvents ( System.Guid aggregateId ) : IEnumerable
InsertBatch ( IEnumerable eventBatch ) : void

Method Details

GetAllEvents() public méthode

public GetAllEvents ( ) : IEnumerable
Résultat IEnumerable

GetEvents() protected méthode

protected GetEvents ( System.Guid aggregateId ) : IEnumerable
aggregateId System.Guid
Résultat IEnumerable

InsertBatch() protected méthode

protected InsertBatch ( IEnumerable eventBatch ) : void
eventBatch IEnumerable
Résultat void

InsertEvents() public méthode

public InsertEvents ( IEnumerable eventBatch ) : void
eventBatch IEnumerable
Résultat void

StubEventStore() public méthode

public StubEventStore ( IEventBus eventBus ) : System
eventBus IEventBus
Résultat System