Compartir a través de


SingletonSegmentTemplate Clase

Definición

Representa una plantilla que puede coincidir con .SingletonSegment

public class SingletonSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type SingletonSegmentTemplate = class
    inherit ODataPathSegmentTemplate
Public Class SingletonSegmentTemplate
Inherits ODataPathSegmentTemplate
Herencia
SingletonSegmentTemplate

Constructores

SingletonSegmentTemplate(SingletonSegment)

Inicializa una nueva instancia de la clase SingletonSegmentTemplate.

Propiedades

Segment

Obtiene o establece el segmento singleton.

Métodos

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Coincide con la plantilla con .ODataPathSegment

Se aplica a