Class UndoActions.UndoRemove
"Remove" action for the UndoManager. Can undo and redo ZDO removal.
Implements
Inherited Members
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public class UndoActions.UndoRemove : UndoManager.IUndoAction
Constructors
| Name | Description |
|---|---|
| UndoRemove(IEnumerable<ZDO>) | Create new undo data for ZDO removal operations. Clones all ZDO data to prevent NREs. |
Fields
| Name | Description |
|---|---|
| Data | Current ZDO data of this action. |
Methods
| Name | Description |
|---|---|
| Description() | Description of the executed action. |
| Redo() | Remove stored ZDOs again. |
| RedoMessage() | Success message. |
| Undo() | Recreate stored ZDOs again. |
| UndoMessage() | Success message. |