[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionEx

C1DataCollectionEx Class

Extension methods for C1DataCollection<T>.

Inheritance
C1DataCollectionEx
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public static class C1DataCollectionEx

Methods

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.