C# Class NinjaCoder.MvvmCross.Controllers.NugetPackagesController

Defines the NugetPackagesController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
NugetPackagesController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, INugetPackagesFactory nugetPackagesFactory ) : System.Collections.Generic

Initializes a new instance of the NugetPackagesController class.

Run ( ) : void

Runs this instance.

Private Methods

Méthode Description
PopulateNugetActions ( NugetPackagesBaseViewModel viewModel ) : void

Populates the nuget actions.

Process ( ApplicationOptionsViewModel applicationOptionsViewModel, NinjaCoderOptionsViewModel ninjaCoderOptionsViewModel, ApplicationSamplesOptionsViewModel applicationSamplesOptionsViewModel, NugetPackagesViewModel nugetPackagesViewModel, XamarinFormsLabsViewModel xamarinFormsLabsViewModel ) : void

Processes the specified form.

Method Details

NugetPackagesController() public méthode

Initializes a new instance of the NugetPackagesController class.
public NugetPackagesController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, INugetPackagesFactory nugetPackagesFactory ) : System.Collections.Generic
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.
nugetPackagesFactory INugetPackagesFactory The nuget packages factory.
Résultat System.Collections.Generic

Run() public méthode

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