Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowDetailForm ( int id ) : void |
Shows the detail form.
|
|
gBatchList_Add ( object sender, |
Handles the Add event of the gBatchList control.
|
|
gBatchList_Delete ( object sender, |
Handles the Delete event of the gBatchList control.
|
|
gBatchList_Edit ( object sender, |
Handles the RowSelected event of the gBatchList control.
|
|
gBatchList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gBatchList control.
|
|
gfBatchFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the gfBatchFilter control.
|
|
gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void |
Handles the DisplayFilterValue event of the gfBatchFilter control.
|
Method | Description | |
---|---|---|
BindDefinedTypeDropdown ( |
Binds the defined type dropdown.
|
|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the grid.
|
|
GetWarnings ( FinancialBatch batch ) : List |
Gets the warnings.
|
|
gBatchList_GridRebind ( object sender, |
Handles the GridRebind event of the gBatchList control.
|
|
gBatchList_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gBatchList control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected ShowDetailForm ( int id ) : void | ||
id | int | The id. |
return | void |
protected gBatchList_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBatchList_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBatchList_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBatchList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
return | void |
protected gfBatchFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
return | void |