IRevertibleChangeTracking Interface
.NET Framework (current version)
Provides support for rolling back the changes
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | IsChanged | Gets the object's changed status.(Inherited from IChangeTracking.) |
| Name | Description | |
|---|---|---|
![]() | AcceptChanges() | Resets the object’s state to unchanged by accepting the modifications.(Inherited from IChangeTracking.) |
![]() | RejectChanges() | Resets the object’s state to unchanged by rejecting the modifications. |
The IRevertibleChangeTracking extends IChangeTracking by adding support for rolling back the changes.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show:

