ICubeExecuteFilterSetup

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The ICubeExecuteFilterSetup interface contains properties and methods that are used to work with the collection of filters by dimensions.

Inheritance Hierarchy

ICubeExecuteFilterSetup

Comments

Collection parameters can be obtained in the ICubeExecuteSetup.Filter or ICubeExecuteFilterItem.Filter properties.

Properties

  Property name Brief description
The Count property returns the number of elements with filtering parameters by dimensions.
The CubeSetup property returns parameters of cube dimensions, for which filtering parameters are set.
The Item property returns filtering parameters by dimension for the specified element.

Methods

  Method name Brief description
The Add method creates a new element with filtering parameters and returns its parameters.
The Clear method removes all elements with filtering parameters from the collection.
The Move method moves elements with filtering parameters in the collection.
The Remove method removes the element with filtering parameters from the collection and returns whether removal is successful.

See also:

Cubes Assembly Interfaces