ODataPathSegmentTemplate<T> Class

Definition

Represents a template that can match a general path segment.

public class ODataPathSegmentTemplate<T> : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate where T : ODataPathSegment
type ODataPathSegmentTemplate<'T (requires 'T :> ODataPathSegment)> = class
    inherit ODataPathSegmentTemplate
Public Class ODataPathSegmentTemplate(Of T)
Inherits ODataPathSegmentTemplate

Type Parameters

T
Inheritance
ODataPathSegmentTemplate<T>

Constructors

ODataPathSegmentTemplate<T>()

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to