Share via


PathTemplateSegmentTemplate Class

Definition

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
PathTemplateSegmentTemplate

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>)

Applies to