Condividi tramite


AnnotationSegment Classe

Definizione

Segmento che rappresenta un'annotazione

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

Costruttori

AnnotationSegment(IEdmTerm)

Creare un segmento basato su un termine di annotazione

Proprietà

EdmType

Ottiene l'oggetto dell'oggetto IEdmTypeAnnotationSegment.

Identifier

Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi.

(Ereditato da ODataPathSegment)
Term

Ottiene il termine di annotazione rappresentato da questo segmento.

Metodi

HandleWith(PathSegmentHandler)

Gestire un AnnotationSegment oggetto usando un'istanza di PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un AnnotationSegment oggetto usando un'istanza di PathSegmentTranslator<T>/>.

Si applica a