Udostępnij za pośrednictwem


ODataPath Konstruktory

Definicja

Przeciążenia

ODataPath(ODataPathSegment[])

Tworzy nowe wystąpienie ODataPath zawierające podane segmenty.

ODataPath(IEnumerable<ODataPathSegment>)

Tworzy nowe wystąpienie ODataPath zawierające podane segmenty.

ODataPath(ODataPathSegment[])

Tworzy nowe wystąpienie ODataPath zawierające podane segmenty.

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

Parametry

segments
ODataPathSegment[]

Segmenty tworzące ścieżkę.

Wyjątki

Zgłasza wartość , jeśli segmenty wejściowe mają wartość null.

Dotyczy

ODataPath(IEnumerable<ODataPathSegment>)

Tworzy nowe wystąpienie ODataPath zawierające podane segmenty.

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

Parametry

segments
IEnumerable<ODataPathSegment>

Segmenty tworzące ścieżkę.

Wyjątki

Zgłasza wartość , jeśli segmenty wejściowe mają wartość null.

Dotyczy