Click or drag to resize

OpsEntryRequest Class

Base class for numeric and alpha numeric data entry.
Inheritance Hierarchy

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public abstract class OpsEntryRequest : OpsRequest

The OpsEntryRequest type exposes the following members.

Constructors
  NameDescription
Protected methodOpsEntryRequest
Initializes a new instance of the OpsEntryRequest class
Top
Properties
  NameDescription
Public propertyAllowBarcode
Allow data to be entered via Barcode Scanner.
Public propertyAllowFingerPrintReader
Allow data to be entered via a Finger Print Reader.
Public propertyAllowMagCard
Allow data to be entered via a mag-card swipe.
Public propertyAllowManualEntry
Allow data to be manualy entered
Public propertyAllowMicrosEmployeeCard
Allow data to be entered via a Micros employee mag-card swipe.
Public propertyDecimalSeparator
Public propertyEntryArea
Data entered via buttons, keyboard or other input device.
Public propertyEntryType
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.
Public propertyFingerPrintData
FingerPrint data entered via Reader.
Public propertyIsPassword
True if the data entry is a password and should be masked.
Public propertyMagStripeData
Mag card data entered via swipe.
Public propertyMaxEntryArea
Max characters in keyboard buffer. (0 means unlimited)
Public propertyMaxLength
Public propertyPrompt
Prompt translated text.
Public propertyResult
Data entered.
Public propertyScannerData
Barcode data entered via scanner.
Public propertySuccess
True if data entry was successful.
Public propertyTitle
Title translated text.
Top
Methods
Fields
  NameDescription
Public field_decimalSeparator
Protected fieldm_FingerPrintReaderData
Protected fieldm_KeyboardBuffer
Protected fieldm_MagStripeData
Public fieldTranslatablePrompt
Prompt translatable string.
Public fieldTranslatableTitle
Title Translatable String.
Top
See Also
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsEntryRequest
      Micros.OpsOpsAlphaEntryRequest
      Micros.OpsOpsCashManagementDepositDateRequest
      Micros.OpsOpsChangeOrderRequest
      Micros.OpsOpsCountSheetRequest
      Micros.OpsOpsDateEntryRequest
      Micros.OpsOpsDateTimeRangeRequest
      Micros.OpsOpsDateTimeSelectorRequest
      Micros.OpsOpsEventDateSelectRequest
      Micros.OpsOpsFireTimeChangeRequest
      Micros.OpsOpsFormattedEntryRequest
      Micros.OpsOpsKeyboardEntryRequest
      Micros.OpsOpsLargeDateEntryRequest
      Micros.OpsOpsNumericEntryRequest
      Micros.OpsOpsPeriodDateSelectRequest
      Micros.OpsOpsPopupAlphaNumericEntryRequest
      Micros.OpsOpsPopupNumericEntryRequest
      Micros.OpsOpsSVStandSheetRequest
      Micros.OpsOpsSysKbdRequest
      Micros.OpsOpsSysKbdRequestPassWd
      Micros.OpsOpsTimeEntryRequest
      Micros.OpsOpsTimeSelectorRequest