Share via


ODataPathSegment Class

Definition

The semantic representation of a segment in a path.

public abstract class ODataPathSegment
type ODataPathSegment = class
Public MustInherit Class ODataPathSegment
Inheritance
ODataPathSegment
Derived

Constructors

ODataPathSegment()

Creates a new Segment.

Properties

EdmType

Gets the IEdmType of this ODataPathSegment.

Identifier

Returns the identifier for this segment i.e. string part without the keys.

Methods

HandleWith(PathSegmentHandler)

Handle a ODataPathSegment using an implementation of a PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a ODataPathSegment using an implementation ofPathSegmentTranslator<T>.

Applies to