Share via


ODataDeltaLinkBase Class

Definition

Represents either an added link or a deleted link in delta response.

public abstract class ODataDeltaLinkBase : Microsoft.OData.ODataItem
type ODataDeltaLinkBase = class
    inherit ODataItem
Public MustInherit Class ODataDeltaLinkBase
Inherits ODataItem
Inheritance
ODataDeltaLinkBase
Derived

Constructors

ODataDeltaLinkBase(Uri, Uri, String)

Initializes a new ODataDeltaLinkBase.

Properties

Relationship

The name of the relationship property on the parent object.

Source

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

Target

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

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