ODataPath Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.