Share via


EachSegment Class

Definition

A segment representing $each in a path.

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

Constructors

EachSegment(IEdmNavigationSource, IEdmType)

Build a segment representing $each.

Properties

EdmType

Gets the IEdmType to which this EachSegment applies.

Identifier

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

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Handle a EachSegment using an instance of PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a EachSegment using an instance of PathSegmentTranslator<T>.

Applies to