ModelDifferencesOptions Members
Contains options that configure tenant Application Model Differences in multi-tenant applications.Constructors
| Name | Description |
|---|---|
| ModelDifferencesOptions() | Initializes a new instance of the ModelDifferencesOptions class. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also