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.
|
This is the complete list of members for Cqrs.Events.IEventStore< TAuthenticationToken >, including all inherited members.
Get(Type aggregateRootType, Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1) | Cqrs.Events.IEventStore< TAuthenticationToken > | |
Get(Guid correlationId) | Cqrs.Events.IEventStore< TAuthenticationToken > | |
Get< T >(Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1) | Cqrs.Events.IEventStore< TAuthenticationToken > | |
Save(Type aggregateRootType, IEvent< TAuthenticationToken > @event) | Cqrs.Events.IEventStore< TAuthenticationToken > | |
Save< T >(IEvent< TAuthenticationToken > @event) | Cqrs.Events.IEventStore< TAuthenticationToken > |