Click or drag to resize

OpsComboSelectionRequest Class

Request Ops display a Combo Selection dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsComboSelectionRequest

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

The OpsComboSelectionRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsComboSelectionRequest Constructor
Top
Properties
 NameDescription
Public propertyComboMealItems List of menu items that will be turned into a Combo Meal.
Public propertyEntries List of available entries.
Public propertyEntryArea Data entry area.
Public propertyMenuItemHeader Menu Item Header translated text.
Public propertyPrompt Prompt translated text.
Public propertySavings Savings List.
Public propertySelectedEntry Selected entry ... assumed to be in sync with UI element.
Public propertySuccess Request was successful.
Public propertyTitle Title translated text.
Public propertyUnRefinedComboMealItemsList List of menu items that will be turned into a Combo Meal.
Public propertyUnRefinedSavingsList Savings List.
Top
Methods
Fields
 NameDescription
Public fieldResultingSelectedEntry When closing form SelectedEntry is reset. Make copy here.
Public fieldTranslatableMenuItemHeader Menu Item Header translated String.
Public fieldTranslatablePrompt Prompt translatable string.
Public fieldTranslatableTitle Title translatable string.
Top
See Also