OrderContext Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The starting point for all orders related operations in the order capture system. This class cannot be inherited.
The OrderContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Overloaded. Creates or gets the instance of the OrderContext class for the specified site or the specified connection strings. | |
CreateOrderTemplate | Creates and returns a new instance of the OrderTemplate class using the specified customer identifier. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllowedStatus | Returns a dataset containing tables which define acceptable status values and acceptable applications to update PurchaseOrder objects. | |
GetBasket | Overloaded. Returns an existing basket using the specified criteria, or creates a new one if none already exist. | |
GetBasketsForUser | Returns the collection of Basket objects associated with the specified customer. | |
GetHashCode | (Inherited from Object.) | |
GetOrderTemplate | Overloaded. Returns an existing order template using the specified criteria, or creates a new one if none already exist. | |
GetOrderTemplatesForUser | Returns the collection of OrderTemplate objects associated with the specified customer. | |
GetPaymentMethods | Overloaded. Returns a list of all configured payment methods. | |
GetPurchaseOrder | Overloaded. Returns an existing purchase order using the specified customer identifier and purchase order identifier or tracking number. | |
GetPurchaseOrdersForUser | Overloaded. Returns the collection of PurchaseOrder objects associated with the specified customer, and with optional time constraints. | |
GetRegionCodes | Returns the list of configured region codes. | |
GetShippingMethods | Overloaded. Returns the list of configured shipping methods. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Current | Gets the current instance of the OrderContext. |
Top