Share via


EntitySetSegmentTemplate Class

Definition

Represents a template that can match a EntitySetSegment.

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

Constructors

EntitySetSegmentTemplate(EntitySetSegment)

Initializes a new instance of the EntitySetSegmentTemplate class.

Properties

Segment

Gets or sets the entity set segment.

Methods

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Matches the template with an ODataPathSegment.

Applies to