C# Class AppHarbor.Commands.DeleteAppCommand

Inheritance: ApplicationCommand
Afficher le fichier Open project: appharbor/appharbor-cli Class Usage Examples

Méthodes publiques

Méthode Description
DeleteAppCommand ( IAppHarborClient appharborClient, IApplicationConfiguration applicationConfiguration )

Méthodes protégées

Méthode Description
InnerExecute ( string arguments ) : void

Method Details

DeleteAppCommand() public méthode

public DeleteAppCommand ( IAppHarborClient appharborClient, IApplicationConfiguration applicationConfiguration )
appharborClient IAppHarborClient
applicationConfiguration IApplicationConfiguration

InnerExecute() protected méthode

protected InnerExecute ( string arguments ) : void
arguments string
Résultat void