PivotCustomDataSourceTransportBuilder

Methods

Read(System.Action)

Configures the Read operation.

Parameters

configurator - System.Action<CustomCrudOperationBuilder>

The action to configure the Read operation

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Read(System.Object)

Sets the Read operation using anonymous object.

Parameters

settings - System.Object

Anonymous object with settings

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Read(System.String)

Sets the Read operation to JavaScript function or object.

Parameters

handler - System.String

JavaScript function name

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Connection(System.Action)

Configures transport connection.

Parameters

configurator - System.Action<PivotDataSourceTransportConnectionBuilder>

The action to configure the connection

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Discover(System.Action)

Configures the discover operation.

Parameters

configurator - System.Action<CustomCrudOperationBuilder>

The action to configure the Discover operation

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Discover(System.Object)

Sets the Discover operation using anonymous object.

Parameters

settings - System.Object

Anonymous object with settings

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

Discover(System.String)

Sets the Discover operation to JavaScript function or object.

Parameters

handler - System.String

JavaScript function name

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

ParameterMap(System.Func)

Sets the parameterMap function.

Parameters

handler - System.Func<Object,Object>

TThe handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.

ParameterMap(System.String)

Sets the parameterMap function.

Parameters

handler - System.String

JavaScript function name

RETURNS

The PivotCustomDataSourceTransportBuilder object to support method chaining.