PathSegmentHandler Class
Handler interface for walking the path semantic tree.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Query.SemanticAst.PathSegmentHandler
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class PathSegmentHandler
'Usage
Dim instance As PathSegmentHandler
public abstract class PathSegmentHandler
public ref class PathSegmentHandler abstract
[<AbstractClassAttribute>]
type PathSegmentHandler = class end
public abstract class PathSegmentHandler
The PathSegmentHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
PathSegmentHandler |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Handle(BatchReferenceSegment) | Handle a BatchReferenceSegment |
![]() |
Handle(BatchSegment) | Handle a BatchSegment |
![]() |
Handle(CountSegment) | Handle a CountSegment |
![]() |
Handle(EntitySetSegment) | Handle an EntitySetSegment |
![]() |
Handle(KeySegment) | Handle a KeySegment |
![]() |
Handle(MetadataSegment) | Handle a MetadataSegment |
![]() |
Handle(NavigationPropertyLinkSegment) | Handle a LinksSegment |
![]() |
Handle(NavigationPropertySegment) | Handle a NavigationPropertySegment |
![]() |
Handle(OpenPropertySegment) | Handle an OpenPropertySegment |
![]() |
Handle(OperationSegment) | Handle an OperationSegment |
![]() |
Handle(PropertySegment) | Handle a PropertySegment |
![]() |
Handle(TypeSegment) | Handle a TypeSegment |
![]() |
Handle(ValueSegment) | Handle a ValueSegment |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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.
.gif)
.gif)