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: 19.8
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 
Public propertyNoTextDialogId Translatable Text ID that will be used for the No button
Public propertyOnlyNo 
Public propertyOnlyYes 
Public propertyprintJobGuid 
Public propertyQuestion Question Text.
Public propertyQuestionTitle Question Title Text.
Public propertyShowBoth 
Public propertyShowNo Set to true to display the NO button.
Public propertyShowTitle Set to true to display the Title.
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.
Public fieldTranslatableQuestionTitle Question Title Translatable String.
Top
See Also
Inheritance Hierarchy