Share via


ODataDeltaDeletedLink Class

Definition

Represents a deleted link in delta response.

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

Constructors

ODataDeltaDeletedLink(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