Skip to main content
.NET 6.0+

ModelDifferenceStore Class

The base class for classes that provide writable storage for the Application Model differences.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public abstract class ModelDifferenceStore :
    ModelStoreBase

Remarks

Inherit this class to implement a custom writable storage for model differences. To use the implemented storage instead of the default, handle the XafApplication.CreateCustomModelDifferenceStore and/or XafApplication.CreateCustomUserModelDifferenceStore events.

Inheritance

Object
ModelStoreBase
ModelDifferenceStore
See Also