IMsStubSelectionFilter

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsStubSelectionFilter interface is used to create a filter by data source selections.

Inheritance Hierarchy

IMsStubSelectionFilter

Comments

The filter is used by the following properties:

The filter is created from separate filters by selections of various data sources. When the filter is used, only the points set is processed that is created according to the specified data source selections.

Properties

  Property name Brief description
The Count property returns the number of data sources, for which filters by selection are created.
The Item property returns filter by selection for the data source with the specified index.

Methods

  Method name Brief description
The Add method adds a filter by selection to the collection for the data source with the specified key.
The Clear method clears the filters collection.
The FindByStubKey method searches for filter by data source key.
The Remove method removes data source filter with the specified index.
The RemoveByStubKey method removes data source filter with the specified key from the collection.

See also:

Ms Assembly Interfaces