Request |
public class RequestEntryParameters
The RequestEntryParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | RequestEntryParameters | Initializes a new instance of the RequestEntryParameters class |
Name | Description | |
---|---|---|
![]() | AllowBarCode | Accepts barcode input, no filtering of data |
![]() | AllowFingerPrint | Allows fingerprint data |
![]() | AllowMagCard | Accepts mag card entry |
![]() | AllowManualEntry | When set user is allowed to enter data in manually the type of keyboard displayed depends on RequestEntryType |
![]() | AllowMicrosEmployeeCard | Accepts micros employee card stripped of control characters, overrides mag card entry |
![]() | DecimalSeparator | Allows users to override the decimal character for decimal and amount |
![]() | MaskEntry | Only makes sense if AllowManualEntry is set. if MaskEntry is set the asterisks will be echoed (or whatever is appropriate) |
![]() | MaxLength | Only makes sense if AllowManualEntry is set. The user can only type the maximum number of keys. |
![]() | Prompt | Prompt to display for request |
![]() | RequestEntryType | 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. |
![]() | Title | Title to display for request |