Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IValidationSelectionFilter interface is used to work with the filter limiting series checked by validation rule.
IValidationSelectionFilter
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.
| Property name | Brief description | |
| The Count property returns the number of filter elements. | ||
| The Item property returns the specified element from filter. |
| Method name | Brief description | |
| 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. | |
| The RemoveByKey method removes an element corresponding to the selection with specified key from filter. |
See also: