C# Class frapid.Commands.Create.CreateCommand

Inheritance: ICommand
Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
Execute ( ) : void
ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
Initialize ( ) : void
Validate ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCommandAsync() public abstract méthode

public abstract ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Initialize() public abstract méthode

public abstract Initialize ( ) : void
Résultat void

Validate() public abstract méthode

public abstract Validate ( ) : void
Résultat void