PropertyRoutingConvention Class
An implementation of IODataRoutingConvention that handles reading structural properties.
Namespace: System.Web.Http.OData.Routing.Conventions
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Routing.Conventions.EntitySetRoutingConvention
System.Web.Http.OData.Routing.Conventions.PropertyRoutingConvention
Syntax
public class PropertyRoutingConvention : EntitySetRoutingConvention
public ref class PropertyRoutingConvention : EntitySetRoutingConvention
type PropertyRoutingConvention =
class
inherit EntitySetRoutingConvention
end
Public Class PropertyRoutingConvention
Inherits EntitySetRoutingConvention
Constructors
Name | Description | |
---|---|---|
![]() |
PropertyRoutingConvention() |
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>) | (Overrides EntitySetRoutingConvention.SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>).) |
![]() |
SelectController(ODataPath, HttpRequestMessage) | Selects the controller for OData requests.(Inherited from EntitySetRoutingConvention.) |
![]() |
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.Http.OData.Routing.Conventions Namespace
Return to top