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)

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

public ref class DefaultODataPathHandler : IODataPathHandler

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_pubmethodLink(ODataPath^)

Converts an instance of ODataPath into an OData link.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParse(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_protmethodParseAtCollection(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

Parses the next OData path segment following a collection.

System_CAPS_protmethodParseAtComplex(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

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

System_CAPS_protmethodParseAtEntity(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

Parses the next OData path segment following an entity.

System_CAPS_protmethodParseAtEntityCollection(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

Parses the next OData path segment following an entity collection.

System_CAPS_protmethodParseAtPrimitiveProperty(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

Parses the next OData path segment following a primitive property.

System_CAPS_protmethodParseEntrySegment(IEdmModel^, String^)

Parses the first OData segment following the service base URI.

System_CAPS_protmethodParseNextSegment(IEdmModel^, ODataPathSegment^, IEdmType^, String^)

Parses the next OData path segment.

System_CAPS_protmethodParseSegments(String^)

Parses the OData path into segments.

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: