LineItemCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of LineItem objects.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class LineItemCollection _
Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As LineItemCollection
[SerializableAttribute]
public sealed class LineItemCollection : ICollection,
IEnumerable, ISerializable
[SerializableAttribute]
public ref class LineItemCollection sealed : ICollection,
IEnumerable, ISerializable
public final class LineItemCollection implements ICollection, IEnumerable, ISerializable
Remarks
Manages a collection of line items.
LineItemCollection class is a sealed implementation class that represents a collection of LineItem objects.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Orders..::.LineItemCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.