ICubeValueChange

Assembly: Cubes;

Description

The ICubeValueChange interface contains properties to recalculate values by cube calculated facts.

Comments

To work with calculated facts do the following:

  1. Create an instance of the CubeValueChangeCallback class, lead the obtained object to the ICubeValueChange interface.

  2. In the ICubeValueChange.Executor property, specify the object used in cube calculation.

  3. Get data matrix in the ICubeValueChange.Matrix property.

If values are changed in the obtained matrix, values that correspond to calculated facts are recalculated automatically.

Properties

  Property name Brief description
Executor

The Executor property determines object that is used to calculate the output cube matrix.
Matrix

The Matrix matrix property returns the matrix, in which data is changed, and calculated cube facts are recalculated.

See also:

Cubes Assembly Interfaces