Compartir a través de


AnnotationSegment Clase

Definición

Segmento que representa una anotación

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

Constructores

AnnotationSegment(IEdmTerm)

Crear un segmento basado en un término de anotación

Propiedades

EdmType

Obtiene el IEdmType objeto de este AnnotationSegmentobjeto .

Identifier

Devuelve el identificador de este segmento, es decir, la parte de cadena sin las claves.

(Heredado de ODataPathSegment)
Term

Obtiene el término de anotación que representa este segmento.

Métodos

HandleWith(PathSegmentHandler)

Controle un AnnotationSegment mediante una instancia de PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzca un AnnotationSegment mediante una instancia de PathSegmentTranslator<T>/>.

Se aplica a