IRdsDictionaryFilterConditions

Assembly: Rds;

Description

The IRdsDictionaryFilterConditions interface is used to work with the collection of filters, by which dictionary elements are selected.

Inheritance hierarchy

          IEnumerable

          IRdsDictionaryFilterConditions

Comments

Each filter in the collection is implemented by the IRdsDictionaryFilterCondition interface.

Properties

  Property name Brief description
The Count property returns the number of filters in the collection.
The Item property returns a filter from the collection by index.

Methods

  Method name Brief description
The Add method adds a filter to the collection by the specified attribute.
The AddAttribute method adds a filter to the collection by the specified attribute identifier.
The Assign method copies parameters of the filters collection.
The Clear method clears the collection of filters.
FindByAttribute The FindByAttribute method returns filter for a specified attribute.
The LoadFrom method loads XML parameters of the filters collection.
The Remove method removes filter from collection by its index.
The SaveTo method saves the collection of filters in XML format.

See also:

Rds Assembly Interfaces