CommerceOrderModule Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
CommerceOrderModule is responsible for creating the default OrderContext for the site. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class CommerceOrderModule _
Inherits CommerceModule
'Usage
Dim instance As CommerceOrderModule
public sealed class CommerceOrderModule : CommerceModule
public ref class CommerceOrderModule sealed : public CommerceModule
public final class CommerceOrderModule extends CommerceModule
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.CommerceModule
Microsoft.CommerceServer.Runtime.Orders..::.CommerceOrderModule
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.