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.
Cqrs.Events.SqlSnapshotStore Member List

This is the complete list of members for Cqrs.Events.SqlSnapshotStore, including all inherited members.

Add(DataContext dbDataContext, Snapshot snapshot)Cqrs.Events.SqlSnapshotStoreprotectedvirtual
BuildEventData(Snapshot snapshot)Cqrs.Snapshots.SnapshotStoreprotectedvirtual
ConfigurationManagerCqrs.Snapshots.SnapshotStoreprotected
CorrelationIdHelperCqrs.Snapshots.SnapshotStoreprotected
CqrsSnapshotStoreStreamNamePatternCqrs.Snapshots.SnapshotStoreprotected
CreateDbDataContext(string aggregateRootTypeName=null)Cqrs.Events.SqlSnapshotStoreprotectedvirtual
EventDeserialiserCqrs.Snapshots.SnapshotStoreprotected
GenerateStreamName(Type aggregateRootType, Guid aggregateId)Cqrs.Snapshots.SnapshotStoreprotectedvirtual
Get(Type aggregateRootType, string streamName)Cqrs.Events.SqlSnapshotStoreprotectedvirtual
Get< TAggregateRoot >(Guid id)Cqrs.Snapshots.SnapshotStorevirtual
GetEventStoreSnapshotTable(DataContext dbDataContext)Cqrs.Events.SqlSnapshotStoreprotectedvirtual
LoggerCqrs.Snapshots.SnapshotStoreprotected
Save(Snapshot snapshot)Cqrs.Events.SqlSnapshotStorevirtual
SnapshotBuilderCqrs.Snapshots.SnapshotStoreprotected
SnapshotStore(IConfigurationManager configurationManager, ISnapshotDeserialiser eventDeserialiser, ISnapshotBuilder snapshotBuilder, ILogger logger, ICorrelationIdHelper correlationIdHelper)Cqrs.Snapshots.SnapshotStoreprotected
SqlSnapshotStore(IConfigurationManager configurationManager, ISnapshotDeserialiser eventDeserialiser, ILogger logger, ICorrelationIdHelper correlationIdHelper, ISnapshotBuilder snapshotBuilder)Cqrs.Events.SqlSnapshotStore