LineItemCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of LineItem objects.
The LineItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LineItemCollection | Initializes a new instance of the LineItemCollection class using the specified parent order form. |
Top
Methods
Name | Description | |
---|---|---|
Add | Overloaded. Add a specified LineItem to the LineItemCollection. | |
Clear | Clears all the LineItem instances from the LineItemCollection. | |
CopyTo | Copies all the elements in the LineItemCollection to a compatible one-dimensional array starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the current LineItemCollection. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the LineItemCollection. | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Returns the index of the LineItem with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the LineItem from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of elements in the LineItemCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current LineItemCollection is synchronized (thread-safe). | |
Item | Gets the LineItem object from the current collection, based upon the specified index. | |
ParentOrderForm | Gets the OrderForm object to which this LineItemCollection collection belongs. | |
SyncRoot | Gets an object used to synchronize access to the current LineItemCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top