Partager via


PropertySegmentTemplate Classe

Définition

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

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

Constructeurs

PropertySegmentTemplate(PropertySegment)

Initialise une nouvelle instance de la classe PropertySegmentTemplate.

Propriétés

Segment

Obtient ou définit le segment de propriété.

Méthodes

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Correspond au modèle avec un ODataPathSegment.

S’applique à