Свойство | Type | Description | |
---|---|---|---|
FluidLayout | bool |
Méthode | Description | |
---|---|---|
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.
|
|
btnConfirmationNext_Click ( object sender, |
Handles the Click event of the btnConfirmationNext control.
|
|
btnConfirmationPrev_Click ( object sender, |
Handles the Click event of the btnConfirmationPrev control.
|
|
btnFrequency_SelectionChanged ( object sender, |
||
btnPaymentInfoNext_Click ( object sender, |
Handles the Click event of the btnPaymentInfoNext control.
|
|
btnStep2PaymentPrev_Click ( object sender, |
Handles the Click event of the btnStep2Payment control.
|
|
lbSaveAccount_Click ( object sender, |
Handles the Click event of the lbSaveAccount control.
|
|
lbStep2Return_Click ( object sender, |
Handles the Click event of the lbStep2Return control.
|
|
page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the PageNavigate event of the page control.
|
Méthode | Description | |
---|---|---|
BindAccounts ( ) : void |
Binds the accounts.
|
|
BindSavedAccounts ( |
Binds the saved accounts.
|
|
GetACHInfo ( ) : |
Gets the ACH information.
|
|
GetAccounts ( ) : void |
Gets the accounts.
|
|
GetCCInfo ( ) : |
Gets the credit card information.
|
|
GetGateway ( |
||
GetGatewayComponent ( |
||
GetPaymentInfo ( ) : |
Gets the payment information.
|
|
GetPerson ( bool create ) : Person |
Gets the person.
|
|
GetReferenceInfo ( int savedAccountId ) : |
Gets the reference information.
|
|
GetSavedAcccountFreqSupported ( |
||
GetSchedule ( ) : |
Gets the payment schedule.
|
|
GetTxnPaymentInfo ( Person person, string &errorMessage ) : |
||
ProcessConfirmation ( string &errorMessage ) : bool |
Processes the confirmation.
|
|
ProcessPaymentInfo ( string &errorMessage ) : bool |
Processes the payment information.
|
|
ProcessStep1 ( string &errorMessage ) : bool |
Processes the step1.
|
|
ProcessStep3 ( string resultQueryString, string &errorMessage ) : bool | ||
RegisterScript ( ) : void |
Registers the startup script.
|
|
SaveScheduledTransaction ( FinancialGateway financialGateway, |
||
SaveTransaction ( FinancialGateway financialGateway, |
||
SendReceipt ( int transactionId ) : void | ||
SetControlOptions ( ) : void | ||
SetGatewayOptions ( |
||
SetPage ( int page ) : void |
Sets the page.
|
|
SetTargetPerson ( |
||
ShowMessage ( NotificationBoxType type, string title, string text ) : void |
Shows the message.
|
|
ShowSuccess ( |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected btnAddAccount_SelectionChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnConfirm_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnConfirmationNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnConfirmationPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnFrequency_SelectionChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected btnPaymentInfoNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnStep2PaymentPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbSaveAccount_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbStep2Return_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | 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 |
Résultat | void |