OEC Application Programming Interface

CommandList Properties

The properties of the CommandList class are listed below. For a complete list of CommandList class members, see the CommandList Members topic.

Public Instance Properties

Count (inherited from KeyedList<Int32,Command>) Gets the number of elements contained in the collection.
CreateCommand Gets creation command (first one) for an order
First (inherited from KeyedList<Int32,Command>) Gets the first item in collection or default value, if no items available
Item (inherited from KeyedList<Int32,Command>) Gets an item from a collection by it's key value
Keys (inherited from KeyedList<Int32,Command>) Gets a list of keys available in the collection
Last (inherited from KeyedList<Int32,Command>) Gets the last item in collection or default value, if no items available
Pending Gets first command in the list that was not executed yet
Values (inherited from KeyedList<Int32,Command>) Gets the list of objects available in the collection

See Also

CommandList Class | OEC.API Namespace