An OpsCommand is the primary means for user controls and extensibility applications to
instruct OPS to perform an action.
Inheritance HierarchySystemObject
Micros.OpsOpsCommand
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
SyntaxThe OpsCommand type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | AlwaysDisplayNextPagePanel | Ignore all visibility conditions and always display the next page/panel |
 | Arguments | Arguments to associate with this command. |
 | ArgumentsReadCount | Used for debugging only, may be deprecated. |
 | ArgumentsWrittenCount | Used for debugging only, may be deprecated. |
 | CashoutPickupTransaction | Allow Cash Management receptacle to go negative |
 | Command | The type of this command. |
 | CommandReadCount | Used for debugging only, may be deprecated. |
 | CommandWrittenCount | Used for debugging only, may be deprecated. |
 | Data | Additional data to be associated with the command (e.g. mag card input data or other user defined data). |
 | DataReadCount | Used for debugging only, may be deprecated. |
 | DataWrittenCount | Used for debugging only, may be deprecated. |
 | Index | Index of this command. |
 | IndexReadCount | Used for debugging only, may be deprecated. |
 | IndexWrittenCount | Used for debugging only, may be deprecated. |
 | IsPhysicalKeyboard | |
 | NextPage | Page number of the next page. |
 | NextPageReadCount | Used for debugging only, may be deprecated. |
 | NextPageWrittenCount | Used for debugging only, may be deprecated. |
 | NextPanel | Next panel within the next page. |
 | NextPanelReadCount | Used for debugging only, may be deprecated. |
 | NextPanelWrittenCount | Used for debugging only, may be deprecated. |
 | Number | A numeric value to associate with this command. |
 | NumberReadCount | Used for debugging only, may be deprecated. |
 | NumberWrittenCount | Used for debugging only, may be deprecated. |
 | PopupPage | Page number of the popup page. |
 | PopupPageReadCount | Used for debugging only, may be deprecated. |
 | PopupPageWrittenCount | Used for debugging only, may be deprecated. |
 | PrototypeText | Used for debugging only of prototype feature. |
 | Sender | An object to associate with this command. Usually the creator of this OpsCommand instance (e.g. button). |
 | SenderReadCount | Used for debugging only, may be deprecated. |
 | SenderWrittenCount | Used for debugging only, may be deprecated. |
 | Text | Preset keyboard buffer OR characters for the ASCII command |
 | TextReadCount | Used for debugging only, may be deprecated. |
 | TextWrittenCount | Used for debugging only, may be deprecated. |
Top
Methods
See Also