Represents a single memento, a single snapshot of the state of the Memento_TextObject class as represented by the private class Memento_TextObject.Memento. More...
Properties | |
string | Name [get] |
The name of the memento (snapshot). Useful for displaying a list of mementos in an undo list. In this case, the name of each memento is the operation that triggered the creation of the memento. | |
Represents a single memento, a single snapshot of the state of the Memento_TextObject class as represented by the private class Memento_TextObject.Memento.
Definition at line 13 of file Memento.cs.
|
get |
The name of the memento (snapshot). Useful for displaying a list of mementos in an undo list. In this case, the name of each memento is the operation that triggered the creation of the memento.
Implemented in Memento_TextObject.Memento.
Definition at line 21 of file Memento.cs.
Referenced by Memento_Exercise.Memento_Undo(), Visitor_Shop.PickupOrder(), Visitor_Shop.PlaceOrder(), and EntryInformation.ToString().