IDelta Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IDelta allows and tracks changes to an object.
public interface IDelta : Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem
type IDelta = interface
interface IDeltaSetItem
Public Interface IDelta
Implements IDeltaSetItem
- Derived
- Implements
Properties
Kind |
Gets the delta item kind. (Inherited from IDeltaSetItem) |
Methods
Clear() |
Clears the IDelta. |
GetChangedPropertyNames() |
Returns the Properties that have been modified through this IDelta as an enumerable of Property Names |
GetUnchangedPropertyNames() |
Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names |
TryGetPropertyType(String, Type) |
Attempts to get the Type of the Property called |
TryGetPropertyValue(String, Object) |
Attempts to get the value of the Property called |
TrySetPropertyValue(String, Object) |
Attempts to set the Property called |