C# Class MonoHotDraw.Commands.ChangeAttributeCommand

Inheritance: MonoHotDraw.Commands.AbstractCommand
Afficher le fichier Open project: mono/monohotdraw

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateUndoActivity ( ) : IUndoActivity

Method Details

ChangeAttributeCommand() public méthode

public ChangeAttributeCommand ( string name, FigureAttribute attribute, object value, IDrawingEditor editor ) : System
name string
attribute FigureAttribute
value object
editor IDrawingEditor
Résultat System

CreateUndoActivity() protected méthode

protected CreateUndoActivity ( ) : IUndoActivity
Résultat IUndoActivity

Execute() public méthode

public Execute ( ) : void
Résultat void