ModelDifference Properties
The XPO persistent class used to store model differences in the database.Name | Description |
---|---|
Aspects | Gets a collection of model difference aspects associated with the ModelDifference object. |
ClassInfo | Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase. |
ContextId | Specifies the context identifier of the current ModelDifference object that allows distinguishing model differences designed for different applications using the same database. |
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. |
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. |
Session | Gets the session used to load and save persistent objects. Inherited from PersistentBase. |
This | Refers to the current instance. Inherited from XPBaseObject. |
UserId | Specifies the identifier of a user who owns the current ModelDifference object. |
UserName | Gets the name of a user who owns the current ModelDifference object. |
Version | Specifies the version of the current ModelDifference object. |
See Also