AttributeGroup Class
Represents a custom-defined group of attributes to provide organization to large numbers of entity attributes.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<MemberTypeContextIdentifier>
    Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class AttributeGroup _
    Inherits MdmDataContract(Of MemberTypeContextIdentifier)
'Usage
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>
The AttributeGroup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | AttributeGroup | Initializes a new instance of the AttributeGroup class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Attributes | Gets or sets a collection of MetadataAttribute complex types. | 
| .gif) | AuditInfo | Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.) | 
| .gif) | FullName | Gets or sets the fully-qualified name of the AttributeGroup. | 
| .gif) | Identifier | Gets or sets the ID. (Inherited from MdmDataContract<IdType>.) | 
| .gif) | IsNameCodeFrozen | Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling. | 
| .gif) | IsSystem | Gets or sets a value indicating whether the attribute group is a system group. | 
| .gif) | Permission | Gets or sets the permission. (Inherited from MdmDataContract<IdType>.) | 
| .gif) | SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.