This is the complete list of members for Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken >, including all inherited members.
AggregateFactory | Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken > | protected |
EventStore | Cqrs.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 > | |
Repository | Cqrs.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 > | |
SnapshotStore | Cqrs.Snapshots.SnapshotRepository< TAuthenticationToken > | protected |
SnapshotStrategy | Cqrs.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 |