Share via


ShipmentCollection Constructor

Initializes a new instance of the ShipmentCollection class with the specified parent order form.

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

Syntax

'Declaration
Public Sub New ( _
    parentOrderForm As OrderForm _
)
'Usage
Dim parentOrderForm As OrderForm

Dim instance As New ShipmentCollection(parentOrderForm)
public ShipmentCollection(
    OrderForm parentOrderForm
)
public:
ShipmentCollection(
    OrderForm^ parentOrderForm
)
public function ShipmentCollection(
    parentOrderForm : OrderForm
)

Parameters

Remarks

A ShipmentCollection will always be associated with an OrderForm object.

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

Permissions

See Also

Reference

ShipmentCollection Class

ShipmentCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace