UnresolvedPathSegment Class

Definition

An ODataPathSegment implementation representing a segment that could not be resolved.

public class UnresolvedPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type UnresolvedPathSegment = class
    inherit ODataPathSegment
Public Class UnresolvedPathSegment
Inherits ODataPathSegment
Inheritance
UnresolvedPathSegment

Constructors

UnresolvedPathSegment(String)

Initializes a new instance of the UnresolvedPathSegment class.

Properties

EdmType

Gets the IEdmType of this UnresolvedPathSegment.

Identifier

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

(Inherited from ODataPathSegment)
SegmentKind

Gets the segment kind for the current segment.

SegmentValue

Gets the unresolved segment value.

Methods

HandleWith(PathSegmentHandler)

Handle a UnresolvedPathSegment an implementation of PathSegmentHandler

ToString()

Returns a String that represents this instance.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a UnresolvedPathSegment an implementation of PathSegmentTranslator<T>

Applies to