Share via


IDelta Interface

Allows and tracks changes to an object.

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Interface IDelta
'Usage
Dim instance As IDelta
public interface IDelta
public interface class IDelta
type IDelta =  interface end
public interface IDelta

The IDelta type exposes the following members.

Methods

  Name Description
Public method Clear Clears the IDelta.
Public method GetChangedPropertyNames Returns the properties that have been modified through this IDelta as an enumerable of property names.
Public method GetUnchangedPropertyNames Returns the properties that have not been modified through this IDelta as an enumerable of property names.
Public method TryGetPropertyType Attempts to get the Type of the property called name from the underlying entity.
Public method TryGetPropertyValue Attempts to get the value of the property called name from the underlying entity.
Public method TrySetPropertyValue Attempts to set the property called name to the value specified.

Top

See Also

Reference

System.Web.Http.OData Namespace