Share via


DefaultODataPathHandler Class

 

Parses an OData path as an ODataPath and converts an ODataPath into an OData link.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Routing.DefaultODataPathHandler

Syntax

public class DefaultODataPathHandler : IODataPathHandler
public ref class DefaultODataPathHandler : IODataPathHandler
type DefaultODataPathHandler = 
    class
        interface IODataPathHandler
    end
Public Class DefaultODataPathHandler
    Implements IODataPathHandler

Constructors

Name Description
System_CAPS_pubmethod DefaultODataPathHandler()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Link(ODataPath)

Converts an instance of ODataPath into an OData link.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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.

System_CAPS_protmethod ParseAtCollection(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment following a collection.

System_CAPS_protmethod ParseAtComplex(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment following a complex-typed segment.

System_CAPS_protmethod ParseAtEntity(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment following an entity.

System_CAPS_protmethod ParseAtEntityCollection(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment following an entity collection.

System_CAPS_protmethod ParseAtPrimitiveProperty(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment following a primitive property.

System_CAPS_protmethod ParseEntrySegment(IEdmModel, String)

Parses the first OData segment following the service base URI.

System_CAPS_protmethod ParseNextSegment(IEdmModel, ODataPathSegment, IEdmType, String)

Parses the next OData path segment.

System_CAPS_protmethod ParseSegments(String)

Parses the OData path into segments.

System_CAPS_pubmethod 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.Http.OData.Routing Namespace

Return to top