[]
Specifies a calling contract for collections that support filtering.
public interface ISupportFiltering
| Name | Description |
|---|---|
| FilterExpression | Gets the filter expression applied to the data. |
| Name | Description |
|---|---|
| CanFilter(FilterExpression?) | Returns whether the collection is able to filter the specified |
| FilterAsync(FilterExpression?, CancellationToken) | Filters the data using specified |
| Name | Description |
|---|---|
| FilterChanged | Raised after a filter operation was performed. |