Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IMetaAttributeGroups interface is used to work with the collection of groups of attributes..
IMetaAttributeGroups
The IMetaDictionary.Groups method returns a collection of dictionary groups.
| Property name | Brief description | |
| The Count property returns number of element in a collection of attributes group. | ||
| The Item property returns a specified element of a collection. |
| Method name | Brief description | |
| The Add method adds a group of attributes. |
| Method name | Brief description | |
| The Clear method clears a collection of elements. | ||
| The FindByKey method searches attributes group with a specified key in a collection. | ||
| The Remove method removes a specified element from a collection. | ||
| The RemoveByKey method removes attributes group with a specified key from a collection. |
See also: