C# 클래스 NinjaCoder.MvvmCross.Controllers.NugetPackagesController

Defines the NugetPackagesController type.
상속: NinjaCoder.MvvmCross.Controllers.BaseController
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
PopulateNugetActions ( NugetPackagesBaseViewModel viewModel ) : void

Populates the nuget actions.

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

Processes the specified form.

메소드 상세

NugetPackagesController() 공개 메소드

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.
리턴 System.Collections.Generic

Run() 공개 메소드

Runs this instance.
public Run ( ) : void
리턴 void