Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the EDM type for this segment.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract IEdmType GetEdmType(
IEdmType previousEdmType
)
public:
virtual IEdmType^ GetEdmType(
IEdmType^ previousEdmType
) abstract
abstract GetEdmType :
previousEdmType:IEdmType -> IEdmType
Public MustOverride Function GetEdmType (
previousEdmType As IEdmType
) As IEdmType
Parameters
previousEdmType
Type: Microsoft.Data.Edm.IEdmTypeThe EDM type of the previous path segment.
Return Value
Type: Microsoft.Data.Edm.IEdmType
The EDM type for this segment.
See Also
ODataPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top