Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a shipment associated with a specific order form.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Shipment _
Inherits MappedStorageBase _
Implements IEnumerable, ISerializable
'Usage
Dim instance As Shipment
[SerializableAttribute]
public class Shipment : MappedStorageBase, IEnumerable,
ISerializable
[SerializableAttribute]
public ref class Shipment : public MappedStorageBase,
IEnumerable, ISerializable
public class Shipment extends MappedStorageBase implements IEnumerable, ISerializable
Remarks
Shipment represents a shipment associated with an OrderForm. Shipments belonging to an order form are uniquely identified by a shipment ID.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.MappedStorageBase
Microsoft.CommerceServer.Runtime.Orders..::.Shipment
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.