Classe AttributeGroup
Represents a group of attributes.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices.AttributeGroup
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
Inherits MdmDataContractOfMemberTypeContextIdentifier
'Utilisation
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
Le type AttributeGroup expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AttributeGroup | Initializes a new instance of the AttributeGroup class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Attributes | Gets or sets an array of attributes. | |
AuditInfo | Gets or sets an AuditInfo. (hérité de MdmDataContractOfMemberTypeContextIdentifier.) | |
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
FullName | Gets or sets the name of the AttributeGroup. | |
Identifier | Gets or sets an ID. (hérité 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. (hérité de MdmDataContractOfMemberTypeContextIdentifier.) | |
SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.