ODataNavigationLink Class
Represents a single link.
System::Object
Microsoft.Data.OData::ODataAnnotatable
Microsoft.Data.OData::ODataItem
Microsoft.Data.OData::ODataNavigationLink
Microsoft.Data.OData::ODataAnnotatable
Microsoft.Data.OData::ODataItem
Microsoft.Data.OData::ODataNavigationLink
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
The ODataNavigationLink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssociationLinkUrl | The association link URL for this navigation link. |
![]() | IsCollection | Gets or sets a value that indicates whether the navigation link represents a collection or an entry. |
![]() | Name | Gets or sets the name of the link. |
![]() | Url | Gets or sets the URI representing the Unified Resource Locator (URL) of the link. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Atom | Determines an extension method to get the AtomLinkMetadata for an annotatable navigation link. (Defined by ExtensionMethods.) |
Show:
