Partager via


ODataPathTemplate Constructeurs

Définition

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.

S’applique à