PivotDataSourceTransportBuilder

Methods

Read(System.Action)

Configures the Read operation.

Parameters

configurator - System.Action<CustomCrudOperationBuilder>

The action to configure the Read operation.

RETURNS

The PivotDataSourceTransportBuilder object to support method chaining.

Read(System.String)

Configures the Read operation.

Parameters

url - System.String

The URL for the Read operation.

RETURNS

The PivotDataSourceTransportBuilder object to support method chaining.

Connection(System.Action)

Configures transport connection.

Parameters

configurator - System.Action<PivotDataSourceTransportConnectionBuilder>

The action to configure the connection.

RETURNS

The PivotDataSourceTransportBuilder 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 PivotDataSourceTransportBuilder object to support method chaining.