This class is used to request that Ops display a dialog that
allows for multiple data entry areas on a single dialog. The
UI resource to be displayed can be supplied, along with the
data object for the dialog to bind to. Because this dialog
is launched in the context of Ops, it will be notified of events
such as key-presses and mag-card swipes.
Inheritance Hierarchy Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic class OpsCustomRequest : OpsRequest
The OpsCustomRequest type exposes the following members.
Constructors | Name | Description |
---|
 | OpsCustomRequest(String, Object, Object, String, EventHandler) | Initializes a new instance of the OpsCustomRequest class |
 | OpsCustomRequest(OpsContext, ListCustomInputObject, String, Object, Object, String, EventHandler) | Initializes a new instance of the OpsCustomRequest class |
Top
Properties
Methods
Events | Name | Description |
---|
 | Closing | The current request is closing. |
 | TabDown | TabDown button pressed. |
 | TabUp | TabUp button pressed. |
Top
Fields
See Also
Inheritance Hierarchy