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