C# Class Rebel.Cms.Web.Trees.DataTypeTreeController

Inheritance: SupportsEditorTreeController
Datei anzeigen Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
DataTypeTreeController ( IBackOfficeRequestContext requestContext ) : System

Protected Methods

Method Description
CreateRootNode ( System.Web.Mvc.FormCollection queryStrings ) : TreeNode

Customize the created root node

GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult

Method Details

CreateRootNode() protected method

Customize the created root node
protected CreateRootNode ( System.Web.Mvc.FormCollection queryStrings ) : TreeNode
queryStrings System.Web.Mvc.FormCollection
return TreeNode

DataTypeTreeController() public method

public DataTypeTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System

GetTreeData() protected method

protected GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult
parentId HiveId
queryStrings System.Web.Mvc.FormCollection
return RebelTreeResult