C# Класс RockWeb.Blocks.Administration.ExceptionOccurrences

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

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

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

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

Метод Описание
BindExceptionOccurrenceGrid ( ExceptionLog baseException ) : void

Binds the exception occurrence grid.

ShowDetail ( int exceptionId ) : void

Loads the exception occurrences panel

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

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

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