Share via


ODataPathSegmentTemplate Class

Definition

Represents a template that could match an ODataPathSegment.

public abstract class ODataPathSegmentTemplate
type ODataPathSegmentTemplate = class
Public MustInherit Class ODataPathSegmentTemplate
Inheritance
ODataPathSegmentTemplate
Derived

Constructors

ODataPathSegmentTemplate()

Initializes a new instance of the ODataPathSegmentTemplate class.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to