C# Class Adroit.Data.Commands.AddTaskCommand

Inheritance: ICommand
Afficher le fichier Open project: chergert/adroit Class Usage Examples

Méthodes publiques

Méthode Description
AddTaskCommand ( Task task, IStorage storage ) : System
Chain ( ICommand command ) : bool
Do ( ) : void
Undo ( ) : void

Method Details

AddTaskCommand() public méthode

public AddTaskCommand ( Task task, IStorage storage ) : System
task Adroit.Data.Task
storage IStorage
Résultat System

Chain() public méthode

public Chain ( ICommand command ) : bool
command ICommand
Résultat bool

Do() public méthode

public Do ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void