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

 

ClassDescription
System_CAPS_pubclassActionRoutingConvention

An implementation of IODataRoutingConvention that handles action invocations.

System_CAPS_pubclassEntityRoutingConvention

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

System_CAPS_pubclassEntitySetRoutingConvention

An implementation of IODataRoutingConvention that handles entity sets.

System_CAPS_pubclassLinksRoutingConvention

An implementation of IODataRoutingConvention that handles link manipulations.

System_CAPS_pubclassMetadataRoutingConvention

An implementation of IODataRoutingConvention that handles OData metadata requests.

System_CAPS_pubclassNavigationRoutingConvention

An implementation of IODataRoutingConvention that handles navigation properties.

System_CAPS_pubclassODataRoutingConventions

Provides helper methods for creating routing conventions.

System_CAPS_pubclassPropertyRoutingConvention

An implementation of IODataRoutingConvention that handles reading structural properties.

System_CAPS_pubclassUnmappedRequestRoutingConvention

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

InterfaceDescription
System_CAPS_pubinterfaceIODataRoutingConvention

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

Return to top
Show: