EdmModelExtensions Class

Definition

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.

Applies to