ODataPathRouteConstraint Class

 

An implementation of IHttpRouteConstraint that only matches OData paths.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Routing::ODataPathRouteConstraint

public ref class ODataPathRouteConstraint : IHttpRouteConstraint

NameDescription
System_CAPS_pubpropertyEdmModel

Gets the EDM model to use for parsing the path.

System_CAPS_pubpropertyPathHandler

Gets the OData path handler to use for parsing.

System_CAPS_pubpropertyRouteName

Gets the name of the route this constraint is associated with.

System_CAPS_pubpropertyRoutingConventions

Gets the OData routing conventions to use for selecting the controller name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodMatch(HttpRequestMessage^, IHttpRoute^, String^, IDictionary<String^, Object^>^, HttpRouteDirection)

Determines whether this instance equals a specified route.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSelectControllerName(ODataPath^, HttpRequestMessage^)

Selects the name of the controller to dispatch the request to.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: