C# Class SenseNet.Portal.Portlets.SiteMenuBase

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
GetPathCollection IEnumerable
IsSiblingPath bool
ParentPath string
PathIsTopLevel bool

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
GetPathCollection ( string path ) : IEnumerable
IsSiblingPath ( string path1, string path2 ) : bool
ParentPath ( string path ) : string
PathIsTopLevel ( string p, string allp ) : bool

Method Details

BuildUpTreeNodes() protected méthode

protected BuildUpTreeNodes ( Node relativeParent, Node allItems, int index, int level ) : NavigableTreeNode
relativeParent Node
allItems Node
index int
level int
Résultat NavigableTreeNode

ConvertNodesToFeed() protected méthode

protected ConvertNodesToFeed ( Node nodes ) : NavigableNodeFeed
nodes Node
Résultat NavigableNodeFeed

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetModel() protected méthode

protected GetModel ( ) : object
Résultat object

GetNavigableNodes() protected méthode

protected GetNavigableNodes ( ) : Node[]
Résultat Node[]

GetParentsNodes() protected méthode

protected GetParentsNodes ( ) : Node[]
Résultat Node[]

GetQuery() protected méthode

protected GetQuery ( ) : NodeQuery
Résultat NodeQuery

GetXsltArgumentList() protected méthode

protected GetXsltArgumentList ( ) : XsltArgumentList
Résultat System.Xml.Xsl.XsltArgumentList

NodeIsValid() protected méthode

protected NodeIsValid ( Node node ) : bool
node Node
Résultat bool