IDelta Interface
IDelta allows and tracks changes to an object.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the IDelta. |
![]() | GetChangedPropertyNames() | Returns the Properties that have been modified through this IDelta as an enumerable of Property Names |
![]() | GetUnchangedPropertyNames() | Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names |
![]() | TryGetPropertyType(String^, Type^) | Attempts to get the Type of the Property called name from the underlying Entity. |
![]() | TryGetPropertyValue(String^, Object^) | Attempts to get the value of the Property called name from the underlying Entity. |
![]() | TrySetPropertyValue(String^, Object^) | Attempts to set the Property called name to the value specified. |
Show:
