ParameterAliasNodeTranslator.Visit Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Visit(SingleValueOpenPropertyAccessNode) |
Przetłumacz element SingleValueOpenPropertyAccessNode. |
Visit(SingleValueFunctionCallNode) |
Tłumaczenie elementu SingleValueFunctionCallNode. |
Visit(SingleResourceFunctionCallNode) |
Tłumaczenie elementu SingleResourceFunctionCallNode. |
Visit(SingleResourceCastNode) |
Tłumaczenie węzła SingleResourceCastNode. |
Visit(SingleNavigationNode) |
Tłumaczenie węzła SingleNavigationNode. |
Visit(SingleComplexNode) |
Tłumaczenie elementu SingleComplexNode. |
Visit(SearchTermNode) |
Wykonuje translację elementu SearchTermNode. |
Visit(ResourceRangeVariableReferenceNode) |
Tłumaczenie elementu ResourceRangeVariableReferenceNode. |
Visit(ParameterAliasNode) |
Tłumaczenie elementu ParameterAliasNode. |
Visit(NonResourceRangeVariableReferenceNode) |
Tłumaczenie elementu NonResourceRangeVariableReferenceNode. |
Visit(NamedFunctionParameterNode) |
Tłumaczenie elementu NamedFunctionParameterNode. |
Visit(InNode) |
Tłumaczenie węzła InNode. |
Visit(SingleValuePropertyAccessNode) |
Przetłumacz element SingleValuePropertyAccessNode. |
Visit(CountNode) |
Tłumaczenie węzła CountNode. |
Visit(ConstantNode) |
Tłumaczenie elementu ConstantNode. |
Visit(CollectionResourceFunctionCallNode) |
Tłumaczenie elementu CollectionResourceFunctionCallNode. |
Visit(CollectionResourceCastNode) |
Tłumaczenie elementu CollectionResourceCastNode. |
Visit(CollectionPropertyAccessNode) |
Tłumaczenie elementu CollectionPropertyAccessNode. |
Visit(CollectionOpenPropertyAccessNode) |
Tłumaczenie elementu CollectionOpenPropertyAccessNode. |
Visit(CollectionNavigationNode) |
Tłumaczenie elementu CollectionNavigationNode. |
Visit(CollectionFunctionCallNode) |
Tłumaczenie elementu CollectionFunctionCallNode. |
Visit(CollectionConstantNode) |
Tłumaczenie elementu CollectionConstantNode. |
Visit(CollectionComplexNode) |
Tłumaczenie kolekcjiComplexNode. |
Visit(BinaryOperatorNode) |
Tłumaczenie elementu BinaryOperatorNode. |
Visit(AnyNode) |
Tłumaczenie węzła AnyNode. |
Visit(AllNode) |
Tłumaczenie węzła AllNode. |
Visit(ConvertNode) |
Tłumaczenie węzła ConvertNode. |
Visit(UnaryOperatorNode) |
Tłumaczenie węzła UnaryOperatorNode. |
Visit(SingleValueOpenPropertyAccessNode)
Przetłumacz element 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
Parametry
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleValueFunctionCallNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- SingleValueFunctionCallNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleResourceFunctionCallNode)
Tłumaczenie elementu 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
Parametry
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleResourceCastNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- SingleResourceCastNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleNavigationNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- SingleNavigationNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleComplexNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- SingleComplexNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SearchTermNode)
Wykonuje translację elementu 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
Parametry
- nodeIn
- SearchTermNode
Węzeł do przetłumaczenia.
Zwraca
Oryginalny węzeł.
Dotyczy
Visit(ResourceRangeVariableReferenceNode)
Tłumaczenie elementu 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
Parametry
Węzeł do przetłumaczenia.
Zwraca
Oryginalny węzeł.
Dotyczy
Visit(ParameterAliasNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- ParameterAliasNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(NonResourceRangeVariableReferenceNode)
Tłumaczenie elementu 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
Parametry
Węzeł do przetłumaczenia.
Zwraca
Oryginalny węzeł.
Dotyczy
Visit(NamedFunctionParameterNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- NamedFunctionParameterNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(InNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- InNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(SingleValuePropertyAccessNode)
Przetłumacz element 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
Parametry
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CountNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- CountNode
Węzeł do przetłumaczenia.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(ConstantNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- ConstantNode
Węzeł do przetłumaczenia.
Zwraca
Oryginalny węzeł.
Dotyczy
Visit(CollectionResourceFunctionCallNode)
Tłumaczenie elementu 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
Parametry
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionResourceCastNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionResourceCastNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionPropertyAccessNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionPropertyAccessNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionOpenPropertyAccessNode)
Przetłumacz element 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
Parametry
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionNavigationNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionNavigationNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionFunctionCallNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionFunctionCallNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(CollectionConstantNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionConstantNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Oryginalny węzeł.
Dotyczy
Visit(CollectionComplexNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- CollectionComplexNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(BinaryOperatorNode)
Tłumaczenie elementu 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
Parametry
- nodeIn
- BinaryOperatorNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(AnyNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- AnyNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(AllNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- AllNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(ConvertNode)
Tłumaczenie węzła 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
Parametry
- nodeIn
- ConvertNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.
Dotyczy
Visit(UnaryOperatorNode)
Przetłumacz element 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
Parametry
- nodeIn
- UnaryOperatorNode
Węzeł, który ma zostać przetłumaczony.
Zwraca
Przetłumaczony węzeł.