SelfLinkBuilder<T> 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.
Encapsulates a self link factory and whether the link factory follows conventions or not.
public class SelfLinkBuilder<T>
type SelfLinkBuilder<'T> = class
Public Class SelfLinkBuilder(Of T)
Type Parameters
- T
The type of the self link generated. This should be String for ID links and Uri for read and edit links.
- Inheritance
-
SelfLinkBuilder<T>
Constructors
SelfLinkBuilder<T>(Func<ResourceContext,T>, Boolean) |
Constructs a new instance of SelfLinkBuilder<T>. |
Properties
Factory |
Gets the factory for generating links. |
FollowsConventions |
Gets a boolean indicating whether the link factory follows OData conventions or not. |