Share via


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
Public method NavigationLinkBuilder Initializes a new instance of the NavigationLinkBuilder class.

Top

Properties

  Name Description
Public property Factory Gets the navigation link factory for creating navigation links.
Public property FollowsConventions Gets a value representing whether this factory follows OData conventions or not.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.OData.Builder Namespace