Click or drag to resize

OpsSelectionRequest Class

Request Ops display a selection dialog.
Inheritance Hierarchy

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

The OpsSelectionRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsSelectionRequest Constructor
Top
Properties
 NameDescription
Public propertyDecimalSeparator 
Public propertyEntries List of available entries.
Public propertyEntryArea Data entry area.
Public propertyPrompt Prompt translated text.
Public propertyScrollDivStyle 
Public propertySelectedEntry Selected entry ... assumed to be in sync with UI element.
Public propertyShowNumericKeyPad Show or Hide Numeric Buttons property
Public propertySuccess Request was successful.
Public propertySuperLiteClassInfo 
Public propertySuperLitePromptContainerClass 
Public propertySuperLiteVoidGestureReason 
Public propertyTitle Title translated text.
Top
Methods
Fields
 NameDescription
Public field_decimalSeparator 
Protected fieldm_KeyboardBuffer 
Protected fieldm_SettingInternally 
Public fieldResultingSelectedEntry When closing form SelectedEntry is reset. Make copy here.
Public fieldShowNumericButtons Show or Hide Numeric Buttons
Public fieldTranslatablePrompt Prompt translatable string.
Public fieldTranslatableTitle Title translatable string.
Top
See Also