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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > CollectionViewHelper クラス : Read<T> メソッド
The type of data record
The request data
The source collection
The function to get the items source for the specified column's data map.
Reads data from the request and the source collection.
シンタックス
'宣言
 
Public Shared Function Read(Of T)( _
   ByVal requestData As CollectionViewRequest(Of T), _
   ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T), _
   Optional ByVal dataMapItemsSourceGetter As System.Func(Of ColumnInfo,IEnumerable(Of Object)) _
) As CollectionViewResponse(Of T)
public static CollectionViewResponse<T> Read<T>( 
   CollectionViewRequest<T> requestData,
   System.Collections.Generic.IEnumerable<T> sourceCollection,
   System.Func<ColumnInfo,IEnumerable<object>> dataMapItemsSourceGetter
)

パラメータ

requestData
The request data
sourceCollection
The source collection
dataMapItemsSourceGetter
The function to get the items source for the specified column's data map.

型パラメータ

T
The type of data record

戻り値の型

The response data
参照

CollectionViewHelper クラス
CollectionViewHelper メンバ