Interface IXPObject
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
The interface that provides the essential functionality for persistent objects.
public interface IXPObject : IXPSimpleObject, IXPClassInfoAndSessionProvider, IXPClassInfoProvider, ISessionProvider, IObjectLayerProvider, IDataLayerProvider, IXPDictionaryProvider
- Inherited Members
Methods
OnDeleted()
When implemented by a class, specifies the actions that should be performed after an object has been deleted from a data store.
void OnDeleted()
OnDeleting()
When implemented by a class, specifies the actions that should be performed when an object is about to be deleted from a data store.
void OnDeleting()
OnLoaded()
When implemented by a class, specifies the actions that should be performed after an object has been loaded from a data store.
void OnLoaded()
OnLoading()
When implemented by a class, specifies the actions that should be performed before loading an object from a data store.
void OnLoading()
OnSaved()
When implemented by a class, specifies the actions that should be performed after an object has been saved to a data store.
void OnSaved()
OnSaving()
When implemented by a class, specifies the actions that should be performed before saving the object’s state to a data store.
void OnSaving()