PurchaseOrder Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the PurchaseOrder class.

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

Syntax

'Declaration
Protected Friend Sub New
'Usage

Dim instance As New PurchaseOrder()
protected internal PurchaseOrder()
protected public:
PurchaseOrder()
protected internal function PurchaseOrder()

Remarks

Default constructor. Generally used for hydration code and translating baskets to POs.

Purchase orders are uniquely identified by their purchase order ID or tracking number. A customer can have multiple purchase orders. Purchase orders are modifiable entities. However, they cannot be converted to any other type (baskets or order templates) in the order capture system.

Permissions

See Also

Reference

PurchaseOrder Class

PurchaseOrder Members

PurchaseOrder Overload

Microsoft.CommerceServer.Runtime.Orders Namespace