ODataPathSegmentTemplate<T> 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 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
Constructors
ODataPathSegmentTemplate<T>() |
Methods
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Matches the template with an ODataPathSegment. |