ODataNavigationLink Class
Represents a single link.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public NotInheritable Class ODataNavigationLink _
Inherits ODataItem
'Usage
Dim instance As ODataNavigationLink
public sealed class ODataNavigationLink : ODataItem
public ref class ODataNavigationLink sealed : public ODataItem
[<SealedAttribute>]
type ODataNavigationLink =
class
inherit ODataItem
end
public final class ODataNavigationLink extends ODataItem
The ODataNavigationLink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataNavigationLink | Initializes a new instance of the ODataNavigationLink class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
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.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Atom | Determines an extension method to get the AtomLinkMetadata for an annotatable navigation link. (Defined by ExtensionMethods.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.