EvaluationFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |