PathTemplateSegmentTemplate 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 PathTemplateSegment.
public class PathTemplateSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type PathTemplateSegmentTemplate = class
inherit ODataPathSegmentTemplate
Public Class PathTemplateSegmentTemplate
Inherits ODataPathSegmentTemplate
- Inheritance
Constructors
PathTemplateSegmentTemplate(PathTemplateSegment) |
Initializes a new instance of the PathTemplateSegmentTemplate class. |
Properties
PropertyName |
The parameter name of the dynamic property. |
SegmentName |
Gets the segment name |
TemplateSegment |
The parameter name of the dynamic property. |
Methods
TryMatch(ODataPathSegment, IDictionary<String,Object>) |