OperationImportSegmentTemplate 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 OperationImportSegment.
public class OperationImportSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type OperationImportSegmentTemplate = class
inherit ODataPathSegmentTemplate
Public Class OperationImportSegmentTemplate
Inherits ODataPathSegmentTemplate
- Inheritance
Constructors
OperationImportSegmentTemplate(OperationImportSegment) |
Initializes a new instance of the OperationImportSegmentTemplate 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 and sets the operation import segment. |
Methods
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Matches the template with an ODataPathSegment. |