[]
Specifies a calling contract for collections that support sorting.
public interface ISupportSorting
Name | Description |
---|---|
SortDescriptions | Gets the sort descriptions applied to the data. |
Name | Description |
---|---|
CanSort(params SortDescription[]) | Returns whether the collection is able to sort the specified |
SortAsync(SortDescription[], CancellationToken) | Sorts the collection according to the specified |
Name | Description |
---|---|
SortChanged | Raised after a sort operation was performed. |