Поделиться через


Класс SystemSettingGroup

Defines the data contract for a system setting group. Related system settings are placed in the same group.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "SystemSettingGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSettingGroup _
    Inherits DataContractBase
'Применение
Dim instance As SystemSettingGroup
[DataContractAttribute(Name = "SystemSettingGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSettingGroup : DataContractBase
[DataContractAttribute(Name = L"SystemSettingGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSettingGroup sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemSettingGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingGroup =  
    class 
        inherit DataContractBase 
    end
public final class SystemSettingGroup extends DataContractBase

Тип SystemSettingGroup обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SystemSettingGroup Initializes a new instance of the SystemSettingGroup class.

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets or sets the description.
Открытое свойство DisplayName Gets or sets the display name.
Открытое свойство DisplaySequence Gets or sets the sequence the system setting group should be displayed.
Открытое свойство Identifier Gets or sets the identifier.
Открытое свойство SystemSettings Gets or sets the list of system settings.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts