EskemaEskValidatorOperations extension

on

Operators

operator &(IEskValidator other) IEskValidator

Available on IEskValidator, provided by the EskemaEskValidatorOperations extension

Combines two validators with a logical AND, same as using all
operator >(String error) IEskValidator

Available on IEskValidator, provided by the EskemaEskValidatorOperations extension

Returns a new validator that will return the error message if the validation fails
operator |(IEskValidator other) IEskValidator

Available on IEskValidator, provided by the EskemaEskValidatorOperations extension

Combines two validators with a logical OR, same as using any