Condividi tramite


Classe AttributeGroup

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Nel tipo AttributeGroup sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AttributeGroup Initializes a new instance of the AttributeGroup class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Attributes Gets or sets a collection of MetadataAttribute complex types.
Proprietà pubblica AuditInfo Gets or sets the AuditInfo. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica FullName Gets or sets the fully-qualified name of the AttributeGroup.
Proprietà pubblica Identifier Gets or sets the ID. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Proprietà pubblica IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Proprietà pubblica Permission Gets or sets the permission. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.