Click or drag to resize

RequestEntryParameters Class

This object passed into OpsContext.RequestEntry(). This object allows the user to select many different entry types.
Inheritance Hierarchy
SystemObject
  Micros.Ops.InputRequestEntryParameters

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class RequestEntryParameters

The RequestEntryParameters type exposes the following members.

Constructors
  NameDescription
Public methodRequestEntryParameters
Initializes a new instance of the RequestEntryParameters class
Top
Fields
  NameDescription
Public fieldAllowBarCode
Accepts barcode input, no filtering of data
Public fieldAllowFingerPrint
Allows fingerprint data
Public fieldAllowMagCard
Accepts mag card entry
Public fieldAllowManualEntry
When set user is allowed to enter data in manually the type of keyboard displayed depends on RequestEntryType
Public fieldAllowMicrosEmployeeCard
Accepts micros employee card stripped of control characters, overrides mag card entry
Public fieldDecimalSeparator
Allows users to override the decimal character for decimal and amount
Public fieldMaskEntry
Only makes sense if AllowManualEntry is set. if MaskEntry is set the asterisks will be echoed (or whatever is appropriate)
Public fieldMaxLength
Only makes sense if AllowManualEntry is set. The user can only type the maximum number of keys.
Public fieldPrompt
Prompt to display for request
Public fieldRequestEntryType
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 fieldTitle
Title to display for request
Top
See Also