SystemSetting Class
Contains values specifying a single setting within the MDM system. These settings should be members of a SystemSettingGroup.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<Identifier>
Microsoft.MasterDataServices.Services.DataContracts.SystemSetting
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SystemSetting", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSetting _
Inherits MdmDataContract(Of Identifier)
'Usage
Dim instance As SystemSetting
[DataContractAttribute(Name = "SystemSetting", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSetting : MdmDataContract<Identifier>
[DataContractAttribute(Name = L"SystemSetting", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSetting sealed : public MdmDataContract<Identifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemSetting", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSetting =
class
inherit MdmDataContract<Identifier>
end
public final class SystemSetting extends MdmDataContract<Identifier>
The SystemSetting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SystemSetting | Initializes a new instance of the SystemSetting class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.) | |
Identifier | Gets or sets the ID. (Inherited from MdmDataContract<IdType>.) | |
Permission | Gets or sets the permission. (Inherited from MdmDataContract<IdType>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DataType | AttributeDataType simple type. | |
Description | String representing the long description of the setting. | |
DisplayName | Specifies the display name. | |
DisplaySequence | Specifies the display sequence. | |
IsVisible | Gets or sets a value indicating whether the setting is visible in the MDS configuration screen. | |
MaxValue | String that constrains the maximum possible value for the setting. | |
MinValue | String that constrains the minimum possible value for the setting. | |
SettingType | AttributeType simple type. | |
SettingValue | String value of the setting. | |
SystemDomainList | SystemDomainList. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.