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 override IEdmType GetEdmType(
IEdmType previousEdmType
)
public:
virtual IEdmType^ GetEdmType(
IEdmType^ previousEdmType
) override
override GetEdmType :
previousEdmType:IEdmType -> IEdmType
Public Overrides 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
MetadataPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top