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.
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.
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.
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.
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.
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.