ODataEntityReferenceLink Class

Represents an OData entity reference link.

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

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

The ODataEntityReferenceLink type exposes the following members.

  NameDescription
Public methodODataEntityReferenceLinkCreates a new instance of the ODataEntityReferenceLink class.
Top

  NameDescription
Public propertyUrlGets or sets the URI representing the URL of the referenced entity.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnnotation<T>Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetAnnotation<T>Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodSetSerializationInfoProvide additional serialization information to the ODataMessageWriter for entityReferenceLink. (Defined by ODataObjectModelExtensions.)
Top

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