FilterBy<T> class
Filtering options.
public class FilterBy<T>
| parameter | description |
|---|---|
| T | Entity to filter. |
Public Members
| name | description |
|---|---|
| Children { get; } | Nested filters. |
| Connector { get; } | Logical connector to the next filter. |
| Operator { get; } | Operator. |
| PropertyName { get; } | Property name. |
| Value { get; } | Comparison value. |
| AddChildFilter(…) | (2 methods) |
| AddChildFilter<TProperty>(…) | Adds a nested filter. |
See Also
- namespace Amica