IDelta Interface

 

IDelta allows and tracks changes to an object.

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

public interface class IDelta

NameDescription
System_CAPS_pubmethodClear()

Clears the IDelta.

System_CAPS_pubmethodGetChangedPropertyNames()

Returns the Properties that have been modified through this IDelta as an enumerable of Property Names

System_CAPS_pubmethodGetUnchangedPropertyNames()

Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names

System_CAPS_pubmethodTryGetPropertyType(String^, Type^)

Attempts to get the Type of the Property called name from the underlying Entity.

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^)

Attempts to get the value of the Property called name from the underlying Entity.

System_CAPS_pubmethodTrySetPropertyValue(String^, Object^)

Attempts to set the Property called name to the value specified.

Return to top
Show: