NavigationPropertySegmentTemplate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |