Interface IEvaluationService
Service used to evaluate the result of a LogicalExpression
public interface IEvaluationService
Methods
Evaluate(LogicalExpression?, ExpressionContext)
object? Evaluate(LogicalExpression? expression, ExpressionContext context)
Parameters
expression
LogicalExpressioncontext
ExpressionContext