C# Класс RockWeb.Blocks.Cms.PageMenu

Наследование: Rock.Web.UI.RockBlock, ISecondaryBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
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