AnnotationSegment Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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>/>. |