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

Read..::..Action<(Of <(<'TController>)>)> Method (String, HttpVerbs, String, Boolean, String)

Populates WidgetBase from action of controller, or calls JavaScript error handler in failure

Namespace:  Suoranta.WebApp.Kendo.Data
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static Action<ReadOnlyDataSourceBuilder> Action<TController>(
	string action,
	HttpVerbs verb,
	string actionParams,
	bool serverFilter,
	string errorHandler
)
where TController : Controller

Type Parameters

TController

Parameters

action
Type: String
verb
Type: HttpVerbs
actionParams
Type: String
serverFilter
Type: Boolean
errorHandler
Type: String

Return Value

Read Action suitable for, b.g., ListBuilderBase and other Kendo components