Share via


ODataPathExtensions Class

Definition

Extension methods for ODataPath.

public static class ODataPathExtensions
type ODataPathExtensions = class
Public Module ODataPathExtensions
Inheritance
ODataPathExtensions

Methods

GetEdmType(ODataPath)

Computes the IEdmType of the resource identified by this ODataPath.

GetNavigationSource(ODataPath)

Computes the IEdmNavigationSource of the resource identified by this ODataPath.

GetPathString(IList<ODataPathSegment>)

Get the string representation of ODataPath mainly translate Context Url path.

GetPathString(ODataPath)

Get the string representation of ODataPath mainly translate Context Url path.

IsStreamPropertyPath(ODataPath)

Gets a boolean value indicating whether the given path is a stream property path.

Applies to