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)

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

public ref class DefaultODataPathHandler : IODataPathHandler, 
	IODataPathTemplateHandler

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^, 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_pubmethodParseTemplate(IEdmModel^, String^)

Parses the specified OData path template as an ODataPathTemplate that can be matched to an ODataPath.

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: