ASP.NET Core MVC コントロールヘルプ
BatchEdit<T> メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > CollectionViewHelper クラス : BatchEdit<T> メソッド
The type of data record
The request data
The edit action
The read action provides the newest data.
Edits batch data accroding to the request and the edit action.
シンタックス
'宣言
 
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
参照

CollectionViewHelper クラス
CollectionViewHelper メンバ