Property | Type | Description |
---|
Method | Description | |
---|---|---|
ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
ModelListChangeEvent ( ModelInstance instance, |
||
Prepare ( ModelTransaction transaction ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
OnMerge ( |
Merges a ModelValueChangeEvent into the current event.
|
|
OnNotify ( ) : void |
public ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
transaction | ModelTransaction | |
return | void |
public ModelListChangeEvent ( ModelInstance instance, |
||
instance | ModelInstance | |
property | ||
added | IEnumerable |
|
removed | IEnumerable |
|
return | System.Collections.Generic |
public Prepare ( ModelTransaction transaction ) : void | ||
transaction | ModelTransaction | |
return | void |