[]
        
(Showing Draft Content)

C1.DataCollection.ISupportFiltering

ISupportFiltering Interface

Specifies a calling contract for collections that support filtering.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportFiltering

Properties

Name Description
FilterExpression

Gets the filter expression applied to the data.

Methods

Name Description
CanFilter(FilterExpression?)

Returns whether the collection is able to filter the specified filterExpression.

FilterAsync(FilterExpression?, CancellationToken)

Filters the data using specified filterExpression.

Events

Name Description
FilterChanged

Raised after a filter operation was performed.