Share via


DynamicPathSegment Class

Definition

A segment representing an unknown path or an open property.

public sealed class DynamicPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type DynamicPathSegment = class
    inherit ODataPathSegment
Public NotInheritable Class DynamicPathSegment
Inherits ODataPathSegment
Inheritance
DynamicPathSegment

Constructors

DynamicPathSegment(String)

Build a segment to represent an unknown path or an open property.

DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean)

Build a segment to represent an unknown path or an open property.

Properties

EdmType

Gets the IEdmType of this DynamicPathSegment, which might be null.

Identifier

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

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Handle a PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a PathSegmentTranslator<T>.

Applies to