FunctionRoutingConvention Class
An implementation of IODataRoutingConvention that handles function invocations.
Namespace: System.Web.OData.Routing.Conventions
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Routing.Conventions.NavigationSourceRoutingConvention
System.Web.OData.Routing.Conventions.FunctionRoutingConvention
Syntax
public class FunctionRoutingConvention : NavigationSourceRoutingConvention
public ref class FunctionRoutingConvention : NavigationSourceRoutingConvention
type FunctionRoutingConvention =
class
inherit NavigationSourceRoutingConvention
end
Public Class FunctionRoutingConvention
Inherits NavigationSourceRoutingConvention
Constructors
Name | Description | |
---|---|---|
FunctionRoutingConvention() |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>) | ||
SelectController(ODataPath, HttpRequestMessage) | Selects the controller for OData requests.(Inherited from NavigationSourceRoutingConvention.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Routing.Conventions Namespace
Return to top