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

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

보호된 메소드들

메소드 설명
LoadViewState ( object savedState ) : void
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.

SaveViewState ( ) : object
btnAddAccount_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the btnAddAccount control.

btnConfirm_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnConfirm control.

btnNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnNext control.

btnPrev_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnPrev control.

page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void

Handles the PageNavigate event of the page control.

비공개 메소드들

메소드 설명
BindAccounts ( ) : void

Binds the accounts.

GetACHInfo ( ) : ACHPaymentInfo

Gets the ACH information.

GetAccounts ( FinancialScheduledTransaction scheduledTransaction ) : void

Gets the accounts.

GetCCInfo ( ) : CreditCardPaymentInfo

Gets the credit card information.

GetGateway ( FinancialScheduledTransaction scheduledTransaction ) : GatewayComponent

Gets the gateway.

GetPaymentInfo ( Rock.Model.PersonService personService, FinancialScheduledTransaction scheduledTransaction ) : PaymentInfo

Gets the payment information.

GetReferenceInfo ( int savedAccountId ) : ReferencePaymentInfo

Gets the reference information.

GetScheduledTransaction ( bool refresh = false ) : FinancialScheduledTransaction

Gets the scheduled transaction.

ProcessConfirmation ( string &errorMessage ) : bool

Processes the confirmation.

ProcessPaymentInfo ( string &errorMessage ) : bool

Processes the payment information.

RegisterScript ( ) : void

Registers the startup script.

SetFrequency ( FinancialScheduledTransaction scheduledTransaction ) : void

Sets the frequency.

SetPage ( int page ) : void

Sets the page.

SetSavedAccounts ( ) : void

Binds the saved accounts.

ShowMessage ( NotificationBoxType type, string title, string text ) : void

Shows the message.

메소드 상세

LoadViewState() 보호된 메소드

protected LoadViewState ( object savedState ) : void
savedState object
리턴 void

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 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

SaveViewState() 보호된 메소드

protected SaveViewState ( ) : object
리턴 object

btnAddAccount_SelectionChanged() 보호된 메소드

Handles the SelectionChanged event of the btnAddAccount control.
protected btnAddAccount_SelectionChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnConfirm_Click() 보호된 메소드

Handles the Click event of the btnConfirm control.
protected btnConfirm_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnNext_Click() 보호된 메소드

Handles the Click event of the btnNext control.
protected btnNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnPrev_Click() 보호된 메소드

Handles the Click event of the btnPrev control.
protected btnPrev_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

page_PageNavigate() 보호된 메소드

Handles the PageNavigate event of the page control.
protected page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.HistoryEventArgs The instance containing the event data.
리턴 void