Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryFilterCondition interface is used to work with a filter, by which dictionary elements are selected.
IRdsDictionaryFilterCondition
A filter is formed by an expression that consists of the following parts: attribute, operator, and value. For example, Key <> -1, where:
Key. Attribute.
<>. Operator.
-1. Value.
Filters are united in the collection implemented by the IRdsDictionaryFilterConditions interface.
| Property name | Brief description | |
| The Attribute property returns an attribute, by which elements are filtered. | ||
| Operation | The Operation property determines operator used for filter expression. | |
| The Value property determines value of the attribute, by which elements are filtered. |
See also: