Udostępnij za pośrednictwem


ODataSelectPath Klasa

Definicja

Określony typ, który ODataPath może zawierać tylko wystąpienia TypeSegment, NavigationPropertySegment, PropertySegment, OperationSegmentlub DynamicPathSegment.

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

Konstruktory

ODataSelectPath(IEnumerable<ODataPathSegment>)

Tworzenie ścieżki ODataSelectPath

ODataSelectPath(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