Compartilhar via


ODataPathTemplate Construtores

Definição

Sobrecargas

ODataPathTemplate(ODataPathSegmentTemplate[])

Inicializa uma nova instância da classe ODataPathTemplate.

ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)

Inicializa uma nova instância da classe ODataPathTemplate.

ODataPathTemplate(IList<ODataPathSegmentTemplate>)

Inicializa uma nova instância da classe ODataPath.

ODataPathTemplate(ODataPathSegmentTemplate[])

Inicializa uma nova instância da 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())

Parâmetros

segments
ODataPathSegmentTemplate[]

Os modelos de segmento de caminho para o caminho.

Aplica-se a

ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)

Inicializa uma nova instância da 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))

Parâmetros

segments
IEnumerable<ODataPathSegmentTemplate>

Os modelos de segmento de caminho para o caminho.

Aplica-se a

ODataPathTemplate(IList<ODataPathSegmentTemplate>)

Inicializa uma nova instância da 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))

Parâmetros

segments
IList<ODataPathSegmentTemplate>

Os segmentos de caminho para o caminho.

Aplica-se a