IEdmDeltaLinkBase Interface
Represents an instance of an IEdmChangedObject. Holds the properties necessary to create either ODataDeltaLink or ODataDeltaDeletedLink.
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. (Inherited from IEdmChangedObject.) |
![]() | Relationship | The name of the relationship property on the parent object. |
![]() | Source | The Uri of the entity from which the relationship is defined, which may be absolute or relative. |
![]() | Target | The Uri of the related entity, which may be absolute or relative. |
| 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.) |

