Delta Class
A class the tracks changes (i.e. the Delta) for an entity.
Assembly: System.Web.OData (in System.Web.OData.dll)
System.Dynamic::DynamicObject
System.Web.OData::Delta
System.Web.OData::EdmStructuredObject
System.Web.OData::TypedDelta
| Name | Description | |
|---|---|---|
![]() | Delta() |
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the Delta and resets the underlying Entity. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetChangedPropertyNames() | Returns the Properties that have been modified through this Delta as an enumeration of Property Names |
![]() | GetDynamicMemberNames() | (Inherited from DynamicObject.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMetaObject(Expression^) | (Inherited from DynamicObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUnchangedPropertyNames() | Returns the Properties that have not been modified through this Delta as an enumeration of Property Names |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryBinaryOperation(BinaryOperationBinder^, Object^, Object^) | (Inherited from DynamicObject.) |
![]() | TryConvert(ConvertBinder^, Object^) | (Inherited from DynamicObject.) |
![]() | TryCreateInstance(CreateInstanceBinder^, array<Object^>^, Object^) | (Inherited from DynamicObject.) |
![]() | TryDeleteIndex(DeleteIndexBinder^, array<Object^>^) | (Inherited from DynamicObject.) |
![]() | TryDeleteMember(DeleteMemberBinder^) | (Inherited from DynamicObject.) |
![]() | TryGetIndex(GetIndexBinder^, array<Object^>^, Object^) | (Inherited from DynamicObject.) |
![]() | TryGetMember(GetMemberBinder^, Object^) | Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got. (Overrides DynamicObject::TryGetMember(GetMemberBinder^, Object^).) |
![]() | TryGetPropertyType(String^, Type^) | |
![]() | TryGetPropertyValue(String^, Object^) | Attempts to get the value of the Property called name from the underlying Entity. Only properties that exist on Entity can be retrieved. Both modified and unmodified properties can be retrieved. |
![]() | TryInvoke(InvokeBinder^, array<Object^>^, Object^) | (Inherited from DynamicObject.) |
![]() | TryInvokeMember(InvokeMemberBinder^, array<Object^>^, Object^) | (Inherited from DynamicObject.) |
![]() | TrySetIndex(SetIndexBinder^, array<Object^>^, Object^) | (Inherited from DynamicObject.) |
![]() | TrySetMember(SetMemberBinder^, Object^) | Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set. (Overrides DynamicObject::TrySetMember(SetMemberBinder^, Object^).) |
![]() | TrySetPropertyValue(String^, Object^) | Attempts to set the Property called name to the value specified. Only properties that exist on Entity can be set. If there is a type mismatch the request will fail. |
![]() | TryUnaryOperation(UnaryOperationBinder^, Object^) | (Inherited from DynamicObject.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

