C# Class RockWeb.Blocks.Finance.BenevolenceRequestList

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: NewSpring/Rock

Public Methods

Method Description
gList_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gGroupMembers control.

Protected Methods

Method 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

Method 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 method

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.
return void

LoadViewState() protected method

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.
return void

OnInit() protected method

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

OnLoad() protected method

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

SaveViewState() protected method

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

gList_AddClick() protected method

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.
return void

gList_Delete() protected method

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.
return void

gList_Edit() protected method

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.
return void

gList_RowDataBound() public method

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.
return void

rFilter_ApplyFilterClick() protected method

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.
return void

rFilter_DisplayFilterValue() protected method

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.
return void