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

상속: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
GetPathCollection IEnumerable
IsSiblingPath bool
ParentPath string
PathIsTopLevel bool

보호된 메소드들

메소드 설명
BuildUpTreeNodes ( Node relativeParent, Node allItems, int index, int level ) : NavigableTreeNode
ConvertNodesToFeed ( Node nodes ) : NavigableNodeFeed
CreateChildControls ( ) : void
GetModel ( ) : object
GetNavigableNodes ( ) : Node[]
GetParentsNodes ( ) : Node[]
GetQuery ( ) : NodeQuery
GetXsltArgumentList ( ) : XsltArgumentList
NodeIsValid ( Node node ) : bool

비공개 메소드들

메소드 설명
GetPathCollection ( string path ) : IEnumerable
IsSiblingPath ( string path1, string path2 ) : bool
ParentPath ( string path ) : string
PathIsTopLevel ( string p, string allp ) : bool

메소드 상세

BuildUpTreeNodes() 보호된 메소드

protected BuildUpTreeNodes ( Node relativeParent, Node allItems, int index, int level ) : NavigableTreeNode
relativeParent Node
allItems Node
index int
level int
리턴 NavigableTreeNode

ConvertNodesToFeed() 보호된 메소드

protected ConvertNodesToFeed ( Node nodes ) : NavigableNodeFeed
nodes Node
리턴 NavigableNodeFeed

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetModel() 보호된 메소드

protected GetModel ( ) : object
리턴 object

GetNavigableNodes() 보호된 메소드

protected GetNavigableNodes ( ) : Node[]
리턴 Node[]

GetParentsNodes() 보호된 메소드

protected GetParentsNodes ( ) : Node[]
리턴 Node[]

GetQuery() 보호된 메소드

protected GetQuery ( ) : NodeQuery
리턴 NodeQuery

GetXsltArgumentList() 보호된 메소드

protected GetXsltArgumentList ( ) : XsltArgumentList
리턴 System.Xml.Xsl.XsltArgumentList

NodeIsValid() 보호된 메소드

protected NodeIsValid ( Node node ) : bool
node Node
리턴 bool