Skip to main content
.NET 6.0+

ModelDifferenceAspect Class

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

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

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

Remarks

For details, refer to the IModelDifferenceAspect interface description.

See Also