Click or drag to resize

IUndoItem Interface

An interface for undo items of the transaction manager. Allows to register own ones for external types, will be called on rollback.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface IUndoItem

The IUndoItem type exposes the following members.

Methods
  NameDescription
Public methodDoUndo
Called on rollback by the transaction manager, in order to undo the effects of some change it was created for.
Top
See Also