[]
Edits batch data accroding to the request and the edit action.
public static CollectionViewResponse<T> BatchEdit<T>(CollectionViewBatchEditRequest<T> requestData, Func<BatchOperatingData<T>, CollectionViewResponse<T>> editAction, Func<IEnumerable<T>> read)
| Type | Name | Description |
|---|---|---|
| CollectionViewBatchEditRequest<T> | requestData | The request data |
| Func<BatchOperatingData<T>, CollectionViewResponse<T>> | editAction | The edit action |
| Func<IEnumerable<T>> | read | The read action provides the newest data. |
| Type | Description |
|---|---|
| CollectionViewResponse<T> | The response data |
| Name | Description |
|---|---|
| T | The type of data record |