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

Inheritance: BSkyCommandBase
Show file Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

Method Description
GetInstalledRPacakges ( ) : List

Protected Methods

Method Description
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void

Method Details

GetInstalledRPacakges() public method

public GetInstalledRPacakges ( ) : List
return List

OnExecute() protected method

protected OnExecute ( object param ) : void
param object
return void

OnPostExecute() protected method

protected OnPostExecute ( object param ) : void
param object
return void

OnPreExecute() protected method

protected OnPreExecute ( object param ) : void
param object
return void