Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

SearchAction<(Of <(<'TParam1, TParam2>)>)> Delegate

Namespace:  Suoranta.WebApp.Types
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public delegate ActionResult SearchAction<TParam1, TParam2>(
	DataSourceRequest dsr,
	TParam1 param1,
	TParam2 param2
)

Type Parameters

TParam1
TParam2

Parameters

dsr
Type: DataSourceRequest
param1
Type: TParam1
param2
Type: TParam2