Share via


BatchReferenceSegment Class

Definition

A segment representing an alias to another url in a batch.

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

Constructors

BatchReferenceSegment(String, IEdmType, IEdmEntitySetBase)

Build a BatchReferenceSegment

Properties

ContentId

Gets the contentId this alias is referring to

EdmType

Gets the IEdmType of the resource that this placeholder BatchReferenceSegment represents.

EntitySet

Gets the resulting entity set for this batch reference segment.

Identifier

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

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Handle a BatchReferenceSegment using an implementation of the PathSegmentHandler interface.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate this BatchReferenceSegment into something else.

Applies to