IODataPathHandler Interface

 

Exposes the ability to parse an OData path as an ODataPath and convert an ODataPath into an OData link.

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

public interface class IODataPathHandler

NameDescription
System_CAPS_pubmethodLink(ODataPath^)

Converts an instance of ODataPath into an OData link.

System_CAPS_pubmethodParse(IEdmModel^, String^, String^)

Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path.

Return to top
Show: