[]
Allows an ExpressionInfo object to be evaluated.
public interface IExpressionEvaluatorService
Name | Description |
---|---|
Evaluate(ExpressionInfo) | Evaluates the ExpressionInfo object and returns the evaluated result or null if it cannot be evaluated. |
IsValid(ExpressionInfo) | Determines whether the ExpressionInfo object is an expression that can potentially be evaluated. Expressions with invalid syntax return false. |