ParameterAliasNodeTranslator Class
This defines a translator to tranlate parameter alias nodes.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
Microsoft.OData.Core.UriParser.Visitors.QueryNodeVisitor<T>
System.Web.OData.Query.ParameterAliasNodeTranslator
Syntax
public class ParameterAliasNodeTranslator : QueryNodeVisitor<QueryNode>
public ref class ParameterAliasNodeTranslator : QueryNodeVisitor<QueryNode^>
type ParameterAliasNodeTranslator =
class
inherit QueryNodeVisitor<QueryNode>
end
Public Class ParameterAliasNodeTranslator
Inherits QueryNodeVisitor(Of QueryNode)
Constructors
Name | Description | |
---|---|---|
![]() |
ParameterAliasNodeTranslator(IDictionary<String, SingleValueNode>) | Initialize a new instance of ParameterAliasNodeTranslator. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Query Namespace
Return to top