C# Class FdoUtil.RunTaskCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : int
RunTaskCommand ( string file ) : System
RunTaskCommand ( string file, string tasks ) : System

Private Methods

Méthode Description
GenerateLogFileName ( string prefix ) : string
LogErrors ( List errors, string file ) : void

Method Details

Execute() public méthode

public Execute ( ) : int
Résultat int

RunTaskCommand() public méthode

public RunTaskCommand ( string file ) : System
file string
Résultat System

RunTaskCommand() public méthode

public RunTaskCommand ( string file, string tasks ) : System
file string
tasks string
Résultat System