Tanoda
|
Public Member Functions | |
UndoState (IUndo target, string msg) | |
void | Apply () |
override string | ToString () |
Public Attributes | |
string | message |
IUndo | target |
Hashtable | values |
Stores a summary of the action, the target (IUndo inheriting object), and a hashtable of values representing object state at time of undo snapshot.
GILES.Undo.UndoState.UndoState | ( | IUndo | target, |
string | msg | ||
) |
void GILES.Undo.UndoState.Apply | ( | ) |
Reverts the IUndo state by calling IUndo::ApplyState()
override string GILES.Undo.UndoState.ToString | ( | ) |