Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an association link.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.ODataAssociationLink
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataAssociationLink _
Inherits ODataAnnotatable
'Usage
Dim instance As ODataAssociationLink
public sealed class ODataAssociationLink : ODataAnnotatable
public ref class ODataAssociationLink sealed : public ODataAnnotatable
[<SealedAttribute>]
type ODataAssociationLink =
class
inherit ODataAnnotatable
end
public final class ODataAssociationLink extends ODataAnnotatable
The ODataAssociationLink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataAssociationLink | Creates a new instance of the ODataAssociationLink class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets or sets the name of the association 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 association 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.