NavigationPropertySegmentTemplate Class

Definition

Represents a template that can match a NavigationPropertySegment.

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

Constructors

NavigationPropertySegmentTemplate(NavigationPropertySegment)

Initializes a new instance of the NavigationPropertySegmentTemplate class.

Properties

Segment

Gets or sets the navigation property segment.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to