LinkGenerationHelpers Class

 

Contains helper methods for generating OData links that follow OData URL conventions.

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

System::Object
  System.Web.Http.OData.Builder::LinkGenerationHelpers

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGenerateActionLink(EntityInstanceContext^, IEdmFunctionBase^)

Generates an action link following the OData URL conventions for the action action and bound to the entity represented by entityContext.

System_CAPS_pubmethodSystem_CAPS_staticGenerateFeedSelfLink(FeedContext^)

Generates a feed self link following the OData URL conventions for the feed represented by feedContext.

System_CAPS_pubmethodSystem_CAPS_staticGenerateNavigationPropertyLink(EntityInstanceContext^, IEdmNavigationProperty^, Boolean)

Generates a navigation link following the OData URL conventions for the entity represented by entityContext and the given navigation property.

System_CAPS_pubmethodSystem_CAPS_staticGenerateSelfLink(EntityInstanceContext^, Boolean)

Generates a self link following the OData URL conventions for the entity represented by entityContext.

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: