CommerceModule Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The base module class for all Microsoft Commerce Server modules.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public MustInherit Class CommerceModule _
Implements IHttpModule
'Usage
Dim instance As CommerceModule
public abstract class CommerceModule : IHttpModule
public ref class CommerceModule abstract : IHttpModule
public abstract class CommerceModule implements IHttpModule
Remarks
CommerceModule is itself an IHttpModule.
The following classes derive from CommerceModule:
CommerceApplicationModule - Responsible for initialization of the site framework.
CommerceAuthenticationModule - Provides a framework context for managing the authentication of site visitors.
CommerceCacheModule - Creates the site caches collection.
CommerceCatalogModule - responsible for creating the default CatalogContext for the site.
CommerceContentSelectionModule - responsible for creating the collection of ContentSelectionContextCollection objects used in the site.
CommerceDirectMailerAuthenticationModule - Implements the authentication functionality for Direct Mailer.
CommerceDataWarehouseAuthenticationModule - provides the correlation mechanism to track ASP.NET site visitors to profile users.
CommerceExpressionModule - Creates a default ExpressionEvaluator object for the site.
CommerceOrderModule - Creates the default OrderContext for the site.
CommerceProfileModule - responsible for creating the default ProfileContext for the site.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.CommerceModule
Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheModule
Microsoft.CommerceServer.Runtime.Catalog..::.CommerceCatalogModule
Microsoft.CommerceServer.Runtime..::.CommerceApplicationModule
Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationModule
Microsoft.CommerceServer.Runtime..::.CommerceDataWarehouseAuthenticationModule
Microsoft.CommerceServer.Runtime..::.CommerceDirectMailerAuthenticationModule
Microsoft.CommerceServer.Runtime.Orders..::.CommerceOrderModule
Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileModule
Microsoft.CommerceServer.Runtime.Targeting..::.CommerceContentSelectionModule
Microsoft.CommerceServer.Runtime.Targeting..::.CommerceExpressionModule
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.