Sdílet prostřednictvím


ODataExpandPath Konstruktory

Definice

Přetížení

ODataExpandPath(ODataPathSegment[])

Vytvoření objektu ODataPath založeného na jednom segmentu

ODataExpandPath(IEnumerable<ODataPathSegment>)

Vytvoření objektu ODataPath pro sémantickou reprezentaci cesty

ODataExpandPath(ODataPathSegment[])

Vytvoření objektu ODataPath založeného na jednom segmentu

public ODataExpandPath (params Microsoft.OData.UriParser.ODataPathSegment[] segments);
new Microsoft.OData.UriParser.ODataExpandPath : Microsoft.OData.UriParser.ODataPathSegment[] -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (ParamArray segments As ODataPathSegment())

Parametry

segments
ODataPathSegment[]

Seznam segmentů v cestě.

Výjimky

Vyvolá se, pokud tento seznam segmentů neodpovídá požadavkům na $expand

Platí pro

ODataExpandPath(IEnumerable<ODataPathSegment>)

Vytvoření objektu ODataPath pro sémantickou reprezentaci cesty

public ODataExpandPath (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> segments);
new Microsoft.OData.UriParser.ODataExpandPath : seq<Microsoft.OData.UriParser.ODataPathSegment> -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (segments As IEnumerable(Of ODataPathSegment))

Parametry

segments
IEnumerable<ODataPathSegment>

Seznam segmentů v cestě.

Výjimky

Vyvolá se, pokud tento seznam segmentů neodpovídá požadavkům na $expand

Platí pro