C# 클래스 Carrotware.CMS.UI.Controls.BaseNavSel

상속: Carrotware.CMS.UI.Controls.BaseNavCommon, IWidgetLimitedProperties
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetChildren ( System.Guid rootContentID ) : List
GetTopNav ( ) : List

보호된 메소드들

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

메소드 상세

GetChildren() 공개 메소드

public GetChildren ( System.Guid rootContentID ) : List
rootContentID System.Guid
리턴 List

GetTopNav() 공개 메소드

public GetTopNav ( ) : List
리턴 List

IsContained() 보호된 메소드

protected IsContained ( List navCrumbs, System.Guid rootContentID ) : SiteNav
navCrumbs List
rootContentID System.Guid
리턴 Carrotware.CMS.Core.SiteNav

LoadChildren() 보호된 메소드

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
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

WriteListPrefix() 보호된 메소드

protected WriteListPrefix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

WriteListSuffix() 보호된 메소드

protected WriteListSuffix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

WriteTopLevel() 보호된 메소드

protected WriteTopLevel ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void