Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An implementation of IODataRoutingConvention that handles dynamic properties for open type.
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.DynamicPropertyRoutingConvention
Syntax
public class DynamicPropertyRoutingConvention : NavigationSourceRoutingConvention
public ref class DynamicPropertyRoutingConvention : NavigationSourceRoutingConvention
type DynamicPropertyRoutingConvention = 
    class
        inherit NavigationSourceRoutingConvention
    end
Public Class DynamicPropertyRoutingConvention
    Inherits NavigationSourceRoutingConvention
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | DynamicPropertyRoutingConvention() | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>) | |
| .jpeg) | SelectController(ODataPath, HttpRequestMessage) | Selects the controller for OData requests.(Inherited from NavigationSourceRoutingConvention.) | 
| .jpeg) | 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