CommerceExpressionModule Class
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.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class CommerceExpressionModule _
Inherits CommerceModule
'Usage
Dim instance As CommerceExpressionModule
public sealed class CommerceExpressionModule : CommerceModule
public ref class CommerceExpressionModule sealed : public CommerceModule
public final class CommerceExpressionModule extends CommerceModule
Remarks
CommerceModuleExpression reads the Expressions element from the web.Config file in order to determine which type of ExpressionEvaluator objects to create and initialize.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.CommerceModule
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.