Partager via


PathTemplateSegmentTemplate Classe

Définition

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

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

Constructeurs

PathTemplateSegmentTemplate(PathTemplateSegment)

Initialise une nouvelle instance de la classe PathTemplateSegmentTemplate.

Propriétés

PropertyName

Nom du paramètre de la propriété dynamique.

SegmentName

Obtient le nom du segment

TemplateSegment

Nom du paramètre de la propriété dynamique.

Méthodes

TryMatch(ODataPathSegment, IDictionary<String,Object>)

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

S’applique à