OEC Application Programming Interface

BalanceList Members

BalanceList overview

Public Instance Constructors

BalanceList Constructor Initializes a new instance of the BalanceList class.

Public Instance Properties

Count (inherited from KeyedList<Currency,Balance>) Gets the number of elements contained in the collection.
First (inherited from KeyedList<Currency,Balance>) Gets the first item in collection or default value, if no items available
Item (inherited from KeyedList<Currency,Balance>) Gets an item from a collection by it's key value
Keys (inherited from KeyedList<Currency,Balance>) Gets a list of keys available in the collection
Last (inherited from KeyedList<Currency,Balance>) Gets the last item in collection or default value, if no items available
Values (inherited from KeyedList<Currency,Balance>) Gets the list of objects available in the collection

Public Instance Methods

ContainsKey (inherited from KeyedList<Currency,Balance>) Determines whether the collection contains a specific key.
GetByIndex (inherited from KeyedList<Currency,Balance>) Gets the item by zero-based index

See Also

BalanceList Class | OEC.API Namespace