Kendo.Mvc.UI.Fluent.WebApiDataSourceBuilder
Defines the fluent interface for configuring the DataSource WebApi create/update/destroy operation bindings.
Methods
Update(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder>)
Configures the URL for Update operation.
Update(System.String)
Sets controller, action and routeValues for Update operation.
Parameters
url System.String
Absolute or relative URL for the 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
Create(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder>)
Configures the URL for Create operation.
Create(System.String)
Sets controller, action and routeValues for Create operation.
Parameters
url System.String
Absolute or relative URL for the 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
Destroy(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder>)
Configures the URL for Destroy operation.
Destroy(System.String)
Sets controller and action for Destroy operation.
Parameters
url System.String
Absolute or relative URL for the 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
AutoSync(System.Boolean)
Determines if data source would automatically sync any changes to its data items. By default changes are not automatically sync-ed.
Parameters
enabled System.Boolean
If true changes will be automatically synced, otherwise false.
Batch(System.Boolean)
Determines if modifications will be sent to the server in batches or as individually requests.
Parameters
enabled System.Boolean
If true changes will be batched, otherwise false.
GroupPaging(System.Boolean)
Enables/disables group paging.