Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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.1.dll

    NuGet Package: DevExpress.ExpressApp.MultiTenancy

    Declaration

    ModelStoreBase GetTenantModelDifferenceStore(
        XafApplication application,
        Guid tenantId
    )

    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