C# 클래스 Telerik.Web.Mvc.UI.Fluent.TreeViewBindingSettingsBuilder

Defines the fluent interface for building TreeViewBindingSettingsBuilder
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
Enabled ( bool value ) : TreeViewBindingSettingsBuilder

Enables or disables binding.

The Enabled method is useful when you need to enable binding based on certain conditions.

Select ( string routeName ) : TreeViewBindingSettingsBuilder

Sets the route name for the select operation

Select ( string routeName, RouteValueDictionary routeValues ) : TreeViewBindingSettingsBuilder

Sets the route and values for the select operation

Select ( string routeName, object routeValues ) : TreeViewBindingSettingsBuilder

Sets the route and values for the select operation

Select ( string actionName, string controllerName ) : TreeViewBindingSettingsBuilder

Sets the action, controller and route values for the select operation

Select ( string actionName, string controllerName, RouteValueDictionary routeValues ) : TreeViewBindingSettingsBuilder

Sets the action, controller and route values for the select operation

Select ( string actionName, string controllerName, object routeValues ) : TreeViewBindingSettingsBuilder

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.

메소드 상세

Enabled() 공개 메소드

Enables or disables binding.
The Enabled method is useful when you need to enable binding based on certain conditions.
public Enabled ( bool value ) : TreeViewBindingSettingsBuilder
value bool
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the route name for the select operation
public Select ( string routeName ) : TreeViewBindingSettingsBuilder
routeName string Name of the route.
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the route and values for the select operation
public Select ( string routeName, RouteValueDictionary routeValues ) : TreeViewBindingSettingsBuilder
routeName string Name of the route.
routeValues RouteValueDictionary The route values.
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the route and values for the select operation
public Select ( string routeName, object routeValues ) : TreeViewBindingSettingsBuilder
routeName string Name of the route.
routeValues object The route values.
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the action, controller and route values for the select operation
public Select ( string actionName, string controllerName ) : TreeViewBindingSettingsBuilder
actionName string Name of the action.
controllerName string Name of the controller.
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the action, controller and route values for the select operation
public Select ( string actionName, string controllerName, RouteValueDictionary routeValues ) : TreeViewBindingSettingsBuilder
actionName string Name of the action.
controllerName string Name of the controller.
routeValues RouteValueDictionary The route values.
리턴 TreeViewBindingSettingsBuilder

Select() 공개 메소드

Sets the action, controller and route values for the select operation
public Select ( string actionName, string controllerName, object routeValues ) : TreeViewBindingSettingsBuilder
actionName string Name of the action.
controllerName string Name of the controller.
routeValues object The route values.
리턴 TreeViewBindingSettingsBuilder

TreeViewBindingSettingsBuilder() 공개 메소드

Initializes a new instance of the TreeViewBindingSettingsBuilder class.
public TreeViewBindingSettingsBuilder ( TreeViewBindingSettings settings ) : System.Web.Routing
settings TreeViewBindingSettings The settings.
리턴 System.Web.Routing