ODataNavigationLink Class

 

Represents a single link.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

System::Object
  Microsoft.OData.Core::ODataAnnotatable
    Microsoft.OData.Core::ODataItem
      Microsoft.OData.Core::ODataNavigationLink

[DebuggerDisplayAttribute("{Name}")]
public ref class ODataNavigationLink sealed : ODataItem

NameDescription
System_CAPS_pubmethodODataNavigationLink()

Initializes a new instance of the ODataNavigationLink class.

NameDescription
System_CAPS_pubpropertyAssociationLinkUrl

Gets or sets the association link URL for this navigation link.

System_CAPS_pubpropertyIsCollection

Gets or sets a value that indicates whether the navigation link represents a collection or an entry.

System_CAPS_pubpropertyName

Gets or sets the name of the link.

System_CAPS_pubpropertyUrl

Gets or sets the URI representing the Unified Resource Locator (URL) of the link.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetAnnotation<T>()

Gets or sets the annotation by type.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetAnnotation<T>(T)

Sets an annotation of type T.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAtom()

Overloaded. Determines an extension method to get the AtomLinkMetadata for an annotatable navigation link.(Defined by ExtensionMethods.)

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: