Share via


IEdmDeltaDeletedResourceObject Interface

Definition

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeletedResource.

public interface IEdmDeltaDeletedResourceObject : Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject
type IEdmDeltaDeletedResourceObject = interface
    interface IEdmChangedObject
    interface IEdmObject
Public Interface IEdmDeltaDeletedResourceObject
Implements IEdmChangedObject
Derived
Implements

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.

Kind

DeltaKind for the objects part of the DeltaResourceSet Payload. Used to determine which Delta object to create during serialization.

(Inherited from IEdmChangedObject)
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).

Methods

GetEdmType()

Gets the IEdmTypeReference of this instance.

(Inherited from IEdmObject)

Extension Methods

IsDeltaResource(IEdmObject)

Method to determine whether the current Edm object is a Delta resource

Applies to