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

Afficher le fichier Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Protected Properties

Свойство Type Description
commands List

Méthodes publiques

Méthode Description
Execute ( ) : void
Undo ( ) : void
Unexecute ( ) : void

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

Undo() public static méthode

public static Undo ( ) : void
Résultat void

Unexecute() public abstract méthode

public abstract Unexecute ( ) : void
Résultat void

Property Details

commands protected_oe static_oe property

protected static List commands
Résultat List