C# Class RockWeb.Blocks.Administration.ExceptionOccurrences

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode 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

Méthode Description
BindExceptionOccurrenceGrid ( ExceptionLog baseException ) : void

Binds the exception occurrence grid.

ShowDetail ( int exceptionId ) : void

Loads the exception occurrences panel

Method Details

OnInit() protected méthode

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

OnLoad() protected méthode

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

gExceptionOccurrences_GridRebind() protected méthode

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.
Résultat void

gExceptionOccurrences_RowSelected() protected méthode

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