Share via


ODataEntityReferenceLink Class

 

Represents an entity reference link (the result of a $link query).

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataAnnotatable
    Microsoft.OData.Core.ODataItem
      Microsoft.OData.Core.ODataEntityReferenceLink

Syntax

[DebuggerDisplayAttribute("{Url.OriginalString}")]
public sealed class ODataEntityReferenceLink : ODataItem
[DebuggerDisplayAttribute("{Url.OriginalString}")]
public ref class ODataEntityReferenceLink sealed : ODataItem
[<Sealed>]
[<DebuggerDisplayAttribute("{Url.OriginalString}")>]
type ODataEntityReferenceLink = 
    class
        inherit ODataItem
    end
<DebuggerDisplayAttribute("{Url.OriginalString}")>
Public NotInheritable Class ODataEntityReferenceLink
    Inherits ODataItem

Constructors

Name Description
System_CAPS_pubmethod ODataEntityReferenceLink()

Initializes a new instance of the ODataEntityReferenceLink class.

Properties

Name Description
System_CAPS_pubproperty Url

Gets or sets the URI representing the URL of the referenced entity.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetAnnotation<T>()

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

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetAnnotation<T>(T)

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.OData.Core Namespace

Return to top