C# Class GoF.Lexi.Application.Commands.Command

Exibir arquivo Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Protected Properties

Property Type Description
commands List

Public Methods

Method Description
Execute ( ) : void
Undo ( ) : void
Unexecute ( ) : void

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

Undo() public static method

public static Undo ( ) : void
return void

Unexecute() public abstract method

public abstract Unexecute ( ) : void
return void

Property Details

commands protected_oe static_oe property

protected static List commands
return List