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

Inheritance: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
ApplicationTreeController ( IBackOfficeRequestContext requestContext ) : System

Protected Methods

Method Description
GetRootResultFromTreeController ( ITree t ) : RebelTreeResult

This will return the root model content from the controller associated with a TreeElement

Initialize ( System.Web.Routing.RequestContext requestContext ) : void

Private Methods

Method Description
Index ( string appAlias ) : System.Web.Mvc.ActionResult
Search ( SearchModel searchModel ) : System.Web.Mvc.ActionResult

Method Details

ApplicationTreeController() public method

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

GetRootResultFromTreeController() protected method

This will return the root model content from the controller associated with a TreeElement
protected GetRootResultFromTreeController ( ITree t ) : RebelTreeResult
t ITree
return RebelTreeResult

Initialize() protected method

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
return void