CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >, including all inherited members.

AggregateFactoryCqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protected
EventStoreCqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protected
Get< TAggregateRoot >(Guid aggregateId, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >
GetToDate< TAggregateRoot >(Guid aggregateId, DateTime versionedDate, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >
GetToVersion< TAggregateRoot >(Guid aggregateId, int version, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >
RepositoryCqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protected
Save< TAggregateRoot >(TAggregateRoot aggregate, int? expectedVersion=null)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >
SnapshotRepository(ISnapshotStore snapshotStore, ISnapshotStrategy< TAuthenticationToken > snapshotStrategy, IAggregateRepository< TAuthenticationToken > repository, IEventStore< TAuthenticationToken > eventStore, IAggregateFactory aggregateFactory)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >
SnapshotStoreCqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protected
SnapshotStrategyCqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protected
TryMakeSnapshot(IAggregateRoot< TAuthenticationToken > aggregate, IEnumerable< IEvent< TAuthenticationToken >> uncommittedChanges)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protectedvirtual
TryRestoreAggregateFromSnapshot< TAggregateRoot >(Guid id, TAggregateRoot aggregate)Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >protectedvirtual