Метод | Описание | |
---|---|---|
AcceptChanges ( ) : void | ||
GetUncommittedEvents ( ) : IEnumerable |
||
InitializeFromHistory ( IEnumerable |
Initializes from history.
|
Метод | Описание | |
---|---|---|
ApplyEvent ( |
||
EventSource ( ) : System |
Initializes a new instance of the EventSource class.
|
|
HandleEvent ( |
||
OnEventApplied ( |
||
RegisterHandler ( ISourcedEventHandler handler ) : void |
Метод | Описание | |
---|---|---|
ApplyEventFromHistory ( |
||
ContractInvariants ( ) : void |
protected ApplyEvent ( |
||
evnt | ||
Результат | void |
public GetUncommittedEvents ( ) : IEnumerable |
||
Результат | IEnumerable |
protected HandleEvent ( |
||
evnt | ||
Результат | void |
public InitializeFromHistory ( IEnumerable |
||
history | IEnumerable |
The history. |
Результат | void |
protected OnEventApplied ( |
||
appliedEvent | ||
Результат | void |
protected RegisterHandler ( ISourcedEventHandler handler ) : void | ||
handler | ISourcedEventHandler | |
Результат | void |