Share via


DefaultODataPathHandler.ParseAtEntity Method (IEdmModel, ODataPathSegment, IEdmType, String)

 

Parses the next OData path segment following an entity.

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

Syntax

protected virtual ODataPathSegment ParseAtEntity(
    IEdmModel model,
    ODataPathSegment previous,
    IEdmType previousEdmType,
    string segment
)
protected:
virtual ODataPathSegment^ ParseAtEntity(
    IEdmModel^ model,
    ODataPathSegment^ previous,
    IEdmType^ previousEdmType,
    String^ segment
)
abstract ParseAtEntity : 
        model:IEdmModel *
        previous:ODataPathSegment *
        previousEdmType:IEdmType *
        segment:string -> ODataPathSegment
override ParseAtEntity : 
        model:IEdmModel *
        previous:ODataPathSegment *
        previousEdmType:IEdmType *
        segment:string -> ODataPathSegment
Protected Overridable Function ParseAtEntity (
    model As IEdmModel,
    previous As ODataPathSegment,
    previousEdmType As IEdmType,
    segment As String
) As ODataPathSegment

Parameters

Return Value

Type: System.Web.Http.OData.Routing.ODataPathSegment

A parsed representation of the segment.

See Also

DefaultODataPathHandler Class
System.Web.Http.OData.Routing Namespace

Return to top