CommerceOrderModule Members
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.
The CommerceOrderModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceOrderModule | Initializes a new instance of the CommerceOrderModule class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Use this method to initialize the module and set up the event handlers. (Overrides CommerceModule..::.Init(HttpApplication).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsInitialized | Gets a value indicating whether the current module instance has been initialized. (Inherited from CommerceModule.) | |
OrderContext | Gets the default OrderContext instance created by the module. |
Top