C# Class SenseNet.Portal.Portlets.SiteMenuNodeEnumerator

Inheritance: NodeEnumerator
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
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

Method Details

GetNodes() public static method

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
return IEnumerable

GetNodes() public static method

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
return IEnumerable

MoveToFirstChild() protected method

protected MoveToFirstChild ( ) : bool
return bool

QueryChildrenFromLucene() protected method

protected QueryChildrenFromLucene ( int thisId ) : NodeQueryResult
thisId int
return SenseNet.ContentRepository.Storage.Search.NodeQueryResult

SiteMenuNodeEnumerator() protected method

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
return System

SiteMenuNodeEnumerator() protected method

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
return System