ActiproSoftware.Windows.Data.Filtering Namespace
Classes
| BooleanFilterBase | Provides an abstract base class for a boolean IDataFilter implementation. |
| DataFilterBase | Provides an abstract base class for an IDataFilter implementation. |
| DataFilterCollection | Represents a collection of IDataFilter objects. |
| DataFilterGroup | Represents a group of data filters that can be AND-ed or OR-ed together. |
| PredicateFilter | Represents a IDataFilter implementation that uses a predicate to execute custom filter logic. |
| StringFilterBase | Provides an abstract base class for a string IDataFilter implementation. |
| StringFilterCapture | Specifies a captured zero-based text range from a string filter match. |
Interfaces
| IDataFilter | Provides the base requirements for an object that can filter data. |
Enums
| BooleanFilterOperation | Specifies the operations supported by BooleanFilterBase. |
| DataFilterGroupOperation | Specifies the operations supported by DataFilterGroup. |
| DataFilterResult | Specifies the result of a filter operation by an IDataFilter. |
| StringFilterOperation | Specifies the operations supported by StringFilterBase. |