Property | Type | Description | |
---|---|---|---|
Merge | bool | ||
ModelEvent | System | ||
Notify | void |
Method | Description | |
---|---|---|
EnsureInstance ( ModelTransaction transaction, ModelInstance instance ) : ModelInstance |
Verifies that the specified ModelInstance refers to a valid real instance and if not, uses the type and id information to look up the real instance.
|
|
OnMerge ( |
||
OnNotify ( ) : void |
Allows subclasses to perform event specific notification logic.
|
Method | Description | |
---|---|---|
Merge ( |
Attempts to merge two model events into a single event.
|
|
ModelEvent ( ModelInstance instance ) : System |
Creates a new ModelEvent for the specified ModelInstance.
|
|
Notify ( ) : void |
Starts a new ModelEventScope, allows subclasses to perform event specific notifications by overriding OnNotify, and notifies the context that the event has occurred.
|
protected EnsureInstance ( ModelTransaction transaction, ModelInstance instance ) : ModelInstance | ||
transaction | ModelTransaction | |
instance | ModelInstance | |
return | ModelInstance |