Click or drag to resize

OpsAskYesNoRequest Class

Request Ops display a Yes/No prompt.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsAskYesNoRequest
      More...

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

The OpsAskYesNoRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsAskYesNoRequest
Constructor
Top
Properties
  NameDescription
Public propertyAutoDismissalTickCount
Time after which the dialog automatically closes itself.
Public propertyNoText
Text that will be used for the No button
Public propertyNoTextDialogId
Translatable Text ID that will be used for the No button
Public propertyprintJobGuid
Public propertyQuestion
Question Text.
Public propertyShowNo
Set to true to display the NO button.
Public propertyShowYes
Set to true to display the Yes button.
Public propertyYes
User answered 'Yes' to the question.
Top
Methods
Fields
  NameDescription
Public fieldresult
Public fieldTranslatableQuestion
Question Translatable String.
Top
See Also
Inheritance Hierarchy