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)

System::Object
  System.Web.Http.OData.Builder::NavigationLinkBuilder

public ref class NavigationLinkBuilder 

NameDescription
System_CAPS_pubmethodNavigationLinkBuilder(Func<EntityInstanceContext^, IEdmNavigationProperty^, Uri^>^, Boolean)

Initializes a new instance of the NavigationLinkBuilder class.

NameDescription
System_CAPS_pubpropertyFactory

Gets the navigation link factory for creating navigation links.

System_CAPS_pubpropertyFollowsConventions

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: