Compartir a través de


ODataPathSegmentTemplate<T> Clase

Definición

Representa una plantilla que puede coincidir con un segmento de ruta de acceso general.

public class ODataPathSegmentTemplate<T> : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate where T : ODataPathSegment
type ODataPathSegmentTemplate<'T (requires 'T :> ODataPathSegment)> = class
    inherit ODataPathSegmentTemplate
Public Class ODataPathSegmentTemplate(Of T)
Inherits ODataPathSegmentTemplate

Parámetros de tipo

T
Herencia
ODataPathSegmentTemplate<T>

Constructores

ODataPathSegmentTemplate<T>()

Representa una plantilla que puede coincidir con un segmento de ruta de acceso general.

Métodos

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Coincide con la plantilla con .ODataPathSegment

Se aplica a