Compartir a través de


ParameterAliasNodeTranslator.Visit Método

Definición

Sobrecargas

Visit(SingleValueOpenPropertyAccessNode)

Traduzca un SingleValueOpenPropertyAccessNode.

Visit(SingleValueFunctionCallNode)

Traduzca un SingleValueFunctionCallNode.

Visit(SingleResourceFunctionCallNode)

Traducir singleResourceFunctionCallNode.

Visit(SingleResourceCastNode)

Traducir un SingleResourceCastNode.

Visit(SingleNavigationNode)

Traduzca un SingleNavigationNode.

Visit(SingleComplexNode)

Traducir un SingleComplexNode.

Visit(SearchTermNode)

Traduzca un SearchTermNode.

Visit(ResourceRangeVariableReferenceNode)

Traducir un ResourceRangeVariableReferenceNode.

Visit(ParameterAliasNode)

Traduzca un ParameterAliasNode.

Visit(NonResourceRangeVariableReferenceNode)

Traducir un nonResourceRangeVariableReferenceNode.

Visit(NamedFunctionParameterNode)

Traduzca un NamedFunctionParameterNode.

Visit(InNode)

Traducir un InNode.

Visit(SingleValuePropertyAccessNode)

Traduzca un SingleValuePropertyAccessNode.

Visit(CountNode)

Traducir un CountNode.

Visit(ConstantNode)

Traduzca un ConstantNode.

Visit(CollectionResourceFunctionCallNode)

Traducir un collectionResourceFunctionCallNode.

Visit(CollectionResourceCastNode)

Traducir un CollectionResourceCastNode.

Visit(CollectionPropertyAccessNode)

Traduzca un CollectionPropertyAccessNode.

Visit(CollectionOpenPropertyAccessNode)

Traduzca un CollectionOpenPropertyAccessNode.

Visit(CollectionNavigationNode)

Traduzca un CollectionNavigationNode.

Visit(CollectionFunctionCallNode)

Traduzca un CollectionFunctionCallNode.

Visit(CollectionConstantNode)

Traducir un CollectionConstantNode.

Visit(CollectionComplexNode)

Traducir un CollectionComplexNode.

Visit(BinaryOperatorNode)

Traduzca un BinaryOperatorNode.

Visit(AnyNode)

Traduzca un AnyNode.

Visit(AllNode)

Traduzca un AllNode.

Visit(ConvertNode)

Traduzca un ConvertNode.

Visit(UnaryOperatorNode)

Traduzca un UnaryOperatorNode.

Visit(SingleValueOpenPropertyAccessNode)

Traduzca un SingleValueOpenPropertyAccessNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleValueOpenPropertyAccessNode) As QueryNode

Parámetros

nodeIn
SingleValueOpenPropertyAccessNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleValueFunctionCallNode)

Traduzca un SingleValueFunctionCallNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleValueFunctionCallNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleValueFunctionCallNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleValueFunctionCallNode) As QueryNode

Parámetros

nodeIn
SingleValueFunctionCallNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleResourceFunctionCallNode)

Traducir singleResourceFunctionCallNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleResourceFunctionCallNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleResourceFunctionCallNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleResourceFunctionCallNode) As QueryNode

Parámetros

nodeIn
SingleResourceFunctionCallNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleResourceCastNode)

Traducir un SingleResourceCastNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleResourceCastNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleResourceCastNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleResourceCastNode) As QueryNode

Parámetros

nodeIn
SingleResourceCastNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleNavigationNode)

Traduzca un SingleNavigationNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleNavigationNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleNavigationNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleNavigationNode) As QueryNode

Parámetros

nodeIn
SingleNavigationNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleComplexNode)

Traducir un SingleComplexNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleComplexNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleComplexNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleComplexNode) As QueryNode

Parámetros

nodeIn
SingleComplexNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SearchTermNode)

Traduzca un SearchTermNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SearchTermNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SearchTermNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SearchTermNode) As QueryNode

Parámetros

nodeIn
SearchTermNode

El nodo que se va a traducir.

Devoluciones

El nodo original.

Se aplica a

Visit(ResourceRangeVariableReferenceNode)

Traducir un ResourceRangeVariableReferenceNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.ResourceRangeVariableReferenceNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.ResourceRangeVariableReferenceNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As ResourceRangeVariableReferenceNode) As QueryNode

Parámetros

nodeIn
ResourceRangeVariableReferenceNode

El nodo que se va a traducir.

Devoluciones

El nodo original.

Se aplica a

Visit(ParameterAliasNode)

Traduzca un ParameterAliasNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.ParameterAliasNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.ParameterAliasNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As ParameterAliasNode) As QueryNode

Parámetros

nodeIn
ParameterAliasNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(NonResourceRangeVariableReferenceNode)

Traducir un nonResourceRangeVariableReferenceNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.NonResourceRangeVariableReferenceNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.NonResourceRangeVariableReferenceNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As NonResourceRangeVariableReferenceNode) As QueryNode

Parámetros

nodeIn
NonResourceRangeVariableReferenceNode

El nodo que se va a traducir.

Devoluciones

El nodo original.

Se aplica a

Visit(NamedFunctionParameterNode)

Traduzca un NamedFunctionParameterNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.NamedFunctionParameterNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.NamedFunctionParameterNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As NamedFunctionParameterNode) As QueryNode

Parámetros

nodeIn
NamedFunctionParameterNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(InNode)

Traducir un InNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.InNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.InNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As InNode) As QueryNode

Parámetros

nodeIn
InNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(SingleValuePropertyAccessNode)

Traduzca un SingleValuePropertyAccessNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.SingleValuePropertyAccessNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.SingleValuePropertyAccessNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As SingleValuePropertyAccessNode) As QueryNode

Parámetros

nodeIn
SingleValuePropertyAccessNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CountNode)

Traducir un CountNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CountNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CountNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CountNode) As QueryNode

Parámetros

nodeIn
CountNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(ConstantNode)

Traduzca un ConstantNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.ConstantNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.ConstantNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As ConstantNode) As QueryNode

Parámetros

nodeIn
ConstantNode

El nodo que se va a traducir.

Devoluciones

El nodo original.

Se aplica a

Visit(CollectionResourceFunctionCallNode)

Traducir un collectionResourceFunctionCallNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionResourceFunctionCallNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionResourceFunctionCallNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionResourceFunctionCallNode) As QueryNode

Parámetros

nodeIn
CollectionResourceFunctionCallNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionResourceCastNode)

Traducir un CollectionResourceCastNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionResourceCastNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionResourceCastNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionResourceCastNode) As QueryNode

Parámetros

nodeIn
CollectionResourceCastNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionPropertyAccessNode)

Traduzca un CollectionPropertyAccessNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionPropertyAccessNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionPropertyAccessNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionPropertyAccessNode) As QueryNode

Parámetros

nodeIn
CollectionPropertyAccessNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionOpenPropertyAccessNode)

Traduzca un CollectionOpenPropertyAccessNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionOpenPropertyAccessNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionOpenPropertyAccessNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionOpenPropertyAccessNode) As QueryNode

Parámetros

nodeIn
CollectionOpenPropertyAccessNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionNavigationNode)

Traduzca un CollectionNavigationNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionNavigationNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionNavigationNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionNavigationNode) As QueryNode

Parámetros

nodeIn
CollectionNavigationNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionFunctionCallNode)

Traduzca un CollectionFunctionCallNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionFunctionCallNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionFunctionCallNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionFunctionCallNode) As QueryNode

Parámetros

nodeIn
CollectionFunctionCallNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(CollectionConstantNode)

Traducir un CollectionConstantNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionConstantNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionConstantNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionConstantNode) As QueryNode

Parámetros

nodeIn
CollectionConstantNode

El nodo que se va a traducir.

Devoluciones

El nodo original.

Se aplica a

Visit(CollectionComplexNode)

Traducir un CollectionComplexNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.CollectionComplexNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.CollectionComplexNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As CollectionComplexNode) As QueryNode

Parámetros

nodeIn
CollectionComplexNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(BinaryOperatorNode)

Traduzca un BinaryOperatorNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.BinaryOperatorNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.BinaryOperatorNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As BinaryOperatorNode) As QueryNode

Parámetros

nodeIn
BinaryOperatorNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(AnyNode)

Traduzca un AnyNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.AnyNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.AnyNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As AnyNode) As QueryNode

Parámetros

nodeIn
AnyNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(AllNode)

Traduzca un AllNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.AllNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.AllNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As AllNode) As QueryNode

Parámetros

nodeIn
AllNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(ConvertNode)

Traduzca un ConvertNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.ConvertNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.ConvertNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As ConvertNode) As QueryNode

Parámetros

nodeIn
ConvertNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a

Visit(UnaryOperatorNode)

Traduzca un UnaryOperatorNode.

public override Microsoft.OData.UriParser.QueryNode Visit (Microsoft.OData.UriParser.UnaryOperatorNode nodeIn);
override this.Visit : Microsoft.OData.UriParser.UnaryOperatorNode -> Microsoft.OData.UriParser.QueryNode
Public Overrides Function Visit (nodeIn As UnaryOperatorNode) As QueryNode

Parámetros

nodeIn
UnaryOperatorNode

El nodo que se va a traducir.

Devoluciones

El nodo traducido.

Se aplica a