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