The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EdmModelExtensions Class
Provides extension methods for the IEdmModel interface.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetActionLinkBuilder(IEdmModel^, IEdmFunctionImport^) | Gets the ActionLinkBuilder to be used while generating action links for the given action. |
![]() ![]() | GetEntitySetLinkBuilder(IEdmModel^, IEdmEntitySet^) | Gets the EntitySetLinkBuilderAnnotation to be used while generating self and navigation links for the given entity set. |
![]() ![]() | SetActionLinkBuilder(IEdmModel^, IEdmFunctionImport^, ActionLinkBuilder^) | Sets the ActionLinkBuilder to be used for generating the OData action link for the given action. |
![]() ![]() | SetEntitySetLinkBuilder(IEdmModel^, IEdmEntitySet^, EntitySetLinkBuilderAnnotation^) | Sets the EntitySetLinkBuilderAnnotation to be used while generating self and navigation links for the given entity set. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

