EvaluationFactory Class

Definition

Static Factory class producing Evaluators

public sealed class EvaluationFactory
type EvaluationFactory = class
Public NotInheritable Class EvaluationFactory
Inheritance
EvaluationFactory

Methods

IsTypeSupported(Type)

Indicates whether supplied Type is supported by ExpressionTree

IsTypeSupportedForConstant(Type)

Indiciate whether supplied Type can be used to construct a Constant

LikeToRegex(String)

Converts Like pattern to equivalent Regex pattern

SupportedOperators(Type)

Returns a list of operators supported for the given type Empty list if evaluation for the type is not supported

SupportedOperators(TypeClass)

Returns a list of operators supported for the given TypeClass Throws if unxepected class requested

Applies to