FilterUtils<T> class
Filtering utilities.
public static class FilterUtils<T>
| parameter | description |
|---|---|
| T |
Public Members
| name | description |
|---|---|
| static NewAggregateFilter(…) | Builds an aggregate filter and returns it. An aggregate filter has a number of nested (children) filters, all connected by a logical connector. |
| static NewFilter(…) | Builds a new FilterBy and returns it. |
| static NewFilter<TProperty>(…) | Builds a new FilterBy and returns it. |
See Also
- namespace Amica