Namespace ZptSharp.Expressions.NotExpressions
Classes
BooleanValueConverter
Implementation of ICoercesValueToBoolean which converts a value to a boolean.
NotExpressionEvaluator
An implementation of IEvaluatesExpression which evaluates TALES 'nots' expressions.
Interfaces
ICoercesValueToBoolean
An object which converts a specified value to a boolean. Specifically, this uses rules unique to a TALES 'not' expression, and not the rules shared by CoerceResultToBoolean(Object).s