Skip to main content
.NET 6.0+

ModelDifferenceAspect Properties

The XPO persistent class used to store model difference aspects in the database.
Name Description
ClassInfo Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
DisplayName Gets the language code of the current ModelDifferenceAspect object, or the “(Default language)” text.
Fields static Gets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase.
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.
Name Specifies the language code of the current ModelDifferenceAspect object. The empty value means that the current aspect specifies culture-neutral model differences.
Oid Specifies the persistent object’s identifier. Inherited from BaseObject.
OidInitializationMode static Specifies when a new GUID value is assigned to the BaseObject.Oid property. Inherited from BaseObject.
Owner Specifies the ModelDifference object the current ModelDifferenceAspect belongs to.
Session Gets the session used to load and save persistent objects. Inherited from PersistentBase.
This Refers to the current instance. Inherited from XPBaseObject.
Xml Specifies the XML code of the current ModelDifferenceAspect object.
See Also