Udostępnij za pośrednictwem


ODataExpandPath Klasa

Definicja

Określony typ, którego ODataPath może zawierać tylko wystąpienia lub TypeSegmentNavigationPropertySegment złożone PropertySegment .

public class ODataExpandPath : Microsoft.OData.UriParser.ODataPath
type ODataExpandPath = class
    inherit ODataPath
Public Class ODataExpandPath
Inherits ODataPath
Dziedziczenie
ODataExpandPath

Konstruktory

ODataExpandPath(IEnumerable<ODataPathSegment>)

Tworzenie obiektu ODataPath w celu reprezentowania ścieżki semantycznie

ODataExpandPath(ODataPathSegment[])

Tworzenie obiektu ODataPath na podstawie pojedynczego segmentu

Właściwości

Count

Pobierz liczbę segmentów w tej ścieżce.

(Odziedziczone po ODataPath)
FirstSegment

Pobiera pierwszy segment w ścieżce. Zwraca wartość null, jeśli ścieżka jest pusta.

(Odziedziczone po ODataPath)
LastSegment

Pobierz ostatni segment w ścieżce. Zwraca wartość null, jeśli ścieżka jest pusta.

(Odziedziczone po ODataPath)

Metody

GetEnumerator()

Pobieranie modułu wyliczającego segmentów

(Odziedziczone po ODataPath)
WalkWith(PathSegmentHandler)

Przewodnik po tej ścieżce przy użyciu programu obsługi

(Odziedziczone po ODataPath)
WalkWith<T>(PathSegmentTranslator<T>)

Przewodnik po tej ścieżce przy użyciu tłumacza

(Odziedziczone po ODataPath)

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

pobieranie modułu wyliczającego segmentów

(Odziedziczone po ODataPath)

Dotyczy