Share via


ODataDeltaLink Class

Definition

Represents an added link in delta response.

public sealed class ODataDeltaLink : Microsoft.OData.ODataDeltaLinkBase
type ODataDeltaLink = class
    inherit ODataDeltaLinkBase
Public NotInheritable Class ODataDeltaLink
Inherits ODataDeltaLinkBase
Inheritance

Constructors

ODataDeltaLink(Uri, Uri, String)

Initializes a new ODataDeltaLink.

Properties

Relationship

The name of the relationship property on the parent object.

(Inherited from ODataDeltaLinkBase)
Source

The id of the entity from which the relationship is defined, which may be absolute or relative.

(Inherited from ODataDeltaLinkBase)
Target

The id of the related entity, which may be absolute or relative.

(Inherited from ODataDeltaLinkBase)
TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Extension Methods

SetSerializationInfo(ODataDeltaLinkBase, ODataDeltaSerializationInfo)

Provide additional serialization information to the ODataDeltaWriter for deltalink.

Applies to