Click or drag to resize

OpsCommand Class

An OpsCommand is the primary means for user controls and extensibility applications to instruct OPS to perform an action.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsCommand

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class OpsCommand

The OpsCommand type exposes the following members.

Constructors
 NameDescription
Public methodOpsCommand Constructor
Public methodOpsCommand(OpsCommandType) Constructor
Public methodOpsCommand(OpsCommandType, String) Constructor
Top
Properties
 NameDescription
Public propertyAlwaysDisplayNextPagePanelIgnore all visibility conditions and always display the next page/panel
Public propertyArgumentsArguments to associate with this command.
Public propertyArgumentsReadCountUsed for debugging only, may be deprecated.
Public propertyArgumentsWrittenCountUsed for debugging only, may be deprecated.
Public propertyCashoutPickupTransactionAllow Cash Management receptacle to go negative
Public propertyCommandThe type of this command.
Public propertyCommandReadCountUsed for debugging only, may be deprecated.
Public propertyCommandWrittenCountUsed for debugging only, may be deprecated.
Public propertyDataAdditional data to be associated with the command (e.g. mag card input data or other user defined data).
Public propertyDataReadCountUsed for debugging only, may be deprecated.
Public propertyDataWrittenCountUsed for debugging only, may be deprecated.
Public propertyIndexIndex of this command.
Public propertyIndexReadCountUsed for debugging only, may be deprecated.
Public propertyIndexWrittenCountUsed for debugging only, may be deprecated.
Public propertyIsPhysicalKeyboard 
Public propertyNextPagePage number of the next page.
Public propertyNextPageReadCountUsed for debugging only, may be deprecated.
Public propertyNextPageWrittenCountUsed for debugging only, may be deprecated.
Public propertyNextPanelNext panel within the next page.
Public propertyNextPanelReadCountUsed for debugging only, may be deprecated.
Public propertyNextPanelWrittenCountUsed for debugging only, may be deprecated.
Public propertyNumberA numeric value to associate with this command.
Public propertyNumberReadCountUsed for debugging only, may be deprecated.
Public propertyNumberWrittenCountUsed for debugging only, may be deprecated.
Public propertyPopupPagePage number of the popup page.
Public propertyPopupPageReadCountUsed for debugging only, may be deprecated.
Public propertyPopupPageWrittenCountUsed for debugging only, may be deprecated.
Public propertyPrototypeTextUsed for debugging only of prototype feature.
Public propertySenderAn object to associate with this command. Usually the creator of this OpsCommand instance (e.g. button).
Public propertySenderReadCountUsed for debugging only, may be deprecated.
Public propertySenderWrittenCountUsed for debugging only, may be deprecated.
Public propertyTextPreset keyboard buffer OR characters for the ASCII command
Public propertyTextReadCountUsed for debugging only, may be deprecated.
Public propertyTextWrittenCountUsed for debugging only, may be deprecated.
Top
Methods
 NameDescription
Public methodStatic memberFromCommandFileString Creates a command from a command file string representation.
Public methodStatic memberFromString Creates a command from it's string representation.
Public methodToAutoTestString Returns a string representation of a command for use in testing.
Public methodToStringForActivityLog Returns a string representation of a command for use in activity logging.
Public methodToStringForExceptionLogging Returns a string representation of a command for use in exception logging.
Top
See Also