C# Class frapid.Commands.Create.CreateTemplate

Inheritance: CreateCommand
Datei anzeigen Open project: frapid/frapid

Public Methods

Method Description
ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
Initialize ( ) : void
Validate ( ) : void

Private Methods

Method Description
CheckInstance ( ) : bool

Method Details

ExecuteCommandAsync() public method

public ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Initialize() public method

public Initialize ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void