CommerceModule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The base module class for all Microsoft Commerce Server modules.
The CommerceModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceModule | Initializes a new instance of the CommerceModule class. |
Top
Methods
Name | Description | |
---|---|---|
DeclareModuleDependency | Declares a dependency on another CommerceModule, by type. | |
DeclareResourceDependency | Declares a dependency on a Microsoft Commerce Server site resource. | |
Dispose | Overloaded. Use this method to release resources used by the CommerceModule object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | The IHttpModule.Init implementation. Initializes the module and sets up the event handlers. | |
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. |
Top