NavigationLinkBuilder Class
Encapsulates a navigation link factory and whether the link factory follows conventions or not.
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.NavigationLinkBuilder
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Class NavigationLinkBuilder
'Usage
Dim instance As NavigationLinkBuilder
public class NavigationLinkBuilder
public ref class NavigationLinkBuilder
type NavigationLinkBuilder = class end
public class NavigationLinkBuilder
The NavigationLinkBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NavigationLinkBuilder | Initializes a new instance of the NavigationLinkBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
Factory | Gets the navigation link factory for creating navigation links. | |
FollowsConventions | Gets a value representing whether this factory follows OData conventions or not. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.