C# Class RockWeb.Blocks.Administration.ExceptionOccurrences

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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Initializes the control/Rock Block

OnLoad ( EventArgs e ) : void

Loads the control.

gExceptionOccurrences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gExceptionOccurrences control.

gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void

Private Methods

Method Description
BindExceptionOccurrenceGrid ( ExceptionLog baseException ) : void

Binds the exception occurrence grid.

ShowDetail ( int exceptionId ) : void

Loads the exception occurrences panel

Method Details

OnInit() protected method

Initializes the control/Rock Block
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Loads the control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

gExceptionOccurrences_GridRebind() protected method

Handles the GridRebind event of the gExceptionOccurrences control.
protected gExceptionOccurrences_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gExceptionOccurrences_RowSelected() protected method

protected gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
return void