C# Class MonoHotDraw.Commands.ChangeAttributeCommand.ChangeAttributeUndoActivity

Inheritance: MonoHotDraw.Commands.AbstractUndoActivity
Mostra file Open project: mono/monohotdraw

Public Methods

Method Description
ChangeAttributeUndoActivity ( IDrawingView drawingView, FigureAttribute attribute, object value ) : System
Redo ( ) : bool
Undo ( ) : bool

Private Methods

Method Description
SetOriginalValue ( IFigure figure, object value ) : void

Method Details

ChangeAttributeUndoActivity() public method

public ChangeAttributeUndoActivity ( IDrawingView drawingView, FigureAttribute attribute, object value ) : System
drawingView IDrawingView
attribute FigureAttribute
value object
return System

Redo() public method

public Redo ( ) : bool
return bool

Undo() public method

public Undo ( ) : bool
return bool