Compartilhar via


BatchReferenceSegment Classe

Definição

Um segmento que representa um alias para outra URL em um lote.

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

Construtores

BatchReferenceSegment(String, IEdmType, IEdmEntitySetBase)

Criar um BatchReferenceSegment

Propriedades

ContentId

Obtém o contentId ao qual este alias está se referindo

EdmType

Obtém o IEdmType do recurso que esse espaço reservado BatchReferenceSegment representa.

EntitySet

Obtém o conjunto de entidades resultante para este segmento de referência em lote.

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 BatchReferenceSegment usando uma implementação da PathSegmentHandler interface .

TranslateWith<T>(PathSegmentTranslator<T>)

Traduza isso BatchReferenceSegment em outra coisa.

Aplica-se a