RequestEntryType Enumeration |
Defines what type of input value is expected.
Usually corresponds to the keyboard being shown.
Namespace: Micros.Ops.InputAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic enum RequestEntryType
MembersMember 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