System.Web.OData.Routing.Conventions Namespace

 

Classes

Class Description
System_CAPS_pubclass ActionRoutingConvention

An implementation of IODataRoutingConvention that handles action invocations.

System_CAPS_pubclass AttributeRoutingConvention

Represents a routing convention that looks for ODataRouteAttributes to match an ODataPath to a controller and an action.

System_CAPS_pubclass DynamicPropertyRoutingConvention

An implementation of IODataRoutingConvention that handles dynamic properties for open type.

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 FunctionRoutingConvention

An implementation of IODataRoutingConvention that handles function invocations.

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 NavigationSourceRoutingConvention

An implementation of IODataRoutingConvention that handles navigation sources (entity sets or singletons)

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 RefRoutingConvention

An implementation of IODataRoutingConvention that handles entity reference manipulations.

System_CAPS_pubclass SingletonRoutingConvention

An implementation of IODataRoutingConvention that handles the singleton.

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