Method | Description | |
---|---|---|
AcceptChanges ( ) : void | ||
GetUncommittedEvents ( ) : IEnumerable |
||
InitializeFromHistory ( IEnumerable |
Initializes from history.
|
Method | Description | |
---|---|---|
ApplyEvent ( |
||
EventSource ( ) : System |
Initializes a new instance of the EventSource class.
|
|
HandleEvent ( |
||
OnEventApplied ( |
||
RegisterHandler ( ISourcedEventHandler handler ) : void |
Method | Description | |
---|---|---|
ApplyEventFromHistory ( |
||
ContractInvariants ( ) : void |
protected ApplyEvent ( |
||
evnt | ||
return | void |
public GetUncommittedEvents ( ) : IEnumerable |
||
return | IEnumerable |
protected HandleEvent ( |
||
evnt | ||
return | void |
public InitializeFromHistory ( IEnumerable |
||
history | IEnumerable |
The history. |
return | void |
protected OnEventApplied ( |
||
appliedEvent | ||
return | void |
protected RegisterHandler ( ISourcedEventHandler handler ) : void | ||
handler | ISourcedEventHandler | |
return | void |