Share via


ValueSegment Class

Definition

A segment representing $value

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

Constructors

ValueSegment(IEdmType)

Build a segment to represent $value.

Properties

EdmType

Gets the IEdmType of this ValueSegment.

Identifier

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

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Handle a ValueSegment using an instance of PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a into another object using an instance ofPathSegmentTranslator<T>.

Applies to