EntitySetSegmentTemplate 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 EntitySetSegment.
public class EntitySetSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type EntitySetSegmentTemplate = class
inherit ODataPathSegmentTemplate
Public Class EntitySetSegmentTemplate
Inherits ODataPathSegmentTemplate
- Inheritance
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. |