Partilhar via


AnnotationSegment Classe

Definição

Um segmento que representa uma Anotação

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

Construtores

AnnotationSegment(IEdmTerm)

Criar um segmento com base em um termo de anotação

Propriedades

EdmType

Obtém o IEdmType deste AnnotationSegment.

Identifier

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

(Herdado de ODataPathSegment)
Term

Obtém o termo de anotação que esse segmento representa.

Métodos

HandleWith(PathSegmentHandler)

Manipular um AnnotationSegment usando uma instância de PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzir um AnnotationSegment usando uma instância de PathSegmentTranslator<T>/>.

Aplica-se a