Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The CubeExecuteSetup class implements an object that is used to work with dimension parameters on cube calculation.
Class to get analog of the CubeExecuteSetup class:
None;
Class to get analog of the CubeExecuteSetup class object:
CubeExecuteSetupClass;
Property name | Brief description | |
Count | The Count property returns the number of calculation options. | |
Filter | The Filter property returns collection of filters by dimensions that will be applied on cube calculation. | |
Item | The Item property returns calculation option by its index. | |
RequiredDataRights | The RequiredDataRights property determines access permissions for the data, which will be returned after calculation. | |
StrictRequiredItems | The StrictRequiredItems property determines whether data is extracted only by required changes. |
Method name | Brief description | |
FindById | The FindById method finds parameters by the dimension identifier. | |
FindByKey | The FindByKey method finds parameters by the dimension key. | |
FindByTag | The FindByTag method finds parameters by the dimension type. |
See also: