'宣言 Public Shared Function Edit(Of T)( _ ByVal requestData As CollectionViewEditRequest(Of T), _ ByVal editAction As System.Func(Of T,CollectionViewItemResult(Of T)), _ ByVal read As System.Func(Of IEnumerable(Of T)) _ ) As CollectionViewResponse(Of T)
public static CollectionViewResponse<T> Edit<T>( CollectionViewEditRequest<T> requestData, System.Func<T,CollectionViewItemResult<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