PathSegmentTranslator<T> Class

Translator interface for walking the Syntactic Tree.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.Query.SemanticAst.PathSegmentTranslator<T>

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustInherit Class PathSegmentTranslator(Of T)
'Usage
Dim instance As PathSegmentTranslator(Of T)
public abstract class PathSegmentTranslator<T>
generic<typename T>
public ref class PathSegmentTranslator abstract
[<AbstractClassAttribute>]
type PathSegmentTranslator<'T> =  class end
JScript does not support generic types and methods.

Type Parameters

  • T
    Generic type produced by the translator.

The PathSegmentTranslator<T> type exposes the following members.

Constructors

  Name Description
Protected method PathSegmentTranslator<T>

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Translate(BatchReferenceSegment) Translate a BatchReferenceSegment
Public method Translate(BatchSegment) Translate a BatchSegment
Public method Translate(CountSegment) Translate a CountSegment
Public method Translate(EntitySetSegment) Translate an EntitySetSegment
Public method Translate(KeySegment) Translate a KeySegment
Public method Translate(MetadataSegment) Translate a MetadataSegment
Public method Translate(NavigationPropertyLinkSegment) Visit a NavigationPropertyLinkSegment
Public method Translate(NavigationPropertySegment) Translate a NavigationPropertySegment
Public method Translate(OpenPropertySegment) Translate an OpenPropertySegment
Public method Translate(OperationSegment) Translate a OperationSegment
Public method Translate(PropertySegment) Translate a PropertySegment
Public method Translate(TypeSegment) Translate a TypeSegment
Public method Translate(ValueSegment) Translate a ValueSegment

Top

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

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace