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

ModelDifference Class

The entity used to store model differences in the database.

Namespace: DevExpress.Persistent.BaseImpl.EF

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

Declaration

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

The following members return ModelDifference objects:

Remarks

For details, refer to the IModelDifference interface description.

Inheritance

Object
ModelDifference
See Also