Share via


IEdmChangedObject Interface

Definition

Represents an instance of an IEdmChangedObject. Base interface to be implemented by any Delta object required to be part of the DeltaResourceSet Payload.

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

Properties

Kind

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

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