Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimAttributeHierarchiesList interface is used to work with list of attribute alternative hierarchies.
IDimAttributeHierarchiesList
Alternative hierarchies enable the user to create different view options for a single dictionary. Other repository dictionaries and attributes can be used as alternative hierarchies.
| Property name | Brief description | |
| Count | The Count property returns number of alternative hierarchies in the list. | |
| Item | The Item property returns specified alternative hierarchy from the list. |
| Method name | Brief description | |
| FindById | The FindById method searches attribute alternative hierarchy in the list by identifier. | |
| FindByKey | The FindByKey method searches attribute alternative hierarchy in the list by key. | |
| FindByLevel | The FindByKey method searches attribute alternative hierarchy in the list by level. |
See also: