Partager via


Classe AttributeGroup

Represents a group of attributes.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

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

Le type AttributeGroup expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AttributeGroup Initializes a new instance of the AttributeGroup class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Attributes Gets or sets an array of attributes.
Propriété publique AuditInfo Gets or sets an AuditInfo. (hérité de MdmDataContractOfMemberTypeContextIdentifier.)
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique FullName Gets or sets the name of the AttributeGroup.
Propriété publique Identifier Gets or sets an ID. (hérité de MdmDataContractOfMemberTypeContextIdentifier.)
Propriété publique IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Propriété publique IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Propriété publique Permission Gets or sets a security permission. (hérité de MdmDataContractOfMemberTypeContextIdentifier.)
Propriété publique SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices