Share via


EntitySetRoutingConvention Class

 

An implementation of IODataRoutingConvention that handles entity sets.

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.ActionRoutingConvention
    System.Web.Http.OData.Routing.Conventions.EntityRoutingConvention
    System.Web.Http.OData.Routing.Conventions.LinksRoutingConvention
    System.Web.Http.OData.Routing.Conventions.NavigationRoutingConvention
    System.Web.Http.OData.Routing.Conventions.PropertyRoutingConvention
    System.Web.Http.OData.Routing.Conventions.UnmappedRequestRoutingConvention

Syntax

public class EntitySetRoutingConvention : IODataRoutingConvention
public ref class EntitySetRoutingConvention : IODataRoutingConvention
type EntitySetRoutingConvention = 
    class
        interface IODataRoutingConvention
    end
Public Class EntitySetRoutingConvention
    Implements IODataRoutingConvention

Constructors

Name Description
System_CAPS_pubmethod EntitySetRoutingConvention()

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>)

Selects the action for OData requests.

System_CAPS_pubmethod SelectController(ODataPath, HttpRequestMessage)

Selects the controller for OData requests.

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.Http.OData.Routing.Conventions Namespace

Return to top