LinkGenerationHelpers 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.
Contains helper methods for generating OData links that follow OData URL conventions.
public static class LinkGenerationHelpers
type LinkGenerationHelpers = class
Public Module LinkGenerationHelpers
- Inheritance
-
LinkGenerationHelpers
Methods
GenerateActionLink(ResourceContext, IEdmOperation) |
Generates an action link following the OData URL conventions for the action |
GenerateActionLink(ResourceSetContext, IEdmOperation) |
Generates an action link following the OData URL conventions for the action |
GenerateFunctionLink(ResourceContext, IEdmOperation) |
Generates an function link following the OData URL conventions for the function |
GenerateFunctionLink(ResourceSetContext, IEdmOperation) |
Generates a function link following the OData URL conventions for the function |
GenerateNavigationPropertyLink(ResourceContext, IEdmNavigationProperty, Boolean) |
Generates a navigation link following the OData URL conventions for the entity represented by |
GenerateSelfLink(ResourceContext, Boolean) |
Generates a self link following the OData URL conventions for the entity represented by |