ShipmentCollection Class

This class cannot be inherited. Represents a collection of shipments.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ShipmentCollection _
    Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As ShipmentCollection
[SerializableAttribute]
public sealed class ShipmentCollection : ICollection, 
    IEnumerable, ISerializable
[SerializableAttribute]
public ref class ShipmentCollection sealed : ICollection, 
    IEnumerable, ISerializable
public final class ShipmentCollection implements ICollection, IEnumerable, ISerializable

Remarks

Manages a collection of shipments. ShipmentCollection is a sealed implementation class that represents a collection of Shipment objects.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Orders..::.ShipmentCollection

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.

See Also

Reference

ShipmentCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace