Compartilhar via


BatchSegment Classe

Definição

Um segmento que representa $batch

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

Campos

Instance

Obtém a instância singleton do segmento de lote.

Propriedades

EdmType

Obtém o IEdmType deste BatchSegment, que é sempre nulo.

Identifier

Retorna o identificador para esse segmento, ou seja, parte da cadeia de caracteres sem as chaves.

(Herdado de ODataPathSegment)

Métodos

HandleWith(PathSegmentHandler)

Manipule um BatchSegment usando uma implementação de PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduza um BatchSegment em outra coisa usando uma implementação de PathSegmentTranslator<T>.

Aplica-se a