Click or drag to resize

OpsSearchRequest Class

Request Ops display a search dialog.
Inheritance Hierarchy

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

The OpsSearchRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsSearchRequest
Constructor
Top
Properties
  NameDescription
Public propertyEntries
List of available entries.
Public propertyEntryArea
Data entry area.
Public propertym_SelectionList
Original List
Public propertyPrompt
Prompt translated text.
Public propertySelectedEntries
Public propertySelectedEntry
Selected entry ... assumed to be in sync with UI element.
Public propertySuccess
Request was successful.
Public propertyTitle
Title translated text.
Public propertyVirtualEntries
Virtualized list of available entries.
Top
Methods
Fields
  NameDescription
Protected fieldm_KeyboardBuffer
Public fieldResultingSelectedEntry
When closing form SelectedEntry is reset. Make copy here.
Public fieldTranslatablePrompt
Prompt translatable string.
Public fieldTranslatableTitle
Title translatable string.
Top
See Also