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
Public method SystemSetting Initializes a new instance of the SystemSetting class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.)
Public property Identifier Gets or sets the ID. (Inherited from MdmDataContract<IdType>.)
Public property Permission Gets or sets the permission. (Inherited from MdmDataContract<IdType>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field DataType AttributeDataType simple type.
Public field Description String representing the long description of the setting.
Public field DisplayName Specifies the display name.
Public field DisplaySequence Specifies the display sequence.
Public field IsVisible Gets or sets a value indicating whether the setting is visible in the MDS configuration screen.
Public field MaxValue String that constrains the maximum possible value for the setting.
Public field MinValue String that constrains the minimum possible value for the setting.
Public field SettingType AttributeType simple type.
Public field SettingValue String value of the setting.
Public field 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.