ODataPathTemplate 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
ODataPathTemplate(ODataSegmentTemplate[]) |
Inicjuje nowe wystąpienie klasy ODataPathTemplate. |
ODataPathTemplate(IEnumerable<ODataSegmentTemplate>) |
Inicjuje nowe wystąpienie klasy ODataPathTemplate. |
ODataPathTemplate(IList<ODataSegmentTemplate>) |
Inicjuje nowe wystąpienie klasy ODataPathTemplate. |
ODataPathTemplate(ODataSegmentTemplate[])
Inicjuje nowe wystąpienie klasy ODataPathTemplate.
public ODataPathTemplate (params Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (ParamArray segments As ODataSegmentTemplate())
Parametry
- segments
- ODataSegmentTemplate[]
Szablony segmentów ścieżki dla ścieżki.
Dotyczy
ODataPathTemplate(IEnumerable<ODataSegmentTemplate>)
Inicjuje nowe wystąpienie klasy ODataPathTemplate.
public ODataPathTemplate (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : seq<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IEnumerable(Of ODataSegmentTemplate))
Parametry
- segments
- IEnumerable<ODataSegmentTemplate>
Szablony segmentów ścieżki dla ścieżki.
Dotyczy
ODataPathTemplate(IList<ODataSegmentTemplate>)
Inicjuje nowe wystąpienie klasy ODataPathTemplate.
public ODataPathTemplate (System.Collections.Generic.IList<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : System.Collections.Generic.IList<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IList(Of ODataSegmentTemplate))
Parametry
- segments
- IList<ODataSegmentTemplate>
Segmenty ścieżki dla ścieżki.