ICubeExecuteFilterSetup

Assembly: 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
Count

The Count property returns the number of elements with filtering parameters by dimensions.
CubeSetup

The CubeSetup property returns parameters of cube dimensions, for which filtering parameters are set.
Item

The Item property returns filtering parameters by dimension for the specified element.

Methods

  Method name Brief description
Add

The Add method creates a new element with filtering parameters and returns its parameters.
Clear

The Clear method removes all elements with filtering parameters from the collection.
Move

The Move method moves elements with filtering parameters in the collection.
Remove

The Remove method removes the element with filtering parameters from the collection and returns whether removal is successful.

See also:

Cubes Assembly Interfaces