[]
Extension methods for C1DataCollection<T>.
public static class C1DataCollectionEx
Name | Description |
---|---|
FilterAsync<T>(C1DataCollection<T>, Expression<Func<T, object>>, FilterOperation, object) | Filters the data using specified filter parameters. |
GroupAsync<T>(C1DataCollection<T>, Expression<Func<T, object>>) | Groups the data collection according to the specified group path. |
IsOneOf(object?[]?, object?) | Determines whether the specified element is one of the items in the array. |
SortAsync<T>(C1DataCollection<T>, Expression<Func<T, object>>, SortDirection) | Sorts the data collection according to the specified sort path and direction. |