메소드 | 설명 | |
---|---|---|
GetSnapshot ( System.Guid eventSourceId, long maxVersion ) : Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot | ||
RavenDBSnapshotStore ( IDocumentStore externalDocumentStore ) : System | ||
RavenDBSnapshotStore ( string ravenUrl ) : System | ||
SaveSnapshot ( Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot source ) : void |
메소드 | 설명 | |
---|---|---|
SetConventions ( |
public GetSnapshot ( System.Guid eventSourceId, long maxVersion ) : Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot | ||
eventSourceId | System.Guid | |
maxVersion | long | |
리턴 | Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot |
public RavenDBSnapshotStore ( IDocumentStore externalDocumentStore ) : System | ||
externalDocumentStore | IDocumentStore | |
리턴 | System |
public RavenDBSnapshotStore ( string ravenUrl ) : System | ||
ravenUrl | string | |
리턴 | System |
public SaveSnapshot ( Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot source ) : void | ||
source | Ncqrs.Eventing.Sourcing.Snapshotting.Snapshot | |
리턴 | void |