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


Класс AttributeGroup

Represents a group of attributes.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
      Microsoft.MasterDataServices.AttributeGroup

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Attributes Gets or sets an array of attributes.
Открытое свойство AuditInfo Gets or sets an AuditInfo. (Производный от MdmDataContractOfMemberTypeContextIdentifier.)
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство FullName Gets or sets the name of the AttributeGroup.
Открытое свойство Identifier Gets or sets an ID. (Производный от MdmDataContractOfMemberTypeContextIdentifier.)
Открытое свойство IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Открытое свойство IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Открытое свойство Permission Gets or sets a security permission. (Производный от MdmDataContractOfMemberTypeContextIdentifier.)
Открытое свойство SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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