Compartir a través de


Clase AttributeGroup

Represents a group of attributes.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
    Inherits MdmDataContractOfMemberTypeContextIdentifier
'Uso
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

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 an array of attributes.
Propiedad pública AuditInfo Gets or sets an AuditInfo. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.)
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública FullName Gets or sets the name of the AttributeGroup.
Propiedad pública Identifier Gets or sets an ID. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.)
Propiedad pública IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Propiedad pública IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Propiedad pública Permission Gets or sets a security permission. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.)
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 protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (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