C# Класс NinjaCoder.MvvmCross.ViewModels.AddNugetPackages.NugetPackagesViewModel

Defines the NugetPackagesViewModel type.
Наследование: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NugetPackagesViewModel ( IApplicationService applicationService, ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory, ICachingService cachingService ) : System

Initializes a new instance of the NugetPackagesViewModel class.

OnInitialize ( ) : void

Called when [initialize].

OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).

Приватные методы

Метод Описание
DisplayWebPage ( ) : void

Displays the web page.

GetPackages ( NinjaCoder.MvvmCross.Entities.Plugins plugins ) : ObservableCollection>

Gets the packages.

Описание методов

NugetPackagesViewModel() публичный Метод

Initializes a new instance of the NugetPackagesViewModel class.
public NugetPackagesViewModel ( IApplicationService applicationService, ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory, ICachingService cachingService ) : System
applicationService IApplicationService The application service.
settingsService ISettingsService The settings service.
pluginsService IPluginsService The plugins service.
projectFactory IProjectFactory The project factory.
pluginFactory IPluginFactory The plugin factory.
cachingService ICachingService The caching service.
Результат System

OnInitialize() публичный Метод

Called when [initialize].
public OnInitialize ( ) : void
Результат void

OnNext() публичный Метод

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).
public OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
Результат Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier