New to Telerik UI for ASP.NET Core? Download free 30-day trial

PivotCustomDataSourceTransportBuilder

Methods

Read(System.Action)

Configures the Read operation.

Parameters

configurator - System.Action<CustomCrudOperationBuilder>

Read(System.Object)

Sets the Read operation using anonymous object.

Parameters

settings - System.Object

Read(System.String)

Sets the Read operation to JavaScript function or object.

Parameters

handler - System.String

JavaScript function name

Connection(System.Action)

Configures transport connection.

Parameters

configurator - System.Action<PivotDataSourceTransportConnectionBuilder>

Discover(System.Action)

Configures the discover operation.

Parameters

configurator - System.Action<CustomCrudOperationBuilder>

Discover(System.Object)

Sets the Discover operation using anonymous object.

Parameters

settings - System.Object

Discover(System.String)

Sets the Discover operation to JavaScript function or object.

Parameters

handler - System.String

JavaScript function name

ParameterMap(System.Func)

Sets the parameterMap function.

Parameters

handler - System.Func<Object,Object>

ParameterMap(System.String)

Sets the parameterMap function.

Parameters

handler - System.String

JavaScript function name

In this article
Not finding the help you need?