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 | |
---|---|---|
PathSegmentTranslator<T> |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Translate(BatchReferenceSegment) | Translate a BatchReferenceSegment | |
Translate(BatchSegment) | Translate a BatchSegment | |
Translate(CountSegment) | Translate a CountSegment | |
Translate(EntitySetSegment) | Translate an EntitySetSegment | |
Translate(KeySegment) | Translate a KeySegment | |
Translate(MetadataSegment) | Translate a MetadataSegment | |
Translate(NavigationPropertyLinkSegment) | Visit a NavigationPropertyLinkSegment | |
Translate(NavigationPropertySegment) | Translate a NavigationPropertySegment | |
Translate(OpenPropertySegment) | Translate an OpenPropertySegment | |
Translate(OperationSegment) | Translate a OperationSegment | |
Translate(PropertySegment) | Translate a PropertySegment | |
Translate(TypeSegment) | Translate a TypeSegment | |
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.