| OpsCommand Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Micros.Ops
 Syntax
Syntaxpublic class OpsCommand
The OpsCommand type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OpsCommand | 
             Constructor
             | 
|  | OpsCommand(OpsCommandType) | 
             Constructor
             | 
|  | OpsCommand(OpsCommandType, String) | 
             Constructor
             | 
 Properties
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. | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | FromCommandFileString | 
             Creates a command from a command file string representation.
             | 
|   | FromString | 
             Creates a command from it's string representation.
             | 
|  | ToAutoTestString | 
             Returns a string representation of a command for use in testing.
             | 
|  | ToStringForActivityLog | 
             Returns a string representation of a command for use in activity logging.
             | 
|  | ToStringForExceptionLogging | 
             Returns a string representation of a command for use in exception logging.
             | 
 See Also
See Also