Метод | Описание | |
---|---|---|
FileSystemEventStore ( string basePath ) : System | ||
GetAllEvents ( System.Guid id ) : IEnumerable |
||
GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
GetEventSourceIndex ( ) : IEnumerable |
||
ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
RemoveEmptyEventSource ( System.Guid id ) : void | ||
Store ( UncommittedEventStream eventStream ) : void | ||
StoreEmptyEventSource ( System.Guid id ) : void |
Метод | Описание | |
---|---|---|
GetSourcePath ( IEventSource source ) : string |
public FileSystemEventStore ( string basePath ) : System | ||
basePath | string | |
Результат | System |
public GetAllEvents ( System.Guid id ) : IEnumerable |
||
id | System.Guid | |
Результат | IEnumerable |
public GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
id | System.Guid | |
version | long | |
Результат | IEnumerable |
public GetEventSourceIndex ( ) : IEnumerable |
||
Результат | IEnumerable |
protected GetSourcePath ( IEventSource source ) : string | ||
source | IEventSource | |
Результат | string |
public ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
id | System.Guid | |
minVersion | long | |
maxVersion | long | |
Результат | CommittedEventStream |
public RemoveEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
Результат | void |
public Store ( UncommittedEventStream eventStream ) : void | ||
eventStream | UncommittedEventStream | |
Результат | void |
public StoreEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
Результат | void |