CommerceExpressionModule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
CommerceExpressionModule is responsible for creating a default ExpressionEvaluator object for the site. This class cannot be inherited.
The CommerceExpressionModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceExpressionModule | Initializes a new instance of the CommerceExpressionModule 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 | |
---|---|---|
ExpressionEvaluator | Obsolete. (Obsolete) Gets the instance of ExpressionEvaluator that has been configured to load expressions from the legacy expression store (Profiles resource). | |
IsInitialized | Gets a value indicating whether the current module instance has been initialized. (Inherited from CommerceModule.) | |
MarketingExpressionEvaluator | Gets the instance of ExpressionEvaluator that has been configured to load expressions from the new Marketing System expression store. |
Top