AttributeGroup Class
Represents a group of attributes.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices::AttributeGroup
| Name | Description | |
|---|---|---|
![]() | AttributeGroup() | Initializes a new instance of the AttributeGroup class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets an array of attributes. |
![]() | AuditInfo | Gets or sets an AuditInfo.(Inherited from MdmDataContractOfMemberTypeContextIdentifier.) |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | FullName | Gets or sets the name of the AttributeGroup. |
![]() | Identifier | Gets or sets an ID.(Inherited from 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.(Inherited from MdmDataContractOfMemberTypeContextIdentifier.) |
![]() | SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


