Partager via


NavigationPropertySegmentTemplate Classe

Définition

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

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

Constructeurs

NavigationPropertySegmentTemplate(NavigationPropertySegment)

Initialise une nouvelle instance de la classe NavigationPropertySegmentTemplate.

Propriétés

Segment

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

Méthodes

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Correspond au modèle avec un ODataPathSegment.

S’applique à