[]
        
(Showing Draft Content)

C1.DataCollection.ISupportSorting

ISupportSorting Interface

Specifies a calling contract for collections that support sorting.

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

Properties

Name Description
SortDescriptions

Gets the sort descriptions applied to the data.

Methods

Name Description
CanSort(params SortDescription[])

Returns whether the collection is able to sort the specified sortDescriptions.

SortAsync(SortDescription[], CancellationToken)

Sorts the collection according to the specified sortDescriptions.

Events

Name Description
SortChanged

Raised after a sort operation was performed.