C# Class RockWeb.Blocks.Administration.ExceptionList

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.

btnClearExceptions_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnClearExceptions control.

fExceptionList_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fExceptionList control.

fExceptionList_DisplayFilterValue ( object sender, GridFilter e ) : void

Build filter values/summary with user friendly data from filters

gExceptionList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gExceptionList control.

gExceptionList_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gExceptionList control.

Private Methods

Method Description
BindExceptionListFilter ( ) : void

Binds the exception list filter.

BindExceptionListGrid ( ) : void

Binds the exception list grid.

BindSitesFilter ( ) : void

Binds the sites filter.

BuildBaseExceptionListQuery ( RockContext rockContext ) : IQueryable

Builds the base query for the Exception List grid data

ClearExceptionLog ( ) : void

Clears the exception log.

LoadExceptionList ( ) : void

Loads the exception list.

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

btnClearExceptions_Click() protected method

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

fExceptionList_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the fExceptionList control.
protected fExceptionList_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

fExceptionList_DisplayFilterValue() protected method

Build filter values/summary with user friendly data from filters
protected fExceptionList_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void

gExceptionList_GridRebind() protected method

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

gExceptionList_RowSelected() protected method

Handles the RowSelected event of the gExceptionList control.
protected gExceptionList_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void