C# Класс RockWeb.Blocks.Finance.ScheduledTransactionView

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetScheduledTransaction FinancialScheduledTransaction
ShowErrorMessage void
ShowView void

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
GetScheduledTransaction ( ) : FinancialScheduledTransaction

Gets the scheduled transaction.

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

Shows the view.

Описание методов

AccountName() защищенный Метод

Accounts the name.
protected AccountName ( int accountId ) : string
accountId int The account identifier.
Результат string

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

lbCancelSchedule_Click() защищенный Метод

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.
Результат void

lbCancel_Click() защищенный Метод

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.
Результат void

lbReactivateSchedule_Click() защищенный Метод

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.
Результат void

lbRefresh_Click() защищенный Метод

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.
Результат void

lbUpdate_Click() защищенный Метод

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.
Результат void