C# Class RockWeb.Blocks.Finance.BenevolenceRequestList

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
gList_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gGroupMembers control.

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

gList_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gList control.

gList_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gList control.

gList_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gList control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Handles the filter display for each saved user value

Private Methods

Méthode Description
AddDynamicControls ( ) : void
BindAttributes ( ) : void

Binds the attributes.

BindGrid ( ) : void

Binds the grid.

SetFilter ( ) : void

Binds the filter.

gList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gPledges control.

Method Details

Block_BlockUpdated() protected méthode

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

LoadViewState() protected méthode

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
Résultat void

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

SaveViewState() protected méthode

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Résultat object

gList_AddClick() protected méthode

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

gList_Delete() protected méthode

Handles the Delete event of the gList control.
protected gList_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

gList_Edit() protected méthode

Handles the Edit event of the gList control.
protected gList_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

gList_RowDataBound() public méthode

Handles the RowDataBound event of the gGroupMembers control.
public gList_RowDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

rFilter_ApplyFilterClick() protected méthode

Handles the ApplyFilterClick event of the rFilter control.
protected rFilter_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

rFilter_DisplayFilterValue() protected méthode

Handles the filter display for each saved user value
protected rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Résultat void