Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaHierarchies interface is used to work with collection of alternative hierarchies of analytical data area.
IEaxDataAreaHierarchies
To get object of this type, use IEaxDataArea.Hierarchies.
| Property name | Brief description | |
| AddedElementsSelection | The AddedElementsSelection property returns selection of elements added manually by user. | |
| Count | The Count property returns number of alternative hierarchies of analytical data area. | |
| Item | The Item property returns alternative hierarchy of analytical data area. | |
| IsAutoSort | The IsAutoSort property determines whether automatic sorting of hierarchies is used on calculation. |
| Method name | Brief description | |
| Add | The Add method adds new alternative hierarchy in collections. | |
| AddDependant | The AddDependant method adds formula of data transformation in alternative hierarchy collection. | |
| AddExistingElement | The AddExistingElement method adds element from original hierarchy to facts dimension. | |
| Clear | The Clear method removes collection of alternative hierarchies from specified dimension. | |
| ClearAll | The ClearAll method clears collection of alternative hierarchies of analytical data area. | |
| CreateKey | The CreateKey method generates unique key of analytical data area. | |
| Find | The Find method searches for the data transformation formula by dimension element identifier. | |
| FindByDE | The FindByDE method searches data transformation formula by dimension element index. | |
| FindById | The FindById method searches alternative hierarchy by its identifier. | |
| FindByKey | The FindByKey method searches for alternative hierarchy by its key. | |
| GetDependants | The GetDependants method returns arrays of data transformation formulas keys from collection of alternative hierarchies of analytical data area. | |
| PushChangesToDimInstance | The PushChangesToDimInstance method applies changes accumulated in the facts dimension to the dimension with alternative hierarchy. | |
| Remove | The Remove method removes alternative hierarchy by its index. | |
| RemoveByKey | The RemoveByKey method removes alternative hierarchy by its key. | |
| RemoveDependant | The RemoveDependant method removes data transformation formula from collection of alternative hierarchies. | |
| SaveToMetabase | The SaveToMetabase method saves the specified alternative hierarchy. |
See also: