ITenantModelDifferenceStore.GetTenantModelDifferenceStore(XafApplication, Guid) Method
In This Article
Returns Application Model Differences for a tenant with the specified ID.
Namespace: DevExpress.ExpressApp.MultiTenancy
Assembly: DevExpress.ExpressApp.MultiTenancy.v24.2.dll
NuGet Package: DevExpress.ExpressApp.MultiTenancy
#Declaration
ModelStoreBase GetTenantModelDifferenceStore(
XafApplication application,
Guid tenantId
)
#Parameters
Name | Type | Description |
---|---|---|
application | Xaf |
An object that allows you to manage the XAF application. |
tenant |
Guid | The tenant identifier. |
#Returns
Type | Description |
---|---|
Model |
An object that provide a read-only storage for Application Model differences. |
See Also