C# Class RockWeb.Blocks.Finance.BatchList

Inheritance: Rock.Web.UI.RockBlock, IPostBackEventHandler
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

ShowDetailForm ( int id ) : void

Shows the detail form.

gBatchList_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gBatchList control.

gBatchList_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gBatchList control.

gBatchList_Edit ( object sender, RowEventArgs e ) : void

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, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfBatchFilter control.

gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void

Handles the DisplayFilterValue event of the gfBatchFilter control.

Private Methods

Méthode Description
BindDefinedTypeDropdown ( ListControl listControl, System.Guid definedTypeGuid, string userPreferenceKey ) : void

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, EventArgs e ) : void

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.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

ShowDetailForm() protected méthode

Shows the detail form.
protected ShowDetailForm ( int id ) : void
id int The id.
Résultat void

gBatchList_Add() protected méthode

Handles the Add event of the gBatchList control.
protected gBatchList_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

gBatchList_Delete() protected méthode

Handles the Delete event of the gBatchList control.
protected gBatchList_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gBatchList_Edit() protected méthode

Handles the RowSelected event of the gBatchList control.
protected gBatchList_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gBatchList_RowDataBound() protected méthode

Handles the RowDataBound event of the gBatchList control.
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 instance containing the event data.
Résultat void

gfBatchFilter_ApplyFilterClick() protected méthode

Handles the ApplyFilterClick event of the gfBatchFilter control.
protected gfBatchFilter_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

gfBatchFilter_DisplayFilterValue() protected méthode

Handles the DisplayFilterValue event of the gfBatchFilter control.
protected gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Résultat void