Sdílet prostřednictvím


AnnotationSegment Třída

Definice

Segment představující poznámku

public sealed class AnnotationSegment : Microsoft.OData.UriParser.ODataPathSegment
type AnnotationSegment = class
    inherit ODataPathSegment
Public NotInheritable Class AnnotationSegment
Inherits ODataPathSegment
Dědičnost
AnnotationSegment

Konstruktory

AnnotationSegment(IEdmTerm)

Vytvoření segmentu založeného na termínu poznámky

Vlastnosti

EdmType

IEdmType Získá z tohoto AnnotationSegment.

Identifier

Vrátí identifikátor pro tento segment, tj. část řetězce bez klíčů.

(Zděděno od ODataPathSegment)
Term

Získá poznámkový termín, který tento segment představuje.

Metody

HandleWith(PathSegmentHandler)

AnnotationSegment Zpracování pomocí instance .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

Překlad objektu AnnotationSegment pomocí instance PathSegmentTranslator<T>/>.

Platí pro