Back to Devexpress

XPBaseObject Properties

xpo-devexpress-dot-xpo-dot-xpbaseobject-dot-underscore-properties.md

latest1.7 KB
Original Source

XPBaseObject Properties

Serves as a base for classes that represent persistent objects.

NameDescription
ClassInfoGets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
Fields staticGets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase.
IsDeletedIndicates whether the current persistent object is marked as deleted. Inherited from PersistentBase.
IsLoadingIndicates whether the object is currently being initialized. Inherited from PersistentBase.
LoadingObsolete. Gets whether the object is currently being initialized.
SessionGets the session used to load and save persistent objects. Inherited from PersistentBase.
ThisRefers to the current instance.

See Also

XPBaseObject Class

XPBaseObject Members

DevExpress.Xpo Namespace