Метод | Описание | |
---|---|---|
CreateAggregate ( string aggreagateId ) : IEventAggregate | ||
GetAllIds ( ) : List |
||
GetLastVersions ( ) : int>.Dictionary |
||
TryGetEventAggregate ( string aggregateId, IEventAggregate &aggregate ) : bool |
public CreateAggregate ( string aggreagateId ) : IEventAggregate | ||
aggreagateId | string | |
Результат | IEventAggregate |
public GetLastVersions ( ) : int>.Dictionary |
||
Результат | int>.Dictionary |
public TryGetEventAggregate ( string aggregateId, IEventAggregate &aggregate ) : bool | ||
aggregateId | string | |
aggregate | IEventAggregate | |
Результат | bool |