Table of Contents

Class IocRevertibleBase<T>

Namespace
H.Services.Revertible
Assembly
H.Services.Revertible.dll
public abstract class IocRevertibleBase<T> : Ioc<T> where T : IRevertibleService

Type Parameters

T
Inheritance
Ioc<T>
IocRevertibleBase<T>
Derived
Inherited Members
Extension Methods

Methods

Commit(Action, Action, string, object, bool)

public static void Commit(Action redo, Action undo, string name = null, object data = null, bool autoDo = true)

Parameters

redo Action
undo Action
name string
data object
autoDo bool