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.
3 Load. Loading a structure of dimensions from XML.
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.
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.

Comments

The Save and the Load values are not meant to be used in the Fore language. Properties to work with the cube dimensions in XML format are available in Fore.NET.

The ForEach value is not meant to be used in the Fore language. The OnEach property used to specify object of custom class is available in Fore.NET.

See also:

Cubes Assembly Enumerations