Share via


BatchSegment Class

Definition

A segment representing $batch

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

Fields

Instance

Gets the singleton instance of the batch segment.

Properties

EdmType

Gets the IEdmType of this BatchSegment, which is always null.

Identifier

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

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Handle a BatchSegment using an implementation of PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a BatchSegment into something else using an implementation of PathSegmentTranslator<T>.

Applies to