Classe AttributeGroup
Represents a custom-defined group of attributes to provide organization to large numbers of entity attributes.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'MemberTypeContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..AttributeGroup
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class AttributeGroup _
Inherits MdmDataContract(Of MemberTypeContextIdentifier)
'Uso
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>
O tipo AttributeGroup expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
AttributeGroup | Initializes a new instance of the AttributeGroup class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Attributes | Gets or sets a collection of MetadataAttribute complex types. | |
AuditInfo | Gets or sets the AuditInfo. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
FullName | Gets or sets the fully-qualified name of the AttributeGroup. | |
Identifier | Gets or sets the ID. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
IsNameCodeFrozen | Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling. | |
IsSystem | Gets or sets a value indicating whether the attribute group is a system group. | |
Permission | Gets or sets the permission. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.