C# Class NinjaCoder.MvvmCross.Controllers.PluginsController

Defines the PluginsController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
PluginsController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System

Initializes a new instance of the PluginsController class.

Run ( ) : void

Runs this instance.

Private Methods

Méthode Description
Process ( IEnumerable plugins ) : void

Processes the specified form.

Method Details

PluginsController() public méthode

Initializes a new instance of the PluginsController class.
public PluginsController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System
nugetService INugetService The nuget service.
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
resolverService IResolverService The resolver service.
readMeService IReadMeService The read me service.
Résultat System

Run() public méthode

Runs this instance.
public Run ( ) : void
Résultat void