Share via


NavigationLinkBuilder Class

 

Encapsulates a navigation link factory and whether the link factory follows conventions or not.

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

Inheritance Hierarchy

System.Object
  System.Web.OData.Builder.NavigationLinkBuilder

Syntax

public class NavigationLinkBuilder
public ref class NavigationLinkBuilder 
type NavigationLinkBuilder = class end
Public Class NavigationLinkBuilder

Constructors

Name Description
System_CAPS_pubmethod NavigationLinkBuilder(Func<EntityInstanceContext, IEdmNavigationProperty, Uri>, Boolean)

Initializes a new instance of the NavigationLinkBuilder class.

Properties

Name Description
System_CAPS_pubproperty Factory

Gets the navigation link factory for creating navigation links.

System_CAPS_pubproperty FollowsConventions

Gets a value representing whether this factory follows OData conventions or not.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.OData.Builder Namespace

Return to top