Partilhar via


Classe AttributeGroup

Defines the data contract for the attribute group.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<MemberTypeContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class AttributeGroup _
    Inherits MdmDataContract(Of MemberTypeContextIdentifier)
'Uso
Dim instance As AttributeGroup
[DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class AttributeGroup : MdmDataContract<MemberTypeContextIdentifier>
[DataContractAttribute(Name = L"AttributeGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AttributeGroup sealed : public MdmDataContract<MemberTypeContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeGroup =  
    class 
        inherit MdmDataContract<MemberTypeContextIdentifier>
    end
public final class AttributeGroup extends MdmDataContract<MemberTypeContextIdentifier>

O tipo AttributeGroup expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AttributeGroup Initializes a new instance of the AttributeGroup class.

Início

Propriedades

  Nome Descrição
Propriedade pública Attributes Gets or sets the list of attributes contained in the attribute group.
Propriedade pública AuditInfo Gets or sets the audit information. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública FullName Gets or sets the full qualified name.
Propriedade pública Identifier Gets or sets the identifier. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública IsNameCodeFrozen Gets or sets a value that indicates whether the Name and Code attributes should be frozen visibly during scrolling.
Propriedade pública IsSystem Gets or sets a value that indicates whether the attribute group is a system group.
Propriedade pública Permission Gets or sets the permission. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts