Click or drag to resize

RequestEntryType Enumeration

Defines what type of input value is expected. Usually corresponds to the keyboard being shown.

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public enum RequestEntryType
Members
  Member nameDescription
DefaultDo not specify any specific entry type, let it default to the input received.
NumericRequire integer input
DecimalRequire decimal entry using programmed decimal point
AmountRequire amount value using programmed amount separator (used for dollars/euros/...)
StringSimple string input.
See Also