Back to Devexpress

IXPObject Members

xpo-devexpress-dot-xpo-dot-ixpobject-dot-underscore-members.md

latest1.6 KB
Original Source

IXPObject Members

The interface that provides the essential functionality for persistent objects.

Properties

NameDescription
SessionWhen implemented by a class returns the session to which an instance of the current class belongs. Inherited from ISessionProvider.

Methods

NameDescription
OnDeleted()When implemented by a class, specifies the actions that should be performed after an object has been deleted from a data store.
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.
OnLoaded()When implemented by a class, specifies the actions that should be performed after an object has been loaded from a data store.
OnLoading()When implemented by a class, specifies the actions that should be performed before loading an object from a data store.
OnSaved()When implemented by a class, specifies the actions that should be performed after an object has been saved to a data store.
OnSaving()When implemented by a class, specifies the actions that should be performed before saving the object’s state to a data store.

See Also

IXPObject Interface

DevExpress.Xpo Namespace