Click or drag to resize

OpsSelectionEntry Class

This is a class that represents available selections in the Select Request dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsSelectionEntry

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class OpsSelectionEntry

The OpsSelectionEntry type exposes the following members.

Constructors
  NameDescription
Public methodOpsSelectionEntry(Int64, String)
Initializes a new instance of the OpsSelectionEntry class
Public methodOpsSelectionEntry(Int64, String, Int64)
Initializes a new instance of the OpsSelectionEntry class
Public methodOpsSelectionEntry(Int64, String, Int64, Object)
Initializes a new instance of the OpsSelectionEntry class
Public methodOpsSelectionEntry(Int64, String, Int64, Object, Boolean)
Initializes a new instance of the OpsSelectionEntry class
Top
Properties
  NameDescription
Public propertyData
Data that this entry represents.
Public propertyID
Identifier of this entry.
Public propertyName
Name to be displayed.
Public propertyNumber
Number to be displayed.
Public propertySelected
True if this entry is currently selected.
Top
See Also