ODataPathTemplate Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ODataPathTemplate(ODataPathSegmentTemplate[]) |
Inicializuje novou instanci ODataPathTemplate třídy. |
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>) |
Inicializuje novou instanci ODataPathTemplate třídy. |
ODataPathTemplate(IList<ODataPathSegmentTemplate>) |
Inicializuje novou instanci ODataPath třídy. |
ODataPathTemplate(ODataPathSegmentTemplate[])
Inicializuje novou instanci ODataPathTemplate třídy.
public ODataPathTemplate (params Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate[] segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate[] -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (ParamArray segments As ODataPathSegmentTemplate())
Parametry
- segments
- ODataPathSegmentTemplate[]
Šablony segmentů cest pro cestu.
Platí pro
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)
Inicializuje novou instanci ODataPathTemplate třídy.
public ODataPathTemplate (System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : seq<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IEnumerable(Of ODataPathSegmentTemplate))
Parametry
- segments
- IEnumerable<ODataPathSegmentTemplate>
Šablony segmentů cest pro cestu.
Platí pro
ODataPathTemplate(IList<ODataPathSegmentTemplate>)
Inicializuje novou instanci ODataPath třídy.
public ODataPathTemplate (System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IList(Of ODataPathSegmentTemplate))
Parametry
- segments
- IList<ODataPathSegmentTemplate>
Segmenty cesty pro cestu.