OEC Application Programming Interface

AllocationBlockItems Members

AllocationBlockItems overview

Public Instance Properties

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

Public Instance Methods

Clear Clears the list
ContainsKey (inherited from KeyedList<Int32,AllocationBlockItem>) Determines whether the collection contains a specific key.
GetByIndex (inherited from KeyedList<Int32,AllocationBlockItem>) Gets the item by zero-based index
GetEnumerator IEnumerable implementation
IndexOf Index of item in AB
Move Move item up or down one row
Remove Removes an item from a collection.

See Also

AllocationBlockItems Class | OEC.API Namespace