ODataNavigationLink Class

Represents a single link.

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

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

The ODataNavigationLink type exposes the following members.

  NameDescription
Public methodODataNavigationLinkInitializes a new instance of the ODataNavigationLink class.
Top

  NameDescription
Public propertyAssociationLinkUrlThe association link URL for this navigation link.
Public propertyIsCollectionGets or sets a value that indicates whether the navigation link represents a collection or an entry.
Public propertyNameGets or sets the name of the link.
Public propertyUrlGets or sets the URI representing the Unified Resource Locator (URL) of the link.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnnotation<T>Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetAnnotation<T>Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodAtomDetermines an extension method to get the AtomLinkMetadata for an annotatable navigation link. (Defined by ExtensionMethods.)
Top

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: