DynamicSegmentTemplate Class

Definition

Represents a template that can match a DynamicPathSegment.

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

Constructors

DynamicSegmentTemplate(DynamicPathSegment)

Initializes a new instance of the DynamicSegmentTemplate class.

Properties

Segment

Gets or sets the open property segment.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to