C# Класс RockWeb.Blocks.Administration.RestControllerList

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

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

btnRefreshAll_Click ( object sender, EventArgs e ) : void
gControllers_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gControllers control.

gControllers_RowSelected ( object sender, Rock e ) : void

Handles the RowSelected event of the gControllers control.

Приватные методы

Метод Описание
BindGrid ( ) : void

Binds the grid.

RefreshControllerList ( ) : void

Описание методов

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

btnRefreshAll_Click() защищенный Метод

protected btnRefreshAll_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

gControllers_GridRebind() защищенный Метод

Handles the GridRebind event of the gControllers control.
protected gControllers_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gControllers_RowSelected() защищенный Метод

Handles the RowSelected event of the gControllers control.
protected gControllers_RowSelected ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void