OperationSegmentTemplate 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 OperationSegment.
public class OperationSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type OperationSegmentTemplate = class
inherit ODataPathSegmentTemplate
Public Class OperationSegmentTemplate
Inherits ODataPathSegmentTemplate
- Inheritance
Constructors
OperationSegmentTemplate(OperationSegment) |
Initializes a new instance of the OperationSegmentTemplate class. |
Properties
ParameterMappings |
Gets the dictionary representing the mappings from the parameter names in the current function segment to the parameter names in route data. |
Segment |
Gets or sets the operation segment. |
Methods
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Matches the template with an ODataPathSegment. |