The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.OData Assembly:
System.Web.Http.OData (in System.Web.Http.OData.dll)
public abstract class Delta : 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, Object[], Object) TryDeleteIndex(DeleteIndexBinder, Object[]) TryDeleteMember(DeleteMemberBinder) TryGetIndex(GetIndexBinder, 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, Object[], Object) TryInvokeMember(InvokeMemberBinder, Object[], Object) TrySetIndex(SetIndexBinder, 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