System.Web.Http.OData.Routing.Conventions Namespace

 

Classes

Class Description
System_CAPS_pubclass ActionRoutingConvention

An implementation of IODataRoutingConvention that handles action invocations.

System_CAPS_pubclass EntityRoutingConvention

An implementation of IODataRoutingConvention that handles operating on entities by key.

System_CAPS_pubclass EntitySetRoutingConvention

An implementation of IODataRoutingConvention that handles entity sets.

System_CAPS_pubclass LinksRoutingConvention

An implementation of IODataRoutingConvention that handles link manipulations.

System_CAPS_pubclass MetadataRoutingConvention

An implementation of IODataRoutingConvention that handles OData metadata requests.

System_CAPS_pubclass NavigationRoutingConvention

An implementation of IODataRoutingConvention that handles navigation properties.

System_CAPS_pubclass ODataRoutingConventions

Provides helper methods for creating routing conventions.

System_CAPS_pubclass PropertyRoutingConvention

An implementation of IODataRoutingConvention that handles reading structural properties.

System_CAPS_pubclass UnmappedRequestRoutingConvention

An implementation of IODataRoutingConvention that always selects the action named HandleUnmappedRequest if that action is present.

Interfaces

Interface Description
System_CAPS_pubinterface IODataRoutingConvention

Provides an abstraction for selecting a controller and an action for OData requests.

Return to top