Share via


MarketingExpressionEvaluator Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The MarketingExpressionEvaluator is used to evaluate Marketing Expressions.

The MarketingExpressionEvaluator type exposes the following members.

Constructors

  Name Description
Aa163224.pubmethod(en-US,CS.70).gif MarketingExpressionEvaluator Initializes a new instance of the MarketingExpressionEvaluator class to run against the Expression Store contained in the new Marketing resource.

Top

Methods

  Name Description
Aa163224.protmethod(en-US,CS.70).gif CheckState Verifies that the object has not already been disposed. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif CreateEvaluationContextHandle Creates an EvaluationContext object for evaluating multiple expressions against the same set of profiles. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif Dispose Overloaded.
Aa163224.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif Evaluate Evaluates the expression specified by the specified expression and using the provided profiles. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif EvaluateInContext Evaluates the specified expression, using the profiles contained in the EvaluationContextHandle object. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif EvaluateXml Evaluates the expression represented in the XML string and using the provided profiles. (Inherited from ExpressionEvaluator.)
Aa163224.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif FlushCache Removes all loaded and precompiled expressions from the evaluator's expression cache. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif FlushExpressionFromCache Removes a single loaded and precompiled expression from the evaluator's expression cache. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif LoadAll Loads and precompiles all expressions in the expression store database, and updates the expressions cache. (Inherited from ExpressionEvaluator.)
Aa163224.pubmethod(en-US,CS.70).gif LoadExpression Loads and precompiles the specified expression from the expression store database, and updates the cache if necessary. (Inherited from ExpressionEvaluator.)
Aa163224.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)
Aa163224.pubmethod(en-US,CS.70).gif ValidateExpressionXml Checks whether an Extensible Markup Language (XML) fragment is a syntactically correct expression. (Inherited from ExpressionEvaluator.)

Top

Properties

  Name Description
Aa163224.pubproperty(en-US,CS.70).gif CachedExpressionCount Gets the number of expressions currently in the evaluator's expression cache. (Inherited from ExpressionEvaluator.)

Top

See Also

Reference

MarketingExpressionEvaluator Class

Microsoft.CommerceServer.Runtime.Targeting Namespace