IEdmChangedObject Interface
Represents an instance of an IEdmChangedObject. Base interface to be implemented by any Delta object required to be part of the DeltaFeed Payload.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | DeltaKind | DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
Show:

