Interface IRevertible
- Namespace
- H.Services.Revertible
- Assembly
- H.Services.Revertible.dll
public interface IRevertible- Extension Methods
Properties
Name
string Name { get; }Property Value
Methods
AddAction(Action, Action)
void AddAction(Action redo, Action undo)Parameters
Redo()
void Redo()Undo()
void Undo()