Click or drag to resize

OpsAutoComboRequest Class

Request Ops display an Auto Combo dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsAutoComboRequest

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

The OpsAutoComboRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsAutoComboRequest Constructor
Top
Properties
 NameDescription
Public propertyComboMealNameAndPrice Combo Meal Name and Price.
Public propertyPrompt Dialog prompt text.
Public propertySavings Dialog title text.
Public propertySavingsAmount Dialog title text.
Public propertyTitle Dialog title text.
Public propertyYes User answered 'Yes' to the question.
Top
Fields
 NameDescription
Public fieldItList List of menu items that will be turned into a Combo Meal.
Public fieldTranslatablePrompt Dialog prompt translatable string.
Public fieldTranslatableSavings Combo Meal savings translatable string.
Public fieldTranslatableTitle Dialog title translatable string.
Top
See Also