C# Class RockWeb.Blocks.Administration.RestControllerList

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewPointe/Rockit

Protected Methods

Method Description
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.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

RefreshControllerList ( ) : void

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

btnRefreshAll_Click() protected method

protected btnRefreshAll_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

gControllers_GridRebind() protected method

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.
return void

gControllers_RowSelected() protected method

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.
return void