AnnotationSegment Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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>/>. |