IXPObject Methods
The interface that provides the essential functionality for persistent objects.Name | Description |
---|---|
On |
When implemented by a class, specifies the actions that should be performed after an object has been deleted from a data store. |
On |
When implemented by a class, specifies the actions that should be performed when an object is about to be deleted from a data store. |
On |
When implemented by a class, specifies the actions that should be performed after an object has been loaded from a data store. |
On |
When implemented by a class, specifies the actions that should be performed before loading an object from a data store. |
On |
When implemented by a class, specifies the actions that should be performed after an object has been saved to a data store. |
On |
When implemented by a class, specifies the actions that should be performed before saving the object’s state to a data store. |
See Also