C# Класс NinjaCoder.MvvmCross.ViewModels.NugetPackagesBaseViewModel

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

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

Метод Описание
GetNugetActions ( ) : NugetActions

Gets the nuget actions.

Защищенные методы

Метод Описание
GetCategoryNugetPackages ( Plugins plugins, string category ) : ObservableCollection>

Gets the category nuget packages.

GetNugetCommands ( ) : string

Gets the nuget commands.

GetPlugins ( ) : Plugins

Gets the plugins.

GetPlugins ( string uri ) : Plugins

Gets the plugins.

GetRequiredNugetPackages ( ) : IEnumerable

Gets the required nuget packages.

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

Gets the route modifier.

NugetPackagesBaseViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory ) : System

Initializes a new instance of the NugetPackagesBaseViewModel class.

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

GetCategoryNugetPackages() защищенный Метод

Gets the category nuget packages.
protected GetCategoryNugetPackages ( Plugins plugins, string category ) : ObservableCollection>
plugins Plugins The plugins.
category string The category.
Результат ObservableCollection>

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

Gets the nuget actions.
public GetNugetActions ( ) : NugetActions
Результат NugetActions

GetNugetCommands() защищенный Метод

Gets the nuget commands.
protected GetNugetCommands ( ) : string
Результат string

GetPlugins() защищенный Метод

Gets the plugins.
protected GetPlugins ( ) : Plugins
Результат Plugins

GetPlugins() защищенный Метод

Gets the plugins.
protected GetPlugins ( string uri ) : Plugins
uri string The URI.
Результат Plugins

GetRequiredNugetPackages() защищенный Метод

Gets the required nuget packages.
protected GetRequiredNugetPackages ( ) : IEnumerable
Результат IEnumerable

GetRouteModifier() защищенный Метод

Gets the route modifier.
protected GetRouteModifier ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
Результат Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

NugetPackagesBaseViewModel() защищенный Метод

Initializes a new instance of the NugetPackagesBaseViewModel class.
protected NugetPackagesBaseViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory ) : System
settingsService ISettingsService The settings service.
pluginsService IPluginsService The plugins service.
projectFactory IProjectFactory The project factory.
pluginFactory IPluginFactory The plugin factory.
Результат System