DefaultODataPathHandler Class
Parses an OData path as an ODataPath and converts an ODataPath into an OData link.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Routing.DefaultODataPathHandler
Syntax
public class DefaultODataPathHandler : IODataPathHandler, IODataPathTemplateHandler
public ref class DefaultODataPathHandler : IODataPathHandler,
IODataPathTemplateHandler
type DefaultODataPathHandler =
class
interface IODataPathHandler
interface IODataPathTemplateHandler
end
Public Class DefaultODataPathHandler
Implements IODataPathHandler, IODataPathTemplateHandler
Constructors
Name | Description | |
---|---|---|
DefaultODataPathHandler() |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Link(ODataPath) | Converts an instance of ODataPath into an OData link. |
|
MemberwiseClone() | (Inherited from Object.) |
|
Parse(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. |
|
ParseTemplate(IEdmModel, String) | Parses the specified OData path template as an ODataPathTemplate that can be matched to an ODataPath. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Routing Namespace
Return to top