Skip to main content
A newer version of this page is available. .

ModelDifference Class

The XPO persistent class used to store model differences in the database.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v19.1.dll

Declaration

[ImageName("ModelEditor_ModelMerge")]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
    BaseObject,
    IModelDifference

The following members return ModelDifference objects:

Remarks

For details, refer to the IModelDifference interface description.

Implements

See Also