C# Class RockWeb.Blocks.Examples.DevelopEnvironmentInfo

Inheritance: Rock.Web.UI.RockBlock
显示文件 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.

btnLoadPages_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnLoadPages control.

btnShutdown_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnShutdown control.

btnStartLogSQL_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnStartLogSQL control.

btnStopLogSQL_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnStopLogSQL control.

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

btnLoadPages_Click() protected method

Handles the Click event of the btnLoadPages control.
protected btnLoadPages_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnShutdown_Click() protected method

Handles the Click event of the btnShutdown control.
protected btnShutdown_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnStartLogSQL_Click() protected method

Handles the Click event of the btnStartLogSQL control.
protected btnStartLogSQL_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnStopLogSQL_Click() protected method

Handles the Click event of the btnStopLogSQL control.
protected btnStopLogSQL_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void