Partager via


Classe AttributeGroup

Defines the data contract for the attribute group.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 the list of attributes contained in the attribute group.
Propriété publique AuditInfo Gets or sets the audit information. (hérité de MdmDataContract<TIdType>.)
Propriété publique FullName Gets or sets the full qualified name.
Propriété publique Identifier Gets or sets the identifier. (hérité de MdmDataContract<TIdType>.)
Propriété publique IsNameCodeFrozen Gets or sets a value that indicates whether the Name and Code attributes should be frozen visibly during scrolling.
Propriété publique IsSystem Gets or sets a value that indicates whether the attribute group is a system group.
Propriété publique Permission Gets or sets the permission. (hérité de MdmDataContract<TIdType>.)
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 publique GetHashCode (hérité de Object.)
Méthode publique GetType (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.Services.DataContracts