C# Class MonoHotDraw.Commands.ChangeAttributeCommand

Inheritance: MonoHotDraw.Commands.AbstractCommand
Datei anzeigen Open project: mono/monohotdraw

Public Methods

Method Description
ChangeAttributeCommand ( string name, FigureAttribute attribute, object value, IDrawingEditor editor ) : System
Execute ( ) : void

Protected Methods

Method Description
CreateUndoActivity ( ) : IUndoActivity

Method Details

ChangeAttributeCommand() public method

public ChangeAttributeCommand ( string name, FigureAttribute attribute, object value, IDrawingEditor editor ) : System
name string
attribute FigureAttribute
value object
editor IDrawingEditor
return System

CreateUndoActivity() protected method

protected CreateUndoActivity ( ) : IUndoActivity
return IUndoActivity

Execute() public method

public Execute ( ) : void
return void