IEdmDeltaDeletedEntityObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeltaDeletedEntry.
public interface IEdmDeltaDeletedEntityObject : Microsoft.AspNet.OData.IEdmChangedObject
type IEdmDeltaDeletedEntityObject = interface
interface IEdmChangedObject
interface IEdmStructuredObject
interface IEdmObject
Public Interface IEdmDeltaDeletedEntityObject
Implements IEdmChangedObject
- Derived
- Implements
Properties
DeltaKind |
DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. (Inherited from IEdmChangedObject) |
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). |
Methods
GetEdmType() |
Gets the IEdmTypeReference of this instance. (Inherited from IEdmObject) |
TryGetPropertyValue(String, Object) |
Gets the value of the property with the given name. (Inherited from IEdmStructuredObject) |
Extension Methods
IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta Entry |