MarketingExpressionEvaluator Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The MarketingExpressionEvaluator is used to evaluate Marketing Expressions.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class MarketingExpressionEvaluator _
Inherits ExpressionEvaluator
'Usage
Dim instance As MarketingExpressionEvaluator
public class MarketingExpressionEvaluator : ExpressionEvaluator
public ref class MarketingExpressionEvaluator : public ExpressionEvaluator
public class MarketingExpressionEvaluator extends ExpressionEvaluator
Remarks
Use this object to evaluate one or more expressions against a specified context. In addition, use this object to parse and evaluate user-defined expressions written as Extensible Markup Language (XML) fragments.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Targeting..::.ExpressionEvaluator
Microsoft.CommerceServer.Runtime.Targeting..::.MarketingExpressionEvaluator
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.