EdmModelExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for the IEdmModel interface.
public static class EdmModelExtensions
type EdmModelExtensions = class
Public Module EdmModelExtensions
- Inheritance
-
EdmModelExtensions
Methods
GetNavigationSourceLinkBuilder(IEdmModel, IEdmNavigationSource) |
Gets the NavigationSourceLinkBuilderAnnotation to be used while generating self and navigation links for the given navigation source. |
GetOperationLinkBuilder(IEdmModel, IEdmOperation) |
Gets the OperationLinkBuilder to be used while generating operation links for the given action. |
SetNavigationSourceLinkBuilder(IEdmModel, IEdmNavigationSource, NavigationSourceLinkBuilderAnnotation) |
Sets the NavigationSourceLinkBuilderAnnotation to be used while generating self and navigation links for the given navigation source. |
SetOperationLinkBuilder(IEdmModel, IEdmOperation, OperationLinkBuilder) |
Sets the OperationLinkBuilder to be used for generating the OData operation link for the given operation. |