NavigationLinkBuilder Class
Encapsulates a navigation link factory and whether the link factory follows conventions or not.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | NavigationLinkBuilder(Func<EntityInstanceContext^, IEdmNavigationProperty^, Uri^>^, Boolean) | Initializes a new instance of the NavigationLinkBuilder class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


