Share via


DynamicPropertyRoutingConvention Class

 

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
System_CAPS_pubmethod DynamicPropertyRoutingConvention()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>)

(Overrides NavigationSourceRoutingConvention.SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>).)

System_CAPS_pubmethod SelectController(ODataPath, HttpRequestMessage)

Selects the controller for OData requests.(Inherited from NavigationSourceRoutingConvention.)

System_CAPS_pubmethod 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