Skip to main content
.NET 6.0+

CreateCustomModelDifferenceStoreEventArgs.AddExtraDiffStore(String, ModelStoreBase) Method

Adds extra model differences storage.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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