ParameterAliasNodeTranslator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |