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)
Syntaxpublic enum RequestEntryType
Members
| Member name | Description |
---|
| Default | Do not specify any specific entry type, let it default to the input received. |
| Numeric | Require integer input |
| Decimal | Require decimal entry using programmed decimal point |
| Amount | Require amount value using programmed amount separator (used for dollars/euros/...) |
| String | Simple string input. |
See Also