AttributeGroup Class
A custom-defined group of attributes to provide organization to large amounts of entity attributes.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::MetadataDataContract<TIdType>
Microsoft.MasterDataServices.Services.DataContracts::AttributeGroup
| Name | Description | |
|---|---|---|
![]() | AttributeGroup() | Initializes a new instance of the AttributeGroup class. |
| Name | Description | |
|---|---|---|
![]() | AccessPermission | Gets or sets the AccessPermission. (Inherited from MetadataDataContract<TIdType>.) |
![]() | Attributes | Gets the list of MetadataAttribute contained in the attribute group. |
![]() | AuditInfo | Gets or sets the AuditInfo. (Inherited from MetadataDataContract<TIdType>.) |
![]() | FullName | Gets or sets a string that specifies the full name of the attribute group. |
![]() | Identifier | Gets or sets the metadata identifier. (Inherited from MetadataDataContract<TIdType>.) |
![]() | IsNameCodeFrozen | Gets or sets a value that indicates whether the Name and Code fields should be static in the user interface. |
![]() | IsSystem | Gets or sets a value that indicates whether the attribute group is a system group. |
![]() | Permission | Gets or sets the PermissionType. (Inherited from MetadataDataContract<TIdType>.) |
![]() | SortOrder | Gets or sets an integer value that specifies the sort order of attribute groups. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The AttributeGroup complex type specifies a custom grouping of attributes that can contain a subset of the entity attributes and that can set a display order of these attributes. An attribute can be in multiple attribute groups.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

