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