Interface IGetsEvaluatorForExpressionType
An object which chooses a strategy (an appropriate implementation of IEvaluatesExpression) for a specified expression type.
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsEvaluatorForExpressionType
Methods
| Improve this Doc View SourceGetEvaluator(String)
Gets the evaluator which is appropriate for use with the specified expressionType
.
Declaration
IEvaluatesExpression GetEvaluator(string expressionType)
Parameters
Type | Name | Description |
---|---|---|
System.String | expressionType | Expression type. |
Returns
Type | Description |
---|---|
IEvaluatesExpression | The evaluator. |