Метод | Описание | |
---|---|---|
OnInit ( |
Initializes the control/Rock Block
|
|
OnLoad ( |
Loads the control.
|
|
btnClearExceptions_Click ( object sender, |
Handles the Click event of the btnClearExceptions control.
|
|
btnReturnToList_Click ( object sender, |
Handles the Click event of the btnReturnToList control.
|
|
fExceptionList_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the fExceptionList control.
|
|
fExceptionList_DisplayFilterValue ( object sender, |
Build filter values/summary with user friendly data from filters
|
|
gExceptionList_GridRebind ( object sender, |
Handles the GridRebind event of the gExceptionList control.
|
|
gExceptionList_RowSelected ( object sender, |
Handles the RowSelected event of the gExceptionList control.
|
|
gExceptionOccurrences_GridRebind ( object sender, |
Handles the GridRebind event of the gExceptionOccurrences control.
|
|
gExceptionOccurrences_RowSelected ( object sender, |
||
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
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected btnClearExceptions_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnReturnToList_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected fExceptionList_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected fExceptionList_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
Результат | void |
protected gExceptionList_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gExceptionList_RowSelected ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gExceptionOccurrences_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gExceptionOccurrences_RowSelected ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.HistoryEventArgs | |
Результат | void |