BoundFunctionPathSegmentTemplate Class

 

Represents a template that can match a BoundFunctionPathSegment.

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::BoundFunctionPathSegmentTemplate

public ref class BoundFunctionPathSegmentTemplate : ODataPathSegmentTemplate

NameDescription
System_CAPS_pubmethodBoundFunctionPathSegmentTemplate(BoundFunctionPathSegment^)

Initializes a new instance of the BoundFunctionPathSegmentTemplate class.

NameDescription
System_CAPS_pubpropertyFunctionName

Gets the name of the function.

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: