IClientCriteriaVisitor<T> Methods
For internal use only. The interface the generic visitor of Criteria Language collection-based elements should implement.| Name | Description |
|---|---|
| Visit(AggregateOperand) | Visits the AggregateOperand element. |
| Visit(BetweenOperator) | Visits the BetweenOperator element. Inherited from ICriteriaVisitor<T>. |
| Visit(BinaryOperator) | Visits the BinaryOperator element. Inherited from ICriteriaVisitor<T>. |
| Visit(FunctionOperator) | Visits the FunctionOperator element. Inherited from ICriteriaVisitor<T>. |
| Visit(GroupOperator) | Visits the GroupOperator element. Inherited from ICriteriaVisitor<T>. |
| Visit(InOperator) | Visits the InOperator element. Inherited from ICriteriaVisitor<T>. |
| Visit(OperandProperty) | Visits the OperandProperty element. |
| Visit(OperandValue) | Visits the OperandValue element. Inherited from ICriteriaVisitor<T>. |
| Visit(UnaryOperator) | Visits the UnaryOperator element. Inherited from ICriteriaVisitor<T>. |
See Also