C# 클래스 SenseNet.Portal.Portlets.SiteMenuNodeEnumerator

상속: NodeEnumerator
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

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