[]
Supports the read and write processing of the request from the client-side CollectionView.
public static class CollectionViewHelper
Name | Description |
---|---|
BatchEdit<T>(CollectionViewBatchEditRequest<T>, Func<BatchOperatingData<T>, CollectionViewResponse<T>>, Func<IEnumerable<T>>) | Edits batch data accroding to the request and the edit action. |
Edit<T>(CollectionViewEditRequest<T>, Func<T, CollectionViewItemResult<T>>, Func<IEnumerable<T>>) | Edits data accroding to the request and the write action. |
Read<T>(CollectionViewRequest<T>, IEnumerable<T>, Func<ColumnInfo, IEnumerable<object>>) | Reads data from the request and the source collection. |