Ops |
public abstract class OpsEntryRequest : OpsRequest
The OpsEntryRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpsEntryRequest | Initializes a new instance of the OpsEntryRequest class |
Name | Description | |
---|---|---|
![]() | AllowBarcode | Allow data to be entered via Barcode Scanner. |
![]() | AllowFingerPrintReader | Allow data to be entered via a Finger Print Reader. |
![]() | AllowMagCard | Allow data to be entered via a mag-card swipe. |
![]() | AllowManualEntry | Allow data to be manualy entered |
![]() | AllowMicrosEmployeeCard | Allow data to be entered via a Micros employee mag-card swipe. |
![]() | DecimalSeparator | |
![]() | EntryArea | Data entered via buttons, keyboard or other input device. |
![]() | EntryType | Indicates the type of data requested. Note that this does not automatically mean that a keyboard will be displayed, it just defines the type of data we are looking for. |
![]() | FingerPrintData | FingerPrint data entered via Reader. |
![]() | IsPassword | True if the data entry is a password and should be masked. |
![]() | MagStripeData | Mag card data entered via swipe. |
![]() | MaxEntryArea | Max characters in keyboard buffer. (0 means unlimited) |
![]() | MaxLength | |
![]() | Prompt | Prompt translated text. |
![]() | Result | Data entered. |
![]() | ScannerData | Barcode data entered via scanner. |
![]() | Success | True if data entry was successful. |
![]() | Title | Title translated text. |
Name | Description | |
---|---|---|
![]() | OnProcessCommand | |
![]() | ToAutoTestRaisingString | (Overrides OpsRequestToAutoTestRaisingString) |
Name | Description | |
---|---|---|
![]() | _decimalSeparator | |
![]() | m_FingerPrintReaderData | |
![]() | m_KeyboardBuffer | |
![]() | m_MagStripeData | |
![]() | TranslatablePrompt | Prompt translatable string. |
![]() | TranslatableTitle | Title Translatable String. |