DefaultODataPathHandler Class
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultODataPathHandler() |
| 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^) | Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path. |
![]() | ParseAtCollection(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment following a collection. |
![]() | ParseAtComplex(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment following a complex-typed segment. |
![]() | ParseAtEntity(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment following an entity. |
![]() | ParseAtEntityCollection(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment following an entity collection. |
![]() | ParseAtPrimitiveProperty(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment following a primitive property. |
![]() | ParseEntrySegment(IEdmModel^, String^) | Parses the first OData segment following the service base URI. |
![]() | ParseNextSegment(IEdmModel^, ODataPathSegment^, IEdmType^, String^) | Parses the next OData path segment. |
![]() | ParseSegments(String^) | Parses the OData path into segments. |
![]() | ToString() | (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.

