Метод | Описание | |
---|---|---|
OnInit ( |
Initializes the control/Rock Block
|
|
OnLoad ( |
Loads the control.
|
|
btnClearExceptions_Click ( object sender, |
Handles the Click event of the btnClearExceptions 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.
|
Метод | Описание | |
---|---|---|
BindExceptionListFilter ( ) : void |
Binds the exception list filter.
|
|
BindExceptionListGrid ( ) : void |
Binds the exception list grid.
|
|
BindSitesFilter ( ) : void |
Binds the sites filter.
|
|
BuildBaseExceptionListQuery ( |
Builds the base query for the Exception List grid data
|
|
ClearExceptionLog ( ) : void |
Clears the exception log.
|
|
LoadExceptionList ( ) : void |
Loads the exception list.
|
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 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 |