Classe AttributeGroup
Represents a group of attributes.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices.AttributeGroup
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
Inherits MdmDataContractOfMemberTypeContextIdentifier
'Utilizzo
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
Nel tipo AttributeGroup sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
AttributeGroup | Initializes a new instance of the AttributeGroup class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Attributes | Gets or sets an array of attributes. |
![]() |
AuditInfo | Gets or sets an AuditInfo. Ereditato da MdmDataContractOfMemberTypeContextIdentifier. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. |
![]() |
FullName | Gets or sets the name of the AttributeGroup. |
![]() |
Identifier | Gets or sets an ID. Ereditato da 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. Ereditato da MdmDataContractOfMemberTypeContextIdentifier. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.