CommerceModule Class (BCL)

All Commerce Server modules inherit from the CommerceModule class. The CommerceModule class inherits from IHttpModule.

System.Object
   Microsoft.CommerceServer.Runtime.CommerceModule

Protected Instance Constructor

Constructor Description
CommerceModule Creates a new instance of the CommerceModule class.

 

Public Instance Methods

Method Description
Dispose Releases resources used by this object.
Init(HttpApplication) Initializes the module and sets up the event handlers.

 

Public Instance Properties

Property Description
IsInitialized Gets a Boolean that is set to True when the CommerceModule class instance has been initialized.

 

Protected Instance Methods

Property Description
DeclareModuleDependency(Type, Type) Declares a dependency on another CommerceModule class, by type.
DeclareResourceDependency(String, Type) Declares a dependency on a Commerce Server site resource.
Dispose(Boolean) Releases the unmanaged resources used by this class and optionally releases the managed resources.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.