Evaluate Method

CuttingEdge.Conditions

Overload List

  NameDescription
Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Boolean)
Checks whether the specified condition equals true. An exception is thrown otherwise.
Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, Boolean>)>)>)>))
Checks whether the specified expression evaluates true on the given value. An exception is thrown otherwise.
Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Boolean, String)
Checks whether the specified condition equals true. An exception is thrown otherwise.
Evaluate<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, Boolean>)>)>)>), String)
Checks whether the specified expression evaluates true on the given value. An exception is thrown otherwise.

See Also