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

GridExtensions..::..SendToButton<(Of <(<'TModel, TProp>)>)> Method

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

Syntax


public static GridColumnFactory<TModel> SendToButton<TModel, TProp>(
	GridColumnFactory<TModel> factory,
	string buttonId,
	string buttonText,
	IAction endpoint,
	Expression<Func<TModel, TProp>> propSelector,
	IReadGridBuilder gridBuilder
)

Type Parameters

TModel
TProp

Parameters

factory
Type: GridColumnFactory<(Of <(<'TModel>)>)>
buttonId
Type: String
buttonText
Type: String
endpoint
Type: Suoranta.WebApp.Types..::..IAction
propSelector
Type: Expression<(Of <(<'Func<(Of <(<'TModel, TProp>)>)>>)>)>
gridBuilder
Type: Suoranta.WebApp.Kendo..::..IReadGridBuilder