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

ModelDifferenceStore Class

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public abstract class ModelDifferenceStore :
    ModelStoreBase

The following members return ModelDifferenceStore objects:

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. For more information, refer to the following help topic: Store the Application Model Differences in the Database.

Inheritance

Object
ModelStoreBase
ModelDifferenceStore
See Also