C# Class RockWeb.Blocks.Finance.TransactionReport

Inheritance: Rock.Web.UI.RockBlock
Mostrar archivo Open project: SparkDevNetwork/Rock

Protected Methods

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

Handles the BlockUpdated event of the control.

FormatCurrencyType ( FinancialTransaction txn ) : string

Formats the type of the currency.

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.

bbtnApply_Click ( object sender, EventArgs e ) : void

Handles the Click event of the bbtnApply control.

gTransactions_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gTransactions control.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

FormatSummary ( FinancialTransaction txn ) : string

Formats the summary.

LoadAccounts ( ) : void

Loads the accounts.

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

FormatCurrencyType() protected method

Formats the type of the currency.
protected FormatCurrencyType ( FinancialTransaction txn ) : string
txn FinancialTransaction The TXN.
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

bbtnApply_Click() protected method

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

gTransactions_GridRebind() protected method

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