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: 18.2
Syntax
C#
public class OpsCustomRequest : OpsRequest

The OpsCustomRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsCustomRequest
Initializes 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
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
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCustomRequest
      Micros.OpsOpsApplyDepositRequest
      Micros.OpsOpsAssignEmployeeSectionRequest
      Micros.OpsOpsAssignEmployeeTableRequest
      Micros.OpsOpsAssignSectionRequest
      Micros.OpsOpsCashierRequest
      Micros.OpsOpsCheckPreviewDialogRequest
      Micros.OpsOpsDeliveryEmpAvailabilityRequest
      Micros.OpsOpsDTOCheckPreviewDialogRequest
      Micros.OpsOpsDTOViewCourierDialogRequest
      Micros.OpsOpsEditDepositRequest
      Micros.OpsOpsEmployeeRequest
      Micros.OpsOpsEmployeeTrainingRequest
      Micros.OpsOpsKitchenThemeRequest
      Micros.OpsOpsMultipleSelectionDialogRequest
      Micros.OpsOpsOrderDeviceRequest
      Micros.OpsOpsTeamMemberRequest
      Micros.OpsOpsTeamServiceMainDialogRequest
      Micros.OpsOpsUnassignEmployeeSectionRequest
      Micros.OpsOpsUnassignSectionRequest
      Micros.OpsOpsUnassignTable