Udostępnij za pośrednictwem


ODataPath Konstruktory

Definicja

Przeciążenia

ODataPath(ODataPathSegment[])

Inicjuje nowe wystąpienie klasy ODataPath.

ODataPath(IEnumerable<ODataPathSegment>)

Inicjuje nowe wystąpienie klasy ODataPath.

ODataPath(ODataPathSegment[])

Inicjuje nowe wystąpienie klasy ODataPath.

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

Parametry

segments
ODataPathSegment[]

Segmenty ścieżki dla ścieżki.

Dotyczy

ODataPath(IEnumerable<ODataPathSegment>)

Inicjuje nowe wystąpienie klasy ODataPath.

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

Parametry

segments
IEnumerable<ODataPathSegment>

Segmenty ścieżki dla ścieżki.

Dotyczy