Skip to main content

ModelDifferenceAspect Class

The entity used to store model difference aspects in the database.

Namespace: DevExpress.Persistent.BaseImpl.EF

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

NuGet Package: DevExpress.Persistent.BaseImpl.EFCore

Declaration

[ImageName("ModelEditor_ModelMerge")]
[OptimisticLockIgnore]
public class ModelDifferenceAspect :
    BaseObject,
    IModelDifferenceAspect

Remarks

For details, refer to the IModelDifferenceAspect interface description.

Inheritance

Object
BaseObject
ModelDifferenceAspect
See Also