IAlternateHierarchyMappings

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IAlternateHierarchyMappings interface is used to work with the collection of correspondences between alternative hierarchies in the dictionary of the time series database to be copied and alternative hierarchies in dictionaries of a copy database.

Inheritance Hierarchy

          IAlternateHierarchyMappings

Comments

To obtain the collection of correspondences use the ICubeMetaUpdateAttributeRemapping.AlternateHierarchyMappings property.

Properties

  Property name Brief description
The Count property returns the number of correspondences in the collection.
The Item property returns the specified correspondence from the collection.

Methods

  Method name Brief description
The Add method adds a new correspondence to the collection.
The Clear method removes all correspondences from the collection.
The FindById method searches for a correspondence in the collection by the identifier of the alternative hierarchy to be copied.
The FindByKey method searches for a correspondence in the collection by the key of the alternative hierarchy to be copied.
The Remove method removes the selected correspondence from the collection.

See also:

Cubes Assembly Interfaces