IExpressionEvaluatorService Interface Members
In This Topic
The following tables list the members exposed by IExpressionEvaluatorService.
Public Methods
| Name | Description |
| Evaluate | Evaluates the GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object and returns the evaluated result or null if it cannot be evaluated. |
| IsValid | Determines whether the GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object is an expression that can potentially be evaluated. Expressions with invalid syntax return false. |
Top
See Also