IEditableObject is an interface in the .NET framework to allow objects to be edited by a user.
IEditableObject is an interface in the .NET framework to allow objects to be edited by a user of your program. When the user is finished with its edits, he can confirm the changes to the object or abort. On abort a backup is restored so the original data gets restored.