OrderServices Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class. Manages orders for the online shopping site.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public MustInherit Class OrderServices
'Usage
Dim instance As OrderServices
public abstract class OrderServices
public ref class OrderServices abstract
public abstract class OrderServices
Remarks
The following classes derive from this class:
BasketManager - Class encapsulates all the data management operations for Baskets.
OrderManagementContext - Serves as the starting point for all management operations in the orders data management system.
PaymentMethodManager - Class encapsulates all the data management operations for Payments.
PurchaseOrderManager - Class encapsulates all the data management operations for Purchase Orders.
ShippingMethodManager - Class encapsulates all the data management operations for Shipping methods.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Orders..::.OrderServices
Microsoft.CommerceServer.Orders..::.BasketManager
Microsoft.CommerceServer.Orders..::.OrderManagementContext
Microsoft.CommerceServer.Orders..::.PaymentMethodManager
Microsoft.CommerceServer.Orders..::.PurchaseOrderManager
Microsoft.CommerceServer.Orders..::.ShippingMethodManager
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.