OperationImportSegmentTemplate Class

Definition

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
OperationImportSegmentTemplate

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.

Applies to