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

A tree that supports a recycle bin
상속: SupportsEditorTreeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

보호된 메소드들

메소드 설명
AddMenuItemsToNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void

Adds menu items to each node that is not under the recycle bin

AddMenuItemsToNodeInRecycleBin ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void

Adds menu itmes to each node that is in the recycle bin

GetChildTreeNodes ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : IEnumerable

Gets the child tree nodes for any node other than the recycle bin children

GetHiveProvider ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : ReadonlyGroupUnitFactory
GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult
RecycleBinTreeController ( IBackOfficeRequestContext requestContext ) : System

비공개 메소드들

메소드 설명
AddRecycleBin ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : void

메소드 상세

AddMenuItemsToNode() 보호된 추상적인 메소드

Adds menu items to each node that is not under the recycle bin
protected abstract AddMenuItemsToNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
리턴 void

AddMenuItemsToNodeInRecycleBin() 보호된 추상적인 메소드

Adds menu itmes to each node that is in the recycle bin
protected abstract AddMenuItemsToNodeInRecycleBin ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
리턴 void

GetChildTreeNodes() 보호된 추상적인 메소드

Gets the child tree nodes for any node other than the recycle bin children
protected abstract GetChildTreeNodes ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : IEnumerable
parentId HiveId
queryStrings System.Web.Mvc.FormCollection
리턴 IEnumerable

GetHiveProvider() 보호된 추상적인 메소드

protected abstract GetHiveProvider ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : ReadonlyGroupUnitFactory
parentId HiveId
queryStrings System.Web.Mvc.FormCollection
리턴 ReadonlyGroupUnitFactory

GetTreeData() 보호된 메소드

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

RecycleBinTreeController() 보호된 메소드

protected RecycleBinTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System