ODataPathTemplate Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ODataPathTemplate(ODataPathSegmentTemplate[]) |
Initialise une nouvelle instance de la classe ODataPathTemplate. |
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>) |
Initialise une nouvelle instance de la classe ODataPathTemplate. |
ODataPathTemplate(IList<ODataPathSegmentTemplate>) |
Initialise une nouvelle instance de la classe ODataPath. |
ODataPathTemplate(ODataPathSegmentTemplate[])
Initialise une nouvelle instance de la classe ODataPathTemplate.
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())
Paramètres
- segments
- ODataPathSegmentTemplate[]
Modèles de segment de chemin d'accès pour le chemin d'accès.
S’applique à
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)
Initialise une nouvelle instance de la classe ODataPathTemplate.
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))
Paramètres
- segments
- IEnumerable<ODataPathSegmentTemplate>
Modèles de segment de chemin d'accès pour le chemin d'accès.
S’applique à
ODataPathTemplate(IList<ODataPathSegmentTemplate>)
Initialise une nouvelle instance de la classe ODataPath.
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))
Paramètres
- segments
- IList<ODataPathSegmentTemplate>
Segments de chemin d'accès du chemin d'accès.