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

상속: BaseServerControl
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

Private Properties

프로퍼티 타입 설명
FindSubControl System.Web.UI.Control
FindSubControl2 void
ModWrap void
UpdateHyperLink void

보호된 메소드들

메소드 설명
GetChildren ( System.Guid rootContentID ) : List
GetPageInfo ( string sPath ) : SiteNav
GetTopNav ( ) : List
LoadData ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
SetSubNav ( System.Web.UI.WebControls.RepeaterItem container, System.Guid rootContentID ) : void

비공개 메소드들

메소드 설명
FindSubControl ( Control X ) : Control
FindSubControl2 ( Control X ) : void
ModWrap ( IActivateNavItem lnk ) : void
UpdateHyperLink ( Control X ) : void

메소드 상세

GetChildren() 보호된 메소드

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

GetPageInfo() 보호된 메소드

protected GetPageInfo ( string sPath ) : SiteNav
sPath string
리턴 Carrotware.CMS.Core.SiteNav

GetTopNav() 보호된 메소드

protected GetTopNav ( ) : List
리턴 List

LoadData() 보호된 메소드

protected LoadData ( ) : void
리턴 void

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

RenderContents() 보호된 메소드

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

SetSubNav() 보호된 메소드

protected SetSubNav ( System.Web.UI.WebControls.RepeaterItem container, System.Guid rootContentID ) : void
container System.Web.UI.WebControls.RepeaterItem
rootContentID System.Guid
리턴 void