Share via


IODataPathHandler Interface

Definition

Exposes the ability to parse an OData path as an ODataPath and convert an ODataPath into an OData link.

public interface IODataPathHandler
type IODataPathHandler = interface
Public Interface IODataPathHandler
Derived

Properties

UrlKeyDelimiter

Gets or Sets the ODataUrlKeyDelimiter to use while parsing, specifically whether to recognize keys as segments or not.

Methods

Link(ODataPath)

Converts an instance of ODataPath into an OData link.

Parse(String, String, IServiceProvider)

Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path.

Applies to