C# 클래스 RockWeb.Blocks.Cms.PageMenu

상속: Rock.Web.UI.RockBlock, ISecondaryBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

공개 메소드들

메소드 설명
SetVisible ( bool visible ) : void

Will not display the block information if it is considered a secondary block and secondary blocks are being hidden.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

PageMenu_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the PageMenu control.

비공개 메소드들

메소드 설명
CacheKey ( ) : string
GetTemplate ( ) : Template
Render ( ) : void

메소드 상세

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

PageMenu_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the PageMenu control.
protected PageMenu_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

SetVisible() 공개 메소드

Will not display the block information if it is considered a secondary block and secondary blocks are being hidden.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
리턴 void