GridDataProviderMethodTItem Delegate

Data provider (delegate).

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public delegate Task<GridDataProviderResult<TItem>> GridDataProviderMethod<TItem>(
	GridDataProviderRequest<TItem> request
)
where TItem : class

Parameters

request  GridDataProviderRequestTItem
 

Type Parameters

TItem
Model type the GridTItem is based on

Return Value

TaskGridDataProviderResultTItem
Task completion with a result based on the request

See Also