Property | Type | Description | |
---|---|---|---|
DisplayTransactionCount | void | ||
HideBatch | void | ||
NavigateToOptionsPage | void | ||
ShowBatch | void | ||
ShowException | void | ||
ShowTransactionGridItemDetail | void | ||
TransactionGridItemDetail_Click | void | ||
UpdateBatchUI | void | ||
UpdateScannerStatusForMagtek | void | ||
batchPage_Loaded | void | ||
btnAddBatch_Click | void | ||
btnCancel_Click | void | ||
btnDeleteBatch_Click | void | ||
btnDeleteTransaction_Click | void | ||
btnEdit_Click | void | ||
btnOptions_Click | void | ||
btnRefreshBatchList_Click | void | ||
btnSave_Click | void | ||
btnScan_Click | void | ||
btnViewTransaction_Click | void | ||
grdBatches_SelectionChanged | void | ||
rangerScanner_TransportChangeOptionsState | void | ||
rangerScanner_TransportNewState | void |
Method | Description | |
---|---|---|
BatchPage ( Person loggedInPerson ) : System |
Initializes a new instance of the BatchPage class.
|
|
ConnectToScanner ( ) : bool |
Connects to scanner.
|
|
LoadFinancialBatchesGrid ( ) : void |
Loads the financial batches grid.
|
|
LoadLookups ( ) : void |
Loads the combo boxes.
|
Method | Description | |
---|---|---|
bindingList_ListChanged ( object sender, |
Handles the ListChanged event of the bindingList control.
|
|
grdBatchItems_RowEdit ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the RowEdit event of the grdBatchItems control.
|
Method | Description | |
---|---|---|
DisplayTransactionCount ( ) : void |
Displays the transaction count.
|
|
HideBatch ( ) : void |
Hides the batch.
|
|
NavigateToOptionsPage ( ) : void |
Navigates to options page.
|
|
ShowBatch ( bool showInEditMode ) : void |
Shows the batch edit.
|
|
ShowException ( |
Shows the exception.
|
|
ShowTransactionGridItemDetail ( ) : void |
Shows the transaction grid item detail.
|
|
TransactionGridItemDetail_Click ( object sender, |
Handles the Click event of the TransactionGridItemDetail control.
|
|
UpdateBatchUI ( FinancialBatch selectedBatch ) : void |
Updates the batch UI.
|
|
UpdateScannerStatusForMagtek ( bool connected ) : void |
Updates the scanner status for magtek.
|
|
batchPage_Loaded ( object sender, |
Handles the Loaded event of the Page control.
|
|
btnAddBatch_Click ( object sender, |
Handles the Click event of the btnAddBatch control.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnDeleteBatch_Click ( object sender, |
Handles the Click event of the btnDeleteBatch control.
|
|
btnDeleteTransaction_Click ( object sender, |
Handles the Click event of the btnDeleteTransaction control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnOptions_Click ( object sender, |
Handles the Click event of the btnOptions control.
|
|
btnRefreshBatchList_Click ( object sender, |
Handles the Click event of the btnRefreshBatchList control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
btnScan_Click ( object sender, |
Handles the Click event of the btnScan control.
|
|
btnViewTransaction_Click ( object sender, |
Handles the Click event of the btnViewTransaction control.
|
|
grdBatches_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Handles the SelectionChanged event of the grdBatches control.
|
|
rangerScanner_TransportChangeOptionsState ( object sender, AxRANGERLib e ) : void |
Rangers the state of the scanner_ transport change options.
|
|
rangerScanner_TransportNewState ( object sender, AxRANGERLib e ) : void |
Rangers the new state of the scanner_ transport.
|
public BatchPage ( Person loggedInPerson ) : System | ||
loggedInPerson | Person | The logged in person. |
return | System |
protected bindingList_ListChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected grdBatchItems_RowEdit ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Windows.Input.MouseButtonEventArgs | The |
return | void |