C# Class Carrotware.CMS.UI.Controls.BaseNavSel

Inheritance: Carrotware.CMS.UI.Controls.BaseNavCommon, IWidgetLimitedProperties
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetChildren ( System.Guid rootContentID ) : List
GetTopNav ( ) : List

Méthodes protégées

Méthode Description
IsContained ( List navCrumbs, System.Guid rootContentID ) : SiteNav
LoadChildren ( System.Web.UI.HtmlTextWriter output, System.Guid rootContentID, string sItemCSS, int iParent, int iLevel ) : void
OnPreRender ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
WriteListPrefix ( System.Web.UI.HtmlTextWriter output ) : void
WriteListSuffix ( System.Web.UI.HtmlTextWriter output ) : void
WriteTopLevel ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

GetChildren() public méthode

public GetChildren ( System.Guid rootContentID ) : List
rootContentID System.Guid
Résultat List

GetTopNav() public méthode

public GetTopNav ( ) : List
Résultat List

IsContained() protected méthode

protected IsContained ( List navCrumbs, System.Guid rootContentID ) : SiteNav
navCrumbs List
rootContentID System.Guid
Résultat Carrotware.CMS.Core.SiteNav

LoadChildren() protected méthode

protected LoadChildren ( System.Web.UI.HtmlTextWriter output, System.Guid rootContentID, string sItemCSS, int iParent, int iLevel ) : void
output System.Web.UI.HtmlTextWriter
rootContentID System.Guid
sItemCSS string
iParent int
iLevel int
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

WriteListPrefix() protected méthode

protected WriteListPrefix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

WriteListSuffix() protected méthode

protected WriteListSuffix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

WriteTopLevel() protected méthode

protected WriteTopLevel ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void