Sdílet prostřednictvím


PropertySegment Třída

Definice

Segment představující strukturální vlastnost

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

Konstruktory

PropertySegment(IEdmStructuralProperty)

Vytvoření segmentu založeného na strukturální vlastnosti

Vlastnosti

EdmType

IEdmType Získá z tohoto PropertySegment.

Identifier

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

(Zděděno od ODataPathSegment)
Property

Získá strukturální vlastnost, kterou tento segment představuje.

Metody

HandleWith(PathSegmentHandler)

PropertySegment Zpracování pomocí instance .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

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

Platí pro