'宣言 Public Shared Function BatchEdit(Of T)( _ ByVal requestData As CollectionViewBatchEditRequest(Of T), _ ByVal editAction As System.Func(Of BatchOperatingData(Of T),CollectionViewResponse(Of T)), _ ByVal read As System.Func(Of IEnumerable(Of T)) _ ) As CollectionViewResponse(Of T)
public static CollectionViewResponse<T> BatchEdit<T>( CollectionViewBatchEditRequest<T> requestData, System.Func<BatchOperatingData<T>,CollectionViewResponse<T>> editAction, System.Func<IEnumerable<T>> read )
パラメータ
- requestData
- The request data
- editAction
- The edit action
- read
- The read action provides the newest data.
型パラメータ
- T
- The type of data record
戻り値の型
The response data