C# Класс SenseNet.Portal.Portlets.SiteMenuNodeEnumerator

Наследование: NodeEnumerator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNodes ( string path, ExecutionHint hint, NodeQuery filter, int depth, string contextPath, bool getContextChildren ) : IEnumerable
GetNodes ( string path, ExecutionHint hint, string filter, int depth, string contextPath, bool getContextChildren ) : IEnumerable

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

Метод Описание
MoveToFirstChild ( ) : bool
QueryChildrenFromLucene ( int thisId ) : NodeQueryResult
SiteMenuNodeEnumerator ( string path, ExecutionHint executionHint, NodeQuery filter, int depth, string contextPath, bool getContextChildren ) : System
SiteMenuNodeEnumerator ( string path, ExecutionHint executionHint, string filter, int depth, string contextPath, bool getContextChildren ) : System

Описание методов

GetNodes() публичный статический Метод

public static GetNodes ( string path, ExecutionHint hint, NodeQuery filter, int depth, string contextPath, bool getContextChildren ) : IEnumerable
path string
hint ExecutionHint
filter NodeQuery
depth int
contextPath string
getContextChildren bool
Результат IEnumerable

GetNodes() публичный статический Метод

public static GetNodes ( string path, ExecutionHint hint, string filter, int depth, string contextPath, bool getContextChildren ) : IEnumerable
path string
hint ExecutionHint
filter string
depth int
contextPath string
getContextChildren bool
Результат IEnumerable

MoveToFirstChild() защищенный Метод

protected MoveToFirstChild ( ) : bool
Результат bool

QueryChildrenFromLucene() защищенный Метод

protected QueryChildrenFromLucene ( int thisId ) : NodeQueryResult
thisId int
Результат SenseNet.ContentRepository.Storage.Search.NodeQueryResult

SiteMenuNodeEnumerator() защищенный Метод

protected SiteMenuNodeEnumerator ( string path, ExecutionHint executionHint, NodeQuery filter, int depth, string contextPath, bool getContextChildren ) : System
path string
executionHint ExecutionHint
filter NodeQuery
depth int
contextPath string
getContextChildren bool
Результат System

SiteMenuNodeEnumerator() защищенный Метод

protected SiteMenuNodeEnumerator ( string path, ExecutionHint executionHint, string filter, int depth, string contextPath, bool getContextChildren ) : System
path string
executionHint ExecutionHint
filter string
depth int
contextPath string
getContextChildren bool
Результат System