Udostępnij za pośrednictwem


PathTemplateSegment Klasa

Definicja

Segment reprezentujący szablon ścieżki w ścieżce.

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

Konstruktory

PathTemplateSegment(String)

Utwórz segment reprezentujący szablon ścieżki.

Właściwości

EdmType

Pobiera element IEdmType z tego ODataPathSegmentobiektu .

Identifier

Zwraca identyfikator dla tego segmentu, tj. część ciągu bez kluczy.

(Odziedziczone po ODataPathSegment)
LiteralText

Tekst literału dla segmentu szablonu.

Metody

HandleWith(PathSegmentHandler)

Obsługa PathTemplateSegment obiektu przy użyciu wystąpienia klasy PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Przetłumacz obiekt PathTemplateSegment przy użyciu wystąpienia klasy PathSegmentTranslator<T>.

Dotyczy