Share via


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
Protected method PathSegmentHandler

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.)
Public method Handle(BatchReferenceSegment) Handle a BatchReferenceSegment
Public method Handle(BatchSegment) Handle a BatchSegment
Public method Handle(CountSegment) Handle a CountSegment
Public method Handle(EntitySetSegment) Handle an EntitySetSegment
Public method Handle(KeySegment) Handle a KeySegment
Public method Handle(MetadataSegment) Handle a MetadataSegment
Public method Handle(NavigationPropertyLinkSegment) Handle a LinksSegment
Public method Handle(NavigationPropertySegment) Handle a NavigationPropertySegment
Public method Handle(OpenPropertySegment) Handle an OpenPropertySegment
Public method Handle(OperationSegment) Handle an OperationSegment
Public method Handle(PropertySegment) Handle a PropertySegment
Public method Handle(TypeSegment) Handle a TypeSegment
Public method Handle(ValueSegment) Handle a ValueSegment
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace