C# Класс RockWeb.Blocks.Administraton.ExceptionList

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

btnReturnToList_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnReturnToList 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.

gExceptionOccurrences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gExceptionOccurrences control.

gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void
page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void

Приватные методы

Метод Описание
BindExceptionListFilter ( ) : void

Binds the exception list filter.

BindExceptionListGrid ( ) : void

Binds the exception list grid.

BindExceptionOccurrenceGrid ( ExceptionLog baseException ) : void

Binds the exception occurrence grid.

BindSitesFilter ( ) : void

Binds the sites filter.

BuildBaseExceptionListQuery ( ) : IQueryable

Builds the base query for the Exception List grid data

ClearExceptionLog ( ) : void

Clears the exception log.

LoadExceptionList ( ) : void

Loads the exception list.

LoadExceptionOccurrences ( int exceptionId ) : void

Loads the exception occurrences panel

SetExceptionPanelVisibility ( int baseExceptionId ) : void

Sets the visibility of the exception panels

Описание методов

OnInit() защищенный Метод

Initializes the control/Rock Block
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Loads the control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

btnClearExceptions_Click() защищенный Метод

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.
Результат void

btnReturnToList_Click() защищенный Метод

Handles the Click event of the btnReturnToList control.
protected btnReturnToList_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

fExceptionList_ApplyFilterClick() защищенный Метод

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.
Результат void

fExceptionList_DisplayFilterValue() защищенный Метод

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.
Результат void

gExceptionList_GridRebind() защищенный Метод

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.
Результат void

gExceptionList_RowSelected() защищенный Метод

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.
Результат void

gExceptionOccurrences_GridRebind() защищенный Метод

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.
Результат void

gExceptionOccurrences_RowSelected() защищенный Метод

protected gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
Результат void

page_PageNavigate() защищенный Метод

protected page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void
sender object
e System.Web.UI.HistoryEventArgs
Результат void