Method | Description | |
---|---|---|
Enabled ( bool value ) : |
Enables or disables binding. The Enabled method is useful when you need to enable binding based on certain conditions. |
|
Select ( string routeName ) : |
Sets the route name for the select operation
|
|
Select ( string routeName, RouteValueDictionary routeValues ) : |
Sets the route and values for the select operation
|
|
Select ( string routeName, object routeValues ) : |
Sets the route and values for the select operation
|
|
Select ( string actionName, string controllerName ) : |
Sets the action, controller and route values for the select operation
|
|
Select ( string actionName, string controllerName, RouteValueDictionary routeValues ) : |
Sets the action, controller and route values for the select operation
|
|
Select ( string actionName, string controllerName, object routeValues ) : |
Sets the action, controller and route values for the select operation
|
|
TreeViewBindingSettingsBuilder ( TreeViewBindingSettings settings ) : System.Web.Routing |
Initializes a new instance of the TreeViewBindingSettingsBuilder class.
|
public Enabled ( bool value ) : |
||
value | bool | |
return |
public Select ( string routeName ) : |
||
routeName | string | Name of the route. |
return |
public Select ( string routeName, RouteValueDictionary routeValues ) : |
||
routeName | string | Name of the route. |
routeValues | RouteValueDictionary | The route values. |
return |
public Select ( string routeName, object routeValues ) : |
||
routeName | string | Name of the route. |
routeValues | object | The route values. |
return |
public Select ( string actionName, string controllerName ) : |
||
actionName | string | Name of the action. |
controllerName | string | Name of the controller. |
return |
public Select ( string actionName, string controllerName, RouteValueDictionary routeValues ) : |
||
actionName | string | Name of the action. |
controllerName | string | Name of the controller. |
routeValues | RouteValueDictionary | The route values. |
return |
public Select ( string actionName, string controllerName, object routeValues ) : |
||
actionName | string | Name of the action. |
controllerName | string | Name of the controller. |
routeValues | object | The route values. |
return |
public TreeViewBindingSettingsBuilder ( TreeViewBindingSettings settings ) : System.Web.Routing | ||
settings | TreeViewBindingSettings | The settings. |
return | System.Web.Routing |