Méthode | Description | |
---|---|---|
RavenDBEventStore ( IDocumentStore externalDocumentStore ) : System | ||
RavenDBEventStore ( string ravenUrl ) : System | ||
ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
Store ( UncommittedEventStream eventStream ) : void |
Méthode | Description | |
---|---|---|
CreateConventions ( |
||
GenerateETag ( object entity ) : Guid? | ||
ToComittedEvent ( |
||
ToStoredEvent ( System.Guid commitId, UncommittedEvent uncommittedEvent ) : |
public RavenDBEventStore ( IDocumentStore externalDocumentStore ) : System | ||
externalDocumentStore | IDocumentStore | |
Résultat | System |
public RavenDBEventStore ( string ravenUrl ) : System | ||
ravenUrl | string | |
Résultat | System |
public ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
id | System.Guid | |
minVersion | long | |
maxVersion | long | |
Résultat | CommittedEventStream |
public Store ( UncommittedEventStream eventStream ) : void | ||
eventStream | UncommittedEventStream | |
Résultat | void |