PurchaseOrder Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages a placed purchase order.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PurchaseOrder _
Inherits OrderGroup _
Implements ISerializable
'Usage
Dim instance As PurchaseOrder
[SerializableAttribute]
public class PurchaseOrder : OrderGroup, ISerializable
[SerializableAttribute]
public ref class PurchaseOrder : public OrderGroup,
ISerializable
public class PurchaseOrder extends OrderGroup implements ISerializable
Remarks
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.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.MappedStorageBase
Microsoft.CommerceServer.Runtime.Orders..::.OrderGroup
Microsoft.CommerceServer.Runtime.Orders..::.PurchaseOrder
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.