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

CreateCustomModelDifferenceStoreEventArgs.AddExtraDiffStore(String, ModelStoreBase) Method

Adds extra model differences storage.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void AddExtraDiffStore(
    string id,
    ModelStoreBase store
)

Parameters

Name Type Description
id String

A string identifier of extra model differences storage.

store ModelStoreBase

A ModelStoreBase extra model differences storage.

Remarks

This method can be used only when handling the XafApplication.CreateCustomUserModelDifferenceStore event. Added extra storage is ignored when handling the XafApplication.CreateCustomModelDifferenceStore event.

See Also