C# Class RockWeb.Blocks.Finance.BusinessList

Inheritance: Rock.Web.UI.RockBlock
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.

gBusinessList_Delete ( object sender, Rock e ) : void

Handles the Delete event of the gBusinessList control.

gBusinessList_Edit ( object sender, Rock e ) : void

Handles the Edit event of the gBusinessList control.

gBusinessList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gBusinessList control.

gBusinessList_RowSelected ( object sender, Rock e ) : void

Handles the RowSelected event of the gBusinessList control.

Private Methods

Méthode Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

gBusinessList_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gBusinessList control.

gBusinessList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gBusinessList control.

gfBusinessFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfBusinessFilter control.

gfBusinessFilter_DisplayFilterValue ( object sender, Rock e ) : void

Handles the DisplayFilterValue event of the gfBusinessFilter 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

gBusinessList_Delete() protected méthode

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

gBusinessList_Edit() protected méthode

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

gBusinessList_RowDataBound() protected méthode

Handles the RowDataBound event of the gBusinessList control.
protected gBusinessList_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

gBusinessList_RowSelected() protected méthode

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