C# Class RockWeb.Blocks.Finance.ScheduledTransactionView

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

Private Properties

Свойство Type Description
GetScheduledTransaction FinancialScheduledTransaction
ShowErrorMessage void
ShowView void

Méthodes protégées

Méthode 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

Méthode Description
GetScheduledTransaction ( ) : FinancialScheduledTransaction

Gets the scheduled transaction.

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

Shows the view.

Method Details

AccountName() protected méthode

Accounts the name.
protected AccountName ( int accountId ) : string
accountId int The account identifier.
Résultat string

OnInit() protected méthode

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

lbCancelSchedule_Click() protected méthode

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.
Résultat void

lbCancel_Click() protected méthode

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.
Résultat void

lbReactivateSchedule_Click() protected méthode

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.
Résultat void

lbRefresh_Click() protected méthode

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.
Résultat void

lbUpdate_Click() protected méthode

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.
Résultat void