Partager via


SingletonSegmentTemplate Classe

Définition

Représente un modèle qui peut correspondre à un SingletonSegment.

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

Constructeurs

SingletonSegmentTemplate(SingletonSegment)

Initialise une nouvelle instance de la classe SingletonSegmentTemplate.

Propriétés

Segment

Obtient ou définit le segment singleton.

Méthodes

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Correspond au modèle avec un ODataPathSegment.

S’applique à