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: 19.9
Syntax
C#
public class SelectionRequestEntryList : SortedList<long, SelectionRequestEntry>

The SelectionRequestEntryList type exposes the following members.

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