OEC Application Programming Interface

AllocationBlockList Members

AllocationBlockList overview

Public Instance Constructors

AllocationBlockList Constructor Default constructor

Public Instance Properties

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

Public Instance Methods

AddOverloaded. Creates an allocation block and adds it to list
ContainsKey (inherited from KeyedList<Int32,AllocationBlock>) Determines whether the collection contains a specific key.
GetByIndex (inherited from KeyedList<Int32,AllocationBlock>) Gets the item by zero-based index

See Also

AllocationBlockList Class | OEC.API Namespace