Share via


ODataDeltaDeletedEntry Class

Definition

Represents a deleted entity in delta response.

public sealed class ODataDeltaDeletedEntry : Microsoft.OData.ODataItem
type ODataDeltaDeletedEntry = class
    inherit ODataItem
Public NotInheritable Class ODataDeltaDeletedEntry
Inherits ODataItem
Inheritance
ODataDeltaDeletedEntry

Constructors

ODataDeltaDeletedEntry(String, DeltaDeletedEntryReason)

Initializes a new ODataDeltaDeletedEntry.

Properties

Id

The id of the deleted entity (same as the odata.id returned or computed when calling GET on resource), which may be absolute or relative.

Reason

Optional. Either deleted, if the entity was deleted (destroyed), or changed if the entity was removed from membership in the result (i.e., due to a data change).

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Extension Methods

SetSerializationInfo(ODataDeltaDeletedEntry, ODataDeltaSerializationInfo)

Provide additional serialization information to the ODataDeltaWriter for deltaDeletedEntry.

SetSerializationInfo(ODataDeltaDeletedEntry, ODataResourceSerializationInfo)

Provide additional serialization information to the ODataDeltaWriter for deltaDeletedEntry.

Applies to