Kendo.Mvc.UI.Fluent.CustomDataSourceTransportBuilder
Defines the fluent interface for configuring the Transport options.
Methods
Update(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>)
Configures the URL for Update operation.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>
The configuration object
Update(System.String,System.String)
Sets controller and action for Update operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
Update(System.String,System.String,System.Object)
Sets controller, action and routeValues for Update operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
routeValues System.Object
Route values
Update(System.Object)
Sets the Update operation using anonymous object.
Parameters
settings System.Object
The update transport settings
Update(System.String)
Sets JavaScript function which to return additional parameters which to be sent the server.
Parameters
handler System.String
JavaScript function name
Create(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>)
Configures the URL for Create operation.
Create(System.String,System.String)
Sets controller and action for Create operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
Create(System.String,System.String,System.Object)
Sets controller, action and routeValues for Create operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
routeValues System.Object
Route values
Create(System.Object)
Sets the Create operation using anonymous object.
Parameters
settings System.Object
The create transport settings.
Create(System.String)
Sets JavaScript function which to return additional parameters which to be sent the server.
Parameters
handler System.String
JavaScript function name
Destroy(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>)
Configures the URL for Destroy operation.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>
The destroy transport configurator object
Destroy(System.String,System.String)
Sets controller and action for Destroy operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
Destroy(System.String,System.String,System.Object)
Sets controller, action and routeValues for Destroy operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller Name
routeValues System.Object
Route values
Destroy(System.Object)
Sets the Destroy operation using anonymous object.
Parameters
settings System.Object
The destroy transport settings
Destroy(System.String)
Sets JavaScript function which to return additional parameters which to be sent the server.
Parameters
handler System.String
JavaScript function name
Submit(System.String)
Sets JavaScript function to handle the submit action.
Parameters
handler System.String
JavaScript function name
Batch(System.Object)
Sets the Batch operation using anonymous object.
Parameters
settings System.Object
The batch settings