Show / Hide Table of Contents

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 Source

GetEvaluator(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX