Share via


ParameterAliasNodeTranslator Class

Definition

This defines a translator to translate parameter alias nodes.

public class ParameterAliasNodeTranslator : Microsoft.OData.UriParser.QueryNodeVisitor<Microsoft.OData.UriParser.QueryNode>
type ParameterAliasNodeTranslator = class
    inherit QueryNodeVisitor<QueryNode>
Public Class ParameterAliasNodeTranslator
Inherits QueryNodeVisitor(Of QueryNode)
Inheritance
ParameterAliasNodeTranslator

Constructors

ParameterAliasNodeTranslator(IDictionary<String,SingleValueNode>)

Initialize a new instance of ParameterAliasNodeTranslator.

Methods

Visit(AggregatedCollectionPropertyNode)

Visit a CollectionComplexNode

(Inherited from QueryNodeVisitor<T>)
Visit(AllNode)

Translate an AllNode.

Visit(AnyNode)

Translate an AnyNode.

Visit(BinaryOperatorNode)

Translate a BinaryOperatorNode.

Visit(CollectionComplexNode)

Translate a CollectionComplexNode.

Visit(CollectionConstantNode)

Translate a CollectionConstantNode.

Visit(CollectionFunctionCallNode)

Translate a CollectionFunctionCallNode.

Visit(CollectionNavigationNode)

Translate a CollectionNavigationNode.

Visit(CollectionOpenPropertyAccessNode)

Translate a CollectionOpenPropertyAccessNode.

Visit(CollectionPropertyAccessNode)

Translate a CollectionPropertyAccessNode.

Visit(CollectionResourceCastNode)

Translate an CollectionResourceCastNode.

Visit(CollectionResourceFunctionCallNode)

Translate an CollectionResourceFunctionCallNode.

Visit(ConstantNode)

Translate a ConstantNode.

Visit(ConvertNode)

Translate a ConvertNode.

Visit(CountNode)

Translate a CountNode.

Visit(InNode)

Translate an InNode.

Visit(NamedFunctionParameterNode)

Translate a NamedFunctionParameterNode.

Visit(NonResourceRangeVariableReferenceNode)

Translate a NonResourceRangeVariableReferenceNode.

Visit(ParameterAliasNode)

Translate a ParameterAliasNode.

Visit(ResourceRangeVariableReferenceNode)

Translate an ResourceRangeVariableReferenceNode.

Visit(SearchTermNode)

Translate a SearchTermNode.

Visit(SingleComplexNode)

Translate a SingleComplexNode.

Visit(SingleNavigationNode)

Translate a SingleNavigationNode.

Visit(SingleResourceCastNode)

Translate a SingleResourceCastNode.

Visit(SingleResourceFunctionCallNode)

Translate a SingleResourceFunctionCallNode.

Visit(SingleValueCastNode)

Visit a SingleValueCastNode

(Inherited from QueryNodeVisitor<T>)
Visit(SingleValueFunctionCallNode)

Translate a SingleValueFunctionCallNode.

Visit(SingleValueOpenPropertyAccessNode)

Translate a SingleValueOpenPropertyAccessNode.

Visit(SingleValuePropertyAccessNode)

Translate a SingleValuePropertyAccessNode.

Visit(UnaryOperatorNode)

Translate an UnaryOperatorNode.

Applies to