Udostępnij za pośrednictwem


PropertySegment Klasa

Definicja

Segment reprezentujący właściwość strukturalną

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

Konstruktory

PropertySegment(IEdmStructuralProperty)

Tworzenie segmentu na podstawie właściwości strukturalnej

Właściwości

EdmType

Pobiera element IEdmType z tego PropertySegmentobiektu .

Identifier

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

(Odziedziczone po ODataPathSegment)
Property

Pobiera właściwość strukturalną, którą reprezentuje ten segment.

Metody

HandleWith(PathSegmentHandler)

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

TranslateWith<T>(PathSegmentTranslator<T>)

PropertySegment Tłumaczenie obiektu przy użyciu wystąpienia /PathSegmentTranslator<T>>.

Dotyczy