C# Class RockWeb.Blocks.Finance.ScheduledTransactionView

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

Private Properties

Property Type Description
GetScheduledTransaction FinancialScheduledTransaction
ShowErrorMessage void
ShowView void

Protected Methods

Method Description
AccountName ( int accountId ) : string

Accounts the name.

OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

lbCancelSchedule_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancelSchedule control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbReactivateSchedule_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbReactivateSchedule control.

lbRefresh_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbRefresh control.

lbUpdate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbUpdate control.

Private Methods

Method Description
GetScheduledTransaction ( ) : FinancialScheduledTransaction

Gets the scheduled transaction.

ShowErrorMessage ( string message ) : void
ShowView ( FinancialScheduledTransaction txn ) : void

Shows the view.

Method Details

AccountName() protected method

Accounts the name.
protected AccountName ( int accountId ) : string
accountId int The account identifier.
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
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

lbCancelSchedule_Click() protected method

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

lbCancel_Click() protected method

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

lbReactivateSchedule_Click() protected method

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

lbRefresh_Click() protected method

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

lbUpdate_Click() protected method

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