Table of Contents

Interface IRevertible

Namespace
H.Services.Revertible
Assembly
H.Services.Revertible.dll
public interface IRevertible
Extension Methods

Properties

Name

string Name { get; }

Property Value

string

Methods

AddAction(Action, Action)

void AddAction(Action redo, Action undo)

Parameters

redo Action
undo Action

Redo()

void Redo()

Undo()

void Undo()