NavigationSourceRoutingConvention Class
An implementation of IODataRoutingConvention that handles navigation sources (entity sets or singletons)
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.ActionRoutingConvention
System.Web.OData.Routing.Conventions.DynamicPropertyRoutingConvention
System.Web.OData.Routing.Conventions.EntityRoutingConvention
System.Web.OData.Routing.Conventions.EntitySetRoutingConvention
System.Web.OData.Routing.Conventions.FunctionRoutingConvention
System.Web.OData.Routing.Conventions.NavigationRoutingConvention
System.Web.OData.Routing.Conventions.PropertyRoutingConvention
System.Web.OData.Routing.Conventions.RefRoutingConvention
System.Web.OData.Routing.Conventions.SingletonRoutingConvention
System.Web.OData.Routing.Conventions.UnmappedRequestRoutingConvention
Syntax
public abstract class NavigationSourceRoutingConvention : IODataRoutingConvention
public ref class NavigationSourceRoutingConvention abstract : IODataRoutingConvention
[<AbstractClass>]
type NavigationSourceRoutingConvention =
class
interface IODataRoutingConvention
end
Public MustInherit Class NavigationSourceRoutingConvention
Implements IODataRoutingConvention
Constructors
Name | Description | |
---|---|---|
NavigationSourceRoutingConvention() |
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>) | Selects the action for OData requests. |
|
SelectController(ODataPath, HttpRequestMessage) | Selects the controller for OData requests. |
|
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