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

WidgetExtensions..::..FilteredBy<(Of <(<'TList, TListBuilder>)>)> Method

Configures [Filtered{TList, TListBuilder}(TListBuilder)] for widget and sets fields where the search string may appear.

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

Syntax


public static TListBuilder FilteredBy<TList, TListBuilder>(
	this TListBuilder builder,
	string[] filterFields
)
where TList : ListBase
where TListBuilder : ListBuilderBase<TList, TListBuilder>

Type Parameters

TList
The type of the list.
TListBuilder
The type of the list builder.

Parameters

builder
Type: TListBuilder
filterFields
Type: array<String>[]()[][]

Return Value