Condividi tramite


BatchSegment Classe

Definizione

Segmento che rappresenta $batch.

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

Campi

Instance

Ottiene l'istanza singleton del segmento batch.

Proprietà

EdmType

Ottiene l'oggetto IEdmType di BatchSegment, che è sempre Null.

Identifier

Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi.

(Ereditato da ODataPathSegment)

Metodi

HandleWith(PathSegmentHandler)

Gestire un BatchSegment oggetto usando un'implementazione di PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un oggetto BatchSegment in un altro elemento usando un'implementazione di PathSegmentTranslator<T>.

Si applica a