IValidationSelectionFilter

Assembly: Ms;

Description

The IValidationSelectionFilter interface is used to work with the filter limiting series checked by validation rule.

Inheritance Hierarchy

          IValidationSelectionFilter

Comments

Filter is a set of selections by dimensions of series data source. Each filter element determines selection of one dimension. To get filter, use the IValidationDetails.SelectionFilter property.

Properties

  Property name Brief description
Count The Count property returns the number of filter elements.
Item The Item property returns the specified element from filter.

Methods

  Method name Brief description
Add The Add method adds a new element to filter.
Clear The Clear method clears filter.
FindById The FindById method searches for filter element by selection identifier.
FindByKey The FindByKey method searches for filter element by selection key.
Remove The Remove method removes the specified element from filter.
RemoveByKey The RemoveByKey method removes an element corresponding to the selection with specified key from filter.

See also:

Ms Assembly Interfaces