Freigeben über


AttributeGroup-Klasse

Defines the data contract for the attribute group.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Der AttributeGroup-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AttributeGroup Initializes a new instance of the AttributeGroup class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attributes Gets or sets the list of attributes contained in the attribute group.
Öffentliche Eigenschaft AuditInfo Gets or sets the audit information. (Geerbt von MdmDataContract<TIdType>.)
Öffentliche Eigenschaft FullName Gets or sets the full qualified name.
Öffentliche Eigenschaft Identifier Gets or sets the identifier. (Geerbt von MdmDataContract<TIdType>.)
Öffentliche Eigenschaft IsNameCodeFrozen Gets or sets a value that indicates whether the Name and Code attributes should be frozen visibly during scrolling.
Öffentliche Eigenschaft IsSystem Gets or sets a value that indicates whether the attribute group is a system group.
Öffentliche Eigenschaft Permission Gets or sets the permission. (Geerbt von MdmDataContract<TIdType>.)
Öffentliche Eigenschaft SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace