Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObject Properties

Implements the IXPObject and provides an autogenerated integer key mapped to the ‘OID’ field.
Name Description
ClassInfo Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
Fields static Gets an object that contains field identifies for Simplified Criteria Syntax.
IsDeleted Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase.
IsLoading Indicates whether the object is currently being initialized. Inherited from PersistentBase.
Loading Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject.
Oid Gets or set a value which identifies the persistent object.
Session Gets the session used to load and save persistent objects. Inherited from PersistentBase.
This Refers to the current instance. Inherited from XPBaseObject.
See Also