NonPersistentObjectSpace Events
An Object Space used to manage non-persistent objects.
Name | Description |
---|---|
Committed |
Raised after saving changes made to persistent objects belonging to the current Object Space to the database.
Inherited from Base |
Committing |
Occurs before saving the persistent objects belonging to the current Object Space to the database.
Inherited from Base |
Confirmation |
Occurs when performing refresh or rollback operations with the current Object Space’s persistent objects.
Inherited from Base |
Connected |
Occurs after a connection to a database has been established.
Inherited from Base |
Custom |
Replaces the default process for committing changes made to persistent objects with a custom one.
Inherited from Base |
Custom |
Occurs to replace the default process of deleting persistent objects with a custom one.
Inherited from Base |
Custom |
Occurs when the Get |
Custom |
Occurs to replace the default process of refreshing persistent objects with a custom one.
Inherited from Base |
Custom |
Occurs to replace the default process of persistent objects rollback with a custom one.
Inherited from Base |
Disposed |
Occurs before an Object Space is disposed of.
Inherited from Base |
Modified |
Occurs when the current Object Space’s Base |
Modified |
Occurs before the Is |
Object |
Occurs when an object is retrieved by its key, using the Non |
Object |
Raised when a persistent object is created, changed or deleted.
Inherited from Base |
Object |
Occurs after the specified objects have been deleted.
Inherited from Base |
Object |
Occurs when the specified objects are about to be deleted.
Inherited from Base |
Object |
Occurs after ending an edit operation taking place on the specified object.
Inherited from Base |
Object |
Occurs when Non |
Object |
Occurs after an object has been reloaded from the database.
Inherited from Base |
Object |
Occurs before an object is reloaded. Handle this event to reload the object state from storage and cancel changes. |
Object |
Occurs after saving changes made to a specified persistent object to the database.
Inherited from Base |
Object |
Raised before saving changes made to a specified persistent object to the database.
Inherited from Base |
Objects |
Occurs when the Non |
Objects |
Occurs when Non |
Refreshing |
Occurs before refreshing the current Object Space’s persistent objects.
Inherited from Base |
Reloaded |
Occurs when the Base |
Rolling |
Occurs before rolling back the changes made to the current Object Space’s persistent objects.
Inherited from Base |
See Also