This is a class that represents available selections in the
Select Request dialog.
Inheritance HierarchySystemObject
Micros.OpsOpsSelectionEntry
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic class OpsSelectionEntry
The OpsSelectionEntry type exposes the following members.
Constructors | Name | Description |
---|
 | OpsSelectionEntry(Int64, String) | Initializes a new instance of the OpsSelectionEntry class |
 | OpsSelectionEntry(Int64, String, Int64) | Initializes a new instance of the OpsSelectionEntry class |
 | OpsSelectionEntry(Int64, String, Int64, Object) | Initializes a new instance of the OpsSelectionEntry class |
 | OpsSelectionEntry(Int64, String, Int64, Object, Boolean) | Initializes a new instance of the OpsSelectionEntry class |
 | OpsSelectionEntry(Int64, String, Int64, Object, Boolean, String) | Initializes a new instance of the OpsSelectionEntry class |
Top
Properties | Name | Description |
---|
 | Data | Data that this entry represents. |
 | HtmlImageData | HTML Image as a string for Edit Receipt Header and Trailer. |
 | ID | Identifier of this entry. |
 | Name | Name to be displayed. |
 | Number | Number to be displayed. |
 | Selected | True if this entry is currently selected. |
Top
See Also