CommerceContentSelectionModule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The CommerceContentSelectionModule is responsible for creating the collection of ContentSelectionContext objects used in the site. This class cannot be inherited.
The CommerceContentSelectionModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceContentSelectionModule | Initializes a new instance of the CommerceContentSelectionModule class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | HttpModule.Init implementation. Executes custom initialization code after all event handler modules have been added. (Overrides CommerceModule..::.Init(HttpApplication).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ContentSelectionContexts | Gets the ContentSelectionContextCollection built based on the contentSelection portion of the CommerceServer section in web.config. | |
IsInitialized | Gets a value indicating whether the current module instance has been initialized. (Inherited from CommerceModule.) |
Top