ExpressionEvaluator Class |
Namespace: CMS.MacroEngine
public class ExpressionEvaluator
The ExpressionEvaluator type exposes the following members.
Name | Description | |
---|---|---|
ExpressionEvaluator |
Constructor.
|
Name | Description | |
---|---|---|
Children |
Child expressions of the expression.
| |
Context |
Evaluation context.
| |
Expression |
Expression to evaluate.
| |
Name |
Name of the data member or method call.
| |
Parent |
Parent expression of the expression.
| |
Type |
Returns the expression type.
| |
Value |
Value of the value expression (is null for expression types like method, property, etc.).
|
Name | Description | |
---|---|---|
CheckForTimeout |
Checks whether the evaluation time did not exceed the specified limit.
| |
Evaluate |
Evaluates the expression and returns the result. Sets the result of security check into MacroEvalParameters object.
| |
EvaluateChild |
Evaluates the child expression (uses the same context, does not create a child context).
| |
EvaluateInternal |
Evaluates the expression and returns the result.
| |
EvaluateMethodCall |
Evaluates general method call.
| |
GetDebugIndent |
Returns the indentation of the debug item (counts deepness withing blocks {...})
| |
HasNumberOfChildren |
Returns true if the current expression node has exactly specified number of children.
| |
IsEnumObjectEqual |
Compares the given enumeration object with any object. If the object is not enumeration of the same type, then compares it according its values (integer enumeration with integer, otherwise as text constants).
| |
IsEqual |
Returns true if first parameter is equal to the second. Handles several specialties:
1) GUID is equal also to string representation of GUID (case insensitive regardless the context setting).
2) Simple data types are equal to their ToString representation.
3) InfoObject is equal also to string constant if it's either its display name or code name.
4) Two info objects are equal when they have same object type and same ID.
5) Empty string is equal to null.
| |
IsInfoInfoEqual |
Returns true if two Info objects are equal (have same object type and ID).
| |
IsMethodWithName |
Returns true if the type of current expression is MethodCall with specified name.
| |
IsObjectStringEqual |
Returns true if given object has code name or display name equal to specified name.
| |
IsStringStringEqual |
Returns true if the two strings are equal. Empty string is equal to null.
| |
UpdateEvaluationContextFromParameters |
Reads all the in-line macro parameters and modifies the default evaluation context accordingly.
|