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)

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

[DebuggerDisplayAttribute("{Url.OriginalString}")]
public ref class ODataEntityReferenceLink sealed : ODataItem

NameDescription
System_CAPS_pubmethodODataEntityReferenceLink()

Initializes a new instance of the ODataEntityReferenceLink class.

NameDescription
System_CAPS_pubpropertyUrl

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetAnnotation<T>()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetAnnotation<T>(T)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: