ModelDifference Class
In This Article
The XPO persistent class used to store model differences in the database.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
#Declaration
[ImageName("ModelEditor_ModelMerge")]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
BaseObject,
IModelDifference
#Related API Members
The following members return ModelDifference objects:
#Remarks
For details, refer to the IModelDifference interface description.
#Implements
#Inheritance
Object
PersistentBase
XPBaseObject
XPCustomObject
BaseObject
ModelDifference
See Also