![]() |
CQRS.NET
2.2
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.SqlSnapshotStore, including all inherited members.
Add(DataContext dbDataContext, Snapshot snapshot) | Cqrs.Events.SqlSnapshotStore | protectedvirtual |
BuildEventData(Snapshot snapshot) | Cqrs.Snapshots.SnapshotStore | protectedvirtual |
ConfigurationManager | Cqrs.Snapshots.SnapshotStore | protected |
CorrelationIdHelper | Cqrs.Snapshots.SnapshotStore | protected |
CqrsSnapshotStoreStreamNamePattern | Cqrs.Snapshots.SnapshotStore | protected |
CreateDbDataContext(string aggregateRootTypeName=null) | Cqrs.Events.SqlSnapshotStore | protectedvirtual |
EventDeserialiser | Cqrs.Snapshots.SnapshotStore | protected |
GenerateStreamName(Type aggregateRootType, Guid aggregateId) | Cqrs.Snapshots.SnapshotStore | protectedvirtual |
Get(Type aggregateRootType, string streamName) | Cqrs.Events.SqlSnapshotStore | protectedvirtual |
Get< TAggregateRoot >(Guid id) | Cqrs.Snapshots.SnapshotStore | virtual |
GetEventStoreSnapshotTable(DataContext dbDataContext) | Cqrs.Events.SqlSnapshotStore | protectedvirtual |
Logger | Cqrs.Snapshots.SnapshotStore | protected |
Save(Snapshot snapshot) | Cqrs.Events.SqlSnapshotStore | virtual |
SnapshotBuilder | Cqrs.Snapshots.SnapshotStore | protected |
SnapshotStore(IConfigurationManager configurationManager, ISnapshotDeserialiser eventDeserialiser, ISnapshotBuilder snapshotBuilder, ILogger logger, ICorrelationIdHelper correlationIdHelper) | Cqrs.Snapshots.SnapshotStore | protected |
SqlSnapshotStore(IConfigurationManager configurationManager, ISnapshotDeserialiser eventDeserialiser, ILogger logger, ICorrelationIdHelper correlationIdHelper, ISnapshotBuilder snapshotBuilder) | Cqrs.Events.SqlSnapshotStore |