CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Tests.Substitutes.TestSnapshotEventStore Member List

This is the complete list of members for Cqrs.Tests.Substitutes.TestSnapshotEventStore, including all inherited members.

EmptyGuidCqrs.Tests.Substitutes.TestEventStore
Get(Type aggregateType, Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1)Cqrs.Tests.Substitutes.TestSnapshotEventStorevirtual
Cqrs::Tests::Substitutes::TestEventStore.Get(Guid correlationId)Cqrs.Tests.Substitutes.TestEventStore
Get< T >(Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1)Cqrs.Tests.Substitutes.TestEventStorevirtual
Save(Type aggregateRootType, IEvent< ISingleSignOnToken > @event)Cqrs.Tests.Substitutes.TestEventStorevirtual
IEventStore< ISingleSignOnToken >.Save(Type aggregateRootType, IEvent< TAuthenticationToken > @event)Cqrs.Events.IEventStore< ISingleSignOnToken >
Save< T >(IEvent< ISingleSignOnToken > @event)Cqrs.Tests.Substitutes.TestEventStorevirtual
IEventStore< ISingleSignOnToken >.Save< T >(IEvent< TAuthenticationToken > @event)Cqrs.Events.IEventStore< ISingleSignOnToken >
TestEventStore()Cqrs.Tests.Substitutes.TestEventStore