Класс 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