Udostępnij za pośrednictwem


ODataPathTemplate Konstruktory

Definicja

Przeciążenia

ODataPathTemplate(ODataPathSegmentTemplate[])

Inicjuje nowe wystąpienie klasy ODataPathTemplate.

ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)

Inicjuje nowe wystąpienie klasy ODataPathTemplate.

ODataPathTemplate(IList<ODataPathSegmentTemplate>)

Inicjuje nowe wystąpienie klasy ODataPath.

ODataPathTemplate(ODataPathSegmentTemplate[])

Inicjuje nowe wystąpienie klasy 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())

Parametry

segments
ODataPathSegmentTemplate[]

Szablony segmentów ścieżki dla ścieżki.

Dotyczy

ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)

Inicjuje nowe wystąpienie klasy 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))

Parametry

segments
IEnumerable<ODataPathSegmentTemplate>

Szablony segmentów ścieżki dla ścieżki.

Dotyczy

ODataPathTemplate(IList<ODataPathSegmentTemplate>)

Inicjuje nowe wystąpienie klasy 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))

Parametry

segments
IList<ODataPathSegmentTemplate>

Segmenty ścieżki dla ścieżki.

Dotyczy