An abstract base implementation of IUndoUnit.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class AbstractUndoUnit : IUndoUnit, 
	IDisposable
Visual Basic
Public MustInherit Class AbstractUndoUnit _
	Implements IUndoUnit, IDisposable

Remarks

Subclasses need to override UndoImpl()()()() and RedoImpl()()()(), only.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..AbstractUndoUnit
    yWorks.Support..::..DelegateUndoUnit<(Of <(<'T>)>)>
    yWorks.Support..::..MementoUndoUnit

See Also