ParameterAliasNodeTranslator.Visit Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Visit(SingleValueOpenPropertyAccessNode) |
Traduz um SingleValueOpenPropertyAccessNode. |
Visit(SingleValueFunctionCallNode) |
Traduz um SingleValueFunctionCallNode. |
Visit(SingleResourceFunctionCallNode) |
Traduza um SingleResourceFunctionCallNode. |
Visit(SingleResourceCastNode) |
Traduzir um SingleResourceCastNode. |
Visit(SingleNavigationNode) |
Traduz um SingleNavigationNode. |
Visit(SingleComplexNode) |
Traduzir um SingleComplexNode. |
Visit(SearchTermNode) |
Traduz um SearchTermNode. |
Visit(ResourceRangeVariableReferenceNode) |
Traduzir um ResourceRangeVariableReferenceNode. |
Visit(ParameterAliasNode) |
Traduz um ParameterAliasNode. |
Visit(NonResourceRangeVariableReferenceNode) |
Traduza um NonResourceRangeVariableReferenceNode. |
Visit(NamedFunctionParameterNode) |
Traduz um NamedFunctionParameterNode. |
Visit(InNode) |
Traduzir um InNode. |
Visit(SingleValuePropertyAccessNode) |
Traduz um SingleValuePropertyAccessNode. |
Visit(CountNode) |
Traduzir um CountNode. |
Visit(ConstantNode) |
Traduz um ConstantNode. |
Visit(CollectionResourceFunctionCallNode) |
Traduzir um CollectionResourceFunctionCallNode. |
Visit(CollectionResourceCastNode) |
Traduzir um CollectionResourceCastNode. |
Visit(CollectionPropertyAccessNode) |
Traduz um CollectionPropertyAccessNode. |
Visit(CollectionOpenPropertyAccessNode) |
Traduz um CollectionOpenPropertyAccessNode. |
Visit(CollectionNavigationNode) |
Traduz um CollectionNavigationNode. |
Visit(CollectionFunctionCallNode) |
Traduz um CollectionFunctionCallNode. |
Visit(CollectionConstantNode) |
Traduzir um CollectionConstantNode. |
Visit(CollectionComplexNode) |
Traduzir um CollectionComplexNode. |
Visit(BinaryOperatorNode) |
Traduz um BinaryOperatorNode. |
Visit(AnyNode) |
Traduz um AnyNode. |
Visit(AllNode) |
Traduz um AllNode. |
Visit(ConvertNode) |
Traduz um ConvertNode. |
Visit(UnaryOperatorNode) |
Traduz um UnaryOperatorNode. |
Visit(SingleValueOpenPropertyAccessNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleValueFunctionCallNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleResourceFunctionCallNode)
Traduza um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleResourceCastNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleNavigationNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleComplexNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SearchTermNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó original.
Aplica-se a
Visit(ResourceRangeVariableReferenceNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó original.
Aplica-se a
Visit(ParameterAliasNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(NonResourceRangeVariableReferenceNode)
Traduza um 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
O nó a ser traduzido.
Retornos
O nó original.
Aplica-se a
Visit(NamedFunctionParameterNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(InNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(SingleValuePropertyAccessNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CountNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(ConstantNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó original.
Aplica-se a
Visit(CollectionResourceFunctionCallNode)
Traduzir uma ColeçãoResourceFunctionCallNode.
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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionResourceCastNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionPropertyAccessNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionOpenPropertyAccessNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionNavigationNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionFunctionCallNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(CollectionConstantNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó original.
Aplica-se a
Visit(CollectionComplexNode)
Traduzir um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(BinaryOperatorNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(AnyNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(AllNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(ConvertNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.
Aplica-se a
Visit(UnaryOperatorNode)
Traduz um 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
O nó a ser traduzido.
Retornos
O nó traduzido.