Property | Type | Description | |
---|---|---|---|
BindAccounts | void | ||
BindDropdowns | void | ||
BindImages | void | ||
GetTransaction | FinancialTransaction | ||
HideDialog | void | ||
SetCreditCardVisibility | void | ||
SetEditMode | void | ||
SetHeadingInfo | void | ||
ShowAccountDialog | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowEditDetails | void | ||
ShowNextButton | void | ||
ShowReadOnlyDetails | void | ||
ShowRefundDialog | void | ||
gAccountsEdit_AddClick | void | ||
gAccountsEdit_GridRebind | void | ||
gAccountsEdit_RowDataBound | void |
Method | Description | |
---|---|---|
ShowDetail ( int transactionId ) : void |
Shows the detail.
|
|
ShowDetail ( int transactionId, int batchId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
AccountName ( int accountId ) : string |
Accounts the name.
|
|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the Block control.
|
|
GetDefinedValue ( int definedValueId ) : string |
Gets the defined value.
|
|
GetFinancialGatewayName ( int gatewayId, |
Gets the name of the financial gateway.
|
|
ImageUrl ( int binaryFileId, int maxWidth = null, int maxHeight = null ) : string |
Images the URL.
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
cbIsRefund_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the cbIsRefund control.
|
|
ddlCurrencyType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlCurrencyType control.
|
|
dlImages_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void |
Handles the ItemDataBound event of the dlImages control.
|
|
gAccountsEdit_DeleteClick ( object sender, RowEventArgs e ) : void |
Handles the DeleteClick event of the gAccountsEdit control.
|
|
gAccountsEdit_EditClick ( object sender, RowEventArgs e ) : void |
Handles the EditClick event of the gAccountsEdit control.
|
|
imgupImage_ImageRemoved ( object sender, ImageUploaderEventArgs e ) : void |
Handles the ImageRemoved event of the imgupImage control.
|
|
imgupImage_ImageUploaded ( object sender, ImageUploaderEventArgs e ) : void |
Handles the ImageUploaded event of the imgupImage control.
|
|
lbAddTransaction_Click ( object sender, |
||
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancel control.
|
|
lbEdit_Click ( object sender, |
Handles the Click event of the lbEdit control.
|
|
lbRefundTransaction_Click ( object sender, |
||
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
|
lbShowMore_Click ( object sender, |
Handles the Click event of the lbShowMore control.
|
|
mdAccount_SaveClick ( object sender, |
Handles the SaveClick event of the mdAccount control.
|
|
mdRefund_SaveClick ( object sender, |
Handles the SaveClick event of the mdRefund control.
|
|
ppAuthorizedPerson_SelectPerson ( object sender, |
Handles the SelectPerson event of the ppAuthorizedPerson control.
|
Method | Description | |
---|---|---|
BindAccounts ( ) : void |
Binds the transaction details.
|
|
BindDropdowns ( |
Binds the dropdowns.
|
|
BindImages ( ) : void | ||
GetTransaction ( int transactionId, |
Gets the transaction.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
SetCreditCardVisibility ( ) : void |
Sets the credit card visibility.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetHeadingInfo ( FinancialTransaction txn ) : void |
Sets the heading information.
|
|
ShowAccountDialog ( System.Guid guid ) : void |
Shows the account dialog.
|
|
ShowDialog ( ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog ) : void |
Shows the dialog.
|
|
ShowEditDetails ( FinancialTransaction txn, |
Shows the edit details.
|
|
ShowNextButton ( int transactionId, int batchId ) : void |
Navigates to the next transaction in the list.
|
|
ShowReadOnlyDetails ( FinancialTransaction txn ) : void |
Shows the read only details.
|
|
ShowRefundDialog ( ) : void |
Shows the refund dialog.
|
|
gAccountsEdit_AddClick ( object sender, |
Handles the AddClick event of the gAccountsEdit control.
|
|
gAccountsEdit_GridRebind ( object sender, |
Handles the GridRebind event of the gAccountsEdit control.
|
|
gAccountsEdit_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gAccountsEdit control.
|
protected AccountName ( int accountId ) : string | ||
accountId | int | The account identifier. |
return | string |
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected GetDefinedValue ( int definedValueId ) : string | ||
definedValueId | int | The defined value identifier. |
return | string |
protected GetFinancialGatewayName ( int gatewayId, |
||
gatewayId | int | The gateway identifier. |
rockContext | The rock context. | |
return | string |
protected ImageUrl ( int binaryFileId, int maxWidth = null, int maxHeight = null ) : string | ||
binaryFileId | int | The binary file identifier. |
maxWidth | int | The maximum width. |
maxHeight | int | The maximum height. |
return | string |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | An |
|
return | void |
public ShowDetail ( int transactionId ) : void | ||
transactionId | int | The transaction identifier. |
return | void |
public ShowDetail ( int transactionId, int batchId ) : void | ||
transactionId | int | The transaction identifier. |
batchId | int | |
return | void |
protected cbIsRefund_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlCurrencyType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected dlImages_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.DataListItemEventArgs | The |
return | void |
protected gAccountsEdit_DeleteClick ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gAccountsEdit_EditClick ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected imgupImage_ImageRemoved ( object sender, ImageUploaderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | ImageUploaderEventArgs | The |
return | void |
protected imgupImage_ImageUploaded ( object sender, ImageUploaderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | ImageUploaderEventArgs | The |
return | void |
protected lbAddTransaction_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbRefundTransaction_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbShowMore_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected mdAccount_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected mdRefund_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ppAuthorizedPerson_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |