메소드 | 설명 | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnAddAccount_SelectionChanged ( object sender, |
Handles the SelectionChanged event of the btnAddAccount control.
|
|
btnConfirm_Click ( object sender, |
Handles the Click event of the btnConfirm control.
|
|
btnNext_Click ( object sender, |
Handles the Click event of the btnNext control.
|
|
btnPrev_Click ( object sender, |
Handles the Click event of the btnPrev control.
|
|
lbSaveAccount_Click ( object sender, |
Handles the Click event of the lbSaveAccount control.
|
|
page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the PageNavigate event of the page control.
|
메소드 | 설명 | |
---|---|---|
BindAccounts ( ) : void |
Binds the accounts.
|
|
BindSavedAccounts ( ) : void |
Binds the saved accounts.
|
|
GetACHInfo ( ) : |
Gets the ACH information.
|
|
GetAccounts ( ) : void |
Gets the accounts.
|
|
GetCCInfo ( ) : |
Gets the credit card information.
|
|
GetPaymentInfo ( ) : |
Gets the payment information.
|
|
GetPerson ( bool create ) : Person |
Gets the person.
|
|
GetReferenceInfo ( int savedAccountId ) : |
Gets the reference information.
|
|
GetSchedule ( ) : |
Gets the payment schedule.
|
|
ProcessConfirmation ( string &errorMessage ) : bool |
Processes the confirmation.
|
|
ProcessPaymentInfo ( string &errorMessage ) : bool |
Processes the payment information.
|
|
RegisterScript ( ) : void |
Registers the startup script.
|
|
SetPage ( int page ) : void |
Sets the page.
|
|
ShowMessage ( NotificationBoxType type, string title, string text ) : void |
Shows the message.
|
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected btnAddAccount_SelectionChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnConfirm_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbSaveAccount_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.HistoryEventArgs | The |
리턴 | void |