Click or drag to resize

OpsCustomRequest Class

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
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCustomRequest
      More

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

The OpsCustomRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsCustomRequestInitializes a new instance of the OpsCustomRequest class
Top
Properties
 NameDescription
Public propertyControl The instance of the resource named in ResourceName.
Public propertyEntryArea Current entry area.
Public propertyMonitorPropertyName 
Public propertyProcessingCommand Flag to resource that it should set CurrentControl.
Public propertyPrompt Prompt translated text.
Public propertyResult 
Public propertySuccess Request was successful.
Public propertyTitle Title translated text.
Public propertyUIData 
Top
Methods
 NameDescription
Protected methodCloseCurrentRequest 
Protected methodDoInitialize 
Protected methodKeyboardChanged 
Protected methodOkToCancel 
Protected methodOkToClose 
Public methodSetCurrentControl The current data entry element.
Top
Events
 NameDescription
Public eventClosing The current request is closing.
Public eventTabDown TabDown button pressed.
Public eventTabUp TabUp button pressed.
Top
Fields
 NameDescription
Public fieldm_KeyboardBuffer 
Protected fieldm_keyBuffers 
Protected fieldm_MagStripeData 
Public fieldTranslatablePrompt Prompt translatable string.
Public fieldTranslatableTitle Title Translatable String.
Top
See Also
Inheritance Hierarchy