Method | Description | |
---|---|---|
LoadViewState ( object savedState ) : void | ||
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object | ||
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.
|
|
page_PageNavigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the PageNavigate event of the page control.
|
Method | Description | |
---|---|---|
BindAccounts ( ) : void |
Binds the accounts.
|
|
GetACHInfo ( ) : |
Gets the ACH information.
|
|
GetAccounts ( FinancialScheduledTransaction scheduledTransaction ) : void |
Gets the accounts.
|
|
GetCCInfo ( ) : |
Gets the credit card information.
|
|
GetGateway ( FinancialScheduledTransaction scheduledTransaction ) : |
Gets the gateway.
|
|
GetPaymentInfo ( Rock.Model.PersonService personService, FinancialScheduledTransaction scheduledTransaction ) : |
Gets the payment information.
|
|
GetReferenceInfo ( int savedAccountId ) : |
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.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnAddAccount_SelectionChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnConfirm_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | 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 |
return | void |