Class Revertible
- Namespace
- H.Extensions.Revertible
- Assembly
- H.Extensions.Revertible.dll
public class Revertible : IRevertible
- Inheritance
-
Revertible
- Implements
- Inherited Members
- Extension Methods
Constructors
Revertible()
public Revertible()
Revertible(string, object)
public Revertible(string name, object data)
Parameters
Properties
Count
public int Count { get; }
Property Value
Data
public object Data { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
AddAction(Action, Action)
public void AddAction(Action redo, Action undo)
Parameters
Redo()
public void Redo()
Undo()
public void Undo()