Kendo.Mvc.UI.Fluent.ServerCrudOperationBuilder
Defines the fluent interface for configuring the CrudOperation options for server binding.
Methods
Route(System.Web.Routing.RouteValueDictionary)
Sets the route values for the operation.
Parameters
routeValues System.Web.Routing.RouteValueDictionary
Route values
Action(System.String,System.String,System.Object)
Sets the action, contoller and route values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
routeValues System.Object
Route values
Action(System.String,System.String,System.Web.Routing.RouteValueDictionary)
Sets the action, contoller and route values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
routeValues System.Web.Routing.RouteValueDictionary
Route values
Action(System.String,System.String)
Sets the action and contoller values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
Route(System.String,System.Web.Routing.RouteValueDictionary)
Sets the route name and values for the operation.
Parameters
routeName System.String
Route name
routeValues System.Web.Routing.RouteValueDictionary
Route values
Route(System.String,System.Object)
Sets the route name and values for the operation.
Parameters
routeName System.String
Route name
routeValues System.Object
Route values
Route(System.String)
Sets the route name for the operation.