C# Class BlueSky.Commands.Tools.Package.ShowInstalledPackagesCommand

Inheritance: BSkyCommandBase
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Méthodes publiques

Méthode Description
GetInstalledRPacakges ( ) : List

Méthodes protégées

Méthode Description
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void

Method Details

GetInstalledRPacakges() public méthode

public GetInstalledRPacakges ( ) : List
Résultat List

OnExecute() protected méthode

protected OnExecute ( object param ) : void
param object
Résultat void

OnPostExecute() protected méthode

protected OnPostExecute ( object param ) : void
param object
Résultat void

OnPreExecute() protected méthode

protected OnPreExecute ( object param ) : void
param object
Résultat void