UnboundFunctionPathSegmentTemplate Class

 

Represents a template that can match a UnboundFunctionPathSegment.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Routing::ODataPathSegmentTemplate
    System.Web.OData.Routing::UnboundFunctionPathSegmentTemplate

public ref class UnboundFunctionPathSegmentTemplate : ODataPathSegmentTemplate

NameDescription
System_CAPS_pubmethodUnboundFunctionPathSegmentTemplate(UnboundFunctionPathSegment^)

Initializes a new instance of the UnboundFunctionPathSegmentTemplate class.

NameDescription
System_CAPS_pubpropertyParameterMappings

Gets the dictionary representing the mappings from the parameter names in the current function segment to the parameter names in route data.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: