Back to Devexpress

ModelDifference Class

expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-ef-2f5261bb.md

latest2.1 KB
Original Source

ModelDifference Class

The entity used to store model differences in the database.

Namespace : DevExpress.Persistent.BaseImpl.EF

Assembly : DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll

NuGet Package : DevExpress.Persistent.BaseImpl.EFCore

Declaration

csharp
[ImageName("ModelEditor_ModelMerge")]
[OptimisticLockIgnore]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
    BaseObject,
    IModelDifference
vb
<ImageName("ModelEditor_ModelMerge")>
<RuleCombinationOfPropertiesIsUnique(Nothing, DefaultContexts.Save, "UserId, ContextId")>
<OptimisticLockIgnore>
Public Class ModelDifference
    Inherits BaseObject
    Implements IModelDifference

The following members return ModelDifference objects:

Remarks

For details, refer to the IModelDifference interface description.

Implements

IXafEntityObject

IObjectSpaceLink

IModelDifference

Inheritance

Object BaseObject ModelDifference

See Also

ModelDifference Members

DevExpress.Persistent.BaseImpl.EF Namespace