CommerceApplicationModule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The primary CommerceModule class responsible for initialization of the site framework. This class cannot be inherited.
The CommerceApplicationModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceApplicationModule | Initializes a new instance of the CommerceApplicationModule class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
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. (Overrides CommerceModule..::.Init(HttpApplication).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DebugContext | Gets or sets the DebugContext used throughout the site. | |
IsInitialized | Gets a value indicating whether the current module instance has been initialized. (Inherited from CommerceModule.) | |
Pipelines | Gets the site pipelines collection. | |
Resources | Gets the collection of CommerceServer resources configured for the site. | |
SiteName | Gets the CommerceServer site name. |
Top