Method | Description | |
---|---|---|
ITransactedModelEvent ( ModelTransaction transaction ) : void |
Changes the pending deletion status of the instance to the specified value.
|
|
ModelDeleteEvent ( ModelInstance instance, bool isPendingDelete ) | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
OnNotify ( ) : void |
public ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
transaction | ModelTransaction | |
return | void |
public ModelDeleteEvent ( ModelInstance instance, bool isPendingDelete ) | ||
instance | ModelInstance | |
isPendingDelete | bool |