NavigationLinkBuilder Class
Encapsulates a navigation link factory and whether the link factory follows conventions or not.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.NavigationLinkBuilder
Syntax
public class NavigationLinkBuilder
public ref class NavigationLinkBuilder
type NavigationLinkBuilder = class end
Public Class NavigationLinkBuilder
Constructors
Name | Description | |
---|---|---|
NavigationLinkBuilder(Func<EntityInstanceContext, IEdmNavigationProperty, Uri>, Boolean) | Initializes a new instance of the NavigationLinkBuilder class. |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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.Http.OData.Builder Namespace
Return to top