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.

    ModelDifferencesOptions Properties

    Contains options that configure tenant Application Model Differences in multi-tenant applications.
    Name Description
    ContextId Specifies the context identifier of the current ModelDifference object. This identifier distinguishes model differences designed for different applications that use a single database.
    ModuleType Specifies the module type that defines the assembly containing the *.xafml resources. These resources contain the application model settings.
    ProductionModelResourceName Specifies the name of the resource that contain application model settings for the tenant interface.
    ServiceModelResourceName Specifies the name of *.xafml resources that contain application model settings for the service management interface in a multi-tenant application.
    UseTenantSpecificModel Specifies whether the application uses Shared Model Differences.
    See Also