C# Class RockWeb.Blocks.Finance.TransactionList

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

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.

RefreshList ( ) : void

Refreshes the list. Public method...can be called from other blocks.

SetVisible ( bool visible ) : void

Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the Block control.

GetAccounts ( object dataItem ) : string

Gets the accounts.

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.

OnPreRender ( EventArgs e ) : void
ShowDetailForm ( int id ) : void

Shows the detail form.

_lbReassign_Click ( object sender, EventArgs e ) : void

Handles the Click event of the _lbReassign control.

bddlOptions_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the bddlOptions control.

dlgReassign_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgReassign control.

gTransactions_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gTransactions control.

gTransactions_Delete ( object sender, Rock e ) : void

Handles the Delete event of the gTransactions control.

gTransactions_Edit ( object sender, Rock e ) : void

Handles the Edit event of the gTransactions control.

gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gfTransactions_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfTransactions control.

gfTransactions_ClearFilterClick ( object sender, EventArgs e ) : void

Handles the ClearFilterClick event of the gfTransactions control.

gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void

Handles the filter display for each saved user value

Private Methods

Method Description
BindDefinedTypeDropdown ( ListControl listControl, System.Guid definedTypeGuid, string userPreferenceKey ) : void

Binds the defined type dropdown.

BindFilter ( ) : void

Binds the filter.

BindGrid ( bool isExporting = false ) : void

Binds the grid.

HideDialog ( ) : void

Hides the dialog.

SetBlockOptions ( ) : void

Sets the block options.

ShowDialog ( ) : void

Shows the dialog.

ShowDialog ( string dialog ) : void

Shows the dialog.

gTransactions_GridRebind ( object sender, GridRebindEventArgs e ) : void

Handles the GridRebind event of the gTransactions control.

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the Block 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

GetAccounts() protected method

Gets the accounts.
protected GetAccounts ( object dataItem ) : string
dataItem object The data item.
return string

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

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostBackEvent() public method

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string A that represents an optional event argument to be passed to the event handler.
return void

RefreshList() public method

Refreshes the list. Public method...can be called from other blocks.
public RefreshList ( ) : void
return void

SetVisible() public method

Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
return void

ShowDetailForm() protected method

Shows the detail form.
protected ShowDetailForm ( int id ) : void
id int The id.
return void

_lbReassign_Click() protected method

Handles the Click event of the _lbReassign control.
protected _lbReassign_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

bddlOptions_SelectionChanged() protected method

Handles the SelectionChanged event of the bddlOptions control.
protected bddlOptions_SelectionChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

dlgReassign_SaveClick() protected method

Handles the SaveClick event of the dlgReassign control.
protected dlgReassign_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gTransactions_Add() protected method

Handles the Add event of the gTransactions control.
protected gTransactions_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gTransactions_Delete() protected method

Handles the Delete event of the gTransactions control.
protected gTransactions_Delete ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
return void

gTransactions_Edit() protected method

Handles the Edit event of the gTransactions control.
protected gTransactions_Edit ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
return void

gTransactions_RowDataBound() protected method

protected gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gfTransactions_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the gfTransactions control.
protected gfTransactions_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gfTransactions_ClearFilterClick() protected method

Handles the ClearFilterClick event of the gfTransactions control.
protected gfTransactions_ClearFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gfTransactions_DisplayFilterValue() protected method

Handles the filter display for each saved user value
protected gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void
sender object The sender.
e Rock The e.
return void