SelectionControlApplyMode

Description

The SelectionControlApplyMode contains modes, in which parameters of label control are applied.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Default. Default execution mode.
1 Apply. Applying parameters.
Controlling and controlled dimensions are determined while parameters are applied. Controlled dimensions are created depending on the selection set in controlling dimensions.
2 Save. Saving a structure of dimensions in XML.

NOTE. It is not intended to be used in application code.

3 Load. Loading a structure of dimensions from XML.

NOTE. It is not intended to be used in application code.

4 Open. The mode, in which the specified selection is used as a parameter for source opening. Opened instance is available in the ICubeSelectionControlApply.SourceOpen property.
5 ForEach. Object specified in the OnEach property is used to handle the process of applying the parameters.
An object that implements the ICubeSelectionControlOnEach interface method should be set as a value of the property. This method is called for each cube dimension.

NOTE. It is not intended to be used in application code.

6 Sort. Mode of sorting a list of dimensions by way of dependency. After parameters of controlling the selection have been applied, the output list contains controlling and then controlled dimensions of cube.

See also:

Cubes Assembly Enumerations