Share via


NavigationPropertyLinkSegmentTemplate Class

Definition

Represents a template that can match a NavigationPropertyLinkSegment.

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

Constructors

NavigationPropertyLinkSegmentTemplate(NavigationPropertyLinkSegment)

Initializes a new instance of the NavigationPropertyLinkSegmentTemplate class.

Properties

Segment

Gets or sets the navigation property link segment.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to