EdmModelExtensions Class

 

Provides extension methods for the IEdmModel interface.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData::EdmModelExtensions

[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class EdmModelExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetActionLinkBuilder(IEdmModel^, IEdmAction^)

Gets the ActionLinkBuilder to be used while generating action links for the given action.

System_CAPS_pubmethodSystem_CAPS_staticGetNavigationSourceLinkBuilder(IEdmModel^, IEdmNavigationSource^)

Gets the NavigationSourceLinkBuilderAnnotation to be used while generating self and navigation links for the given navigation source.

System_CAPS_pubmethodSystem_CAPS_staticSetActionLinkBuilder(IEdmModel^, IEdmAction^, ActionLinkBuilder^)

Sets the ActionLinkBuilder to be used for generating the OData action link for the given action.

System_CAPS_pubmethodSystem_CAPS_staticSetFunctionLinkBuilder(IEdmModel^, IEdmFunction^, FunctionLinkBuilder^)

Sets the FunctionLinkBuilder to be used for generating the OData function link for the given function.

System_CAPS_pubmethodSystem_CAPS_staticSetNavigationSourceLinkBuilder(IEdmModel^, IEdmNavigationSource^, NavigationSourceLinkBuilderAnnotation^)

Sets the NavigationSourceLinkBuilderAnnotation to be used while generating self and navigation links for the given navigation source.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: