Compartir a través de


Clase AttributeGroup

Defines the data contract for the attribute group.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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>

El tipo AttributeGroup expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AttributeGroup Initializes a new instance of the AttributeGroup class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts