C# 클래스 RockWeb.Blocks.Finance.ScheduledTransactionView

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

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