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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.