C# 클래스 Rebel.Cms.Web.Trees.ApplicationTreeController

상속: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ApplicationTreeController ( IBackOfficeRequestContext requestContext ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Index ( string appAlias ) : System.Web.Mvc.ActionResult
Search ( SearchModel searchModel ) : System.Web.Mvc.ActionResult

메소드 상세

ApplicationTreeController() 공개 메소드

public ApplicationTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

GetRootResultFromTreeController() 보호된 메소드

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

Initialize() 보호된 메소드

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