ErrorsEvaluatorCriteriaValidator.Visit Method
Name | Parameters | Description |
---|---|---|
Visit(AggregateOperand) | theOperand | Enables custom processing of the specified AggregateOperand. |
Visit(BetweenOperator) | theOperator | Enables custom processing of the specified BetweenOperator. |
Visit(BinaryOperator) | theOperator | Enables custom processing of the specified BinaryOperator. |
Visit(FunctionOperator) | theOperator | Enables custom processing of the specified FunctionOperator. |
Visit(GroupOperator) | theOperator | Enables custom processing of the specified GroupOperator. |
Visit(InOperator) | theOperator | Enables custom processing of the specified InOperator. |
Visit(JoinOperand) | theOperand | Enables custom processing of the specified JoinOperand. |
Visit(OperandProperty) | theOperand | Enables custom processing of the specified OperandProperty. |
Visit(OperandValue) | theOperand | Enables custom processing of the specified OperandValue. |
Visit(UnaryOperator) | theOperator | Enables custom processing of the specified UnaryOperator. |