Click or drag to resize

SelectionRequestEntryList Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericSortedListInt64, SelectionRequestEntry
    Micros.Ops.InputSelectionRequestEntryList

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class SelectionRequestEntryList : SortedList<long, SelectionRequestEntry>

The SelectionRequestEntryList type exposes the following members.

Constructors
  NameDescription
Public methodSelectionRequestEntryList
Initializes a new instance of the SelectionRequestEntryList class
Top
See Also