Classe AttributeGroup
Represents a group of attributes.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices.AttributeGroup
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
Inherits MdmDataContractOfMemberTypeContextIdentifier
'Uso
Dim instance As AttributeGroup
[DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeGroup : MdmDataContractOfMemberTypeContextIdentifier
[DataContractAttribute(Name = L"AttributeGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AttributeGroup : public MdmDataContractOfMemberTypeContextIdentifier
[<DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeGroup =
class
inherit MdmDataContractOfMemberTypeContextIdentifier
end
public class AttributeGroup extends MdmDataContractOfMemberTypeContextIdentifier
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 an array of attributes. | |
AuditInfo | Gets or sets an AuditInfo. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.) | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
FullName | Gets or sets the name of the AttributeGroup. | |
Identifier | Gets or sets an ID. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.) | |
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 a security permission. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.) | |
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.