This documentation is archived and is not being maintained.
Delta Class
A class the tracks changes (i.e. the Delta) for an entity.
Namespace:
System.Web.Http.ODataAssembly:
System.Web.Http.OData (in System.Web.Http.OData.dll)
public ref class Delta abstract : DynamicObject, IDelta
| Name | Description |
|---|
 | Delta() | Initializes a new instance of the Delta class. |
| Name | Description |
|---|
 | Clear() | Clears the Delta and resets the underlying Entity. |
 | Equals(Object^) | |
 | Finalize() | |
 | GetChangedPropertyNames() | Returns the Properties that have been modified through this Delta as an enumeration of Property Names |
 | GetDynamicMemberNames() | |
 | GetHashCode() | |
 | GetMetaObject(Expression^) | |
 | GetType() | |
 | GetUnchangedPropertyNames() | Returns the Properties that have not been modified through this Delta as an enumeration of Property Names |
 | MemberwiseClone() | |
 | ToString() | |
 | TryBinaryOperation(BinaryOperationBinder^, Object^, Object^) | |
 | TryConvert(ConvertBinder^, Object^) | |
 | TryCreateInstance(CreateInstanceBinder^, array<Object^>^, Object^) | |
 | TryDeleteIndex(DeleteIndexBinder^, array<Object^>^) | |
 | TryDeleteMember(DeleteMemberBinder^) | |
 | TryGetIndex(GetIndexBinder^, array<Object^>^, Object^) | |
 | TryGetMember(GetMemberBinder^, Object^) | |
 | 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. |
 | TryInvoke(InvokeBinder^, array<Object^>^, Object^) | |
 | TryInvokeMember(InvokeMemberBinder^, array<Object^>^, Object^) | |
 | TrySetIndex(SetIndexBinder^, array<Object^>^, Object^) | |
 | TrySetMember(SetMemberBinder^, Object^) | |
 | TrySetPropertyValue(String^, Object^) | Attempts to set the Property called name to the value specified. |
 | TryUnaryOperation(UnaryOperationBinder^, Object^) | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top