Compartir a través de


ParameterAliasNodeTranslator Clase

Definición

Esto define un traductor para traducir nodos de alias de parámetros.

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

Constructores

ParameterAliasNodeTranslator(IDictionary<String,SingleValueNode>)

Inicialice una nueva instancia de ParameterAliasNodeTranslator.

Métodos

Visit(AggregatedCollectionPropertyNode)

Visita un CollectionComplexNode

(Heredado de QueryNodeVisitor<T>)
Visit(AllNode)

Traduzca un AllNode.

Visit(AnyNode)

Traduzca un AnyNode.

Visit(BinaryOperatorNode)

Traduzca un BinaryOperatorNode.

Visit(CollectionComplexNode)

Traducir un CollectionComplexNode.

Visit(CollectionConstantNode)

Traducir un CollectionConstantNode.

Visit(CollectionFunctionCallNode)

Traduzca un CollectionFunctionCallNode.

Visit(CollectionNavigationNode)

Traduzca un CollectionNavigationNode.

Visit(CollectionOpenPropertyAccessNode)

Traduzca un CollectionOpenPropertyAccessNode.

Visit(CollectionPropertyAccessNode)

Traduzca un CollectionPropertyAccessNode.

Visit(CollectionResourceCastNode)

Traducir un CollectionResourceCastNode.

Visit(CollectionResourceFunctionCallNode)

Traducir un collectionResourceFunctionCallNode.

Visit(ConstantNode)

Traduzca un ConstantNode.

Visit(ConvertNode)

Traduzca un ConvertNode.

Visit(CountNode)

Traducir un CountNode.

Visit(InNode)

Traducir un InNode.

Visit(NamedFunctionParameterNode)

Traduzca un NamedFunctionParameterNode.

Visit(NonResourceRangeVariableReferenceNode)

Traducir un nonResourceRangeVariableReferenceNode.

Visit(ParameterAliasNode)

Traduzca un ParameterAliasNode.

Visit(ResourceRangeVariableReferenceNode)

Traducir un ResourceRangeVariableReferenceNode.

Visit(SearchTermNode)

Traduzca un SearchTermNode.

Visit(SingleComplexNode)

Traducir un SingleComplexNode.

Visit(SingleNavigationNode)

Traduzca un SingleNavigationNode.

Visit(SingleResourceCastNode)

Traducir un SingleResourceCastNode.

Visit(SingleResourceFunctionCallNode)

Traducir singleResourceFunctionCallNode.

Visit(SingleValueCastNode)

Visita a SingleValueCastNode

(Heredado de QueryNodeVisitor<T>)
Visit(SingleValueFunctionCallNode)

Traduzca un SingleValueFunctionCallNode.

Visit(SingleValueOpenPropertyAccessNode)

Traduzca un SingleValueOpenPropertyAccessNode.

Visit(SingleValuePropertyAccessNode)

Traduzca un SingleValuePropertyAccessNode.

Visit(UnaryOperatorNode)

Traduzca un UnaryOperatorNode.

Se aplica a