PropertySegmentTemplate Class

Definition

Represents a template that can match a PropertySegment.

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

Constructors

PropertySegmentTemplate(PropertySegment)

Initializes a new instance of the PropertySegmentTemplate class.

Properties

Segment

Gets or sets the property segment.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to