Partager via


Classe AttributeGroup

Represents a custom-defined group of attributes to provide organization to large numbers of entity attributes.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'MemberTypeContextIdentifier> ) > ) >
    Microsoft.MasterDataServices.Services.DataContracts..::..AttributeGroup

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

Syntaxe

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

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 a collection of MetadataAttribute complex types.
Propriété publique AuditInfo Gets or sets the AuditInfo. (hérité de MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Propriété publique FullName Gets or sets the fully-qualified name of the AttributeGroup.
Propriété publique Identifier Gets or sets the ID. (hérité de MdmDataContract< (Of < ( <'IdType> ) > ) >.)
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 the permission. (hérité de MdmDataContract< (Of < ( <'IdType> ) > ) >.)
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.