C# Класс Rebel.Cms.Web.Trees.RecycleBinTreeController

A tree that supports a recycle bin
Наследование: SupportsEditorTreeController
Показать файл Открыть проект

Защищенные методы

Метод Описание
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