C# Class NinjaCoder.MvvmCross.ViewModels.NugetPackagesBaseViewModel

Defines the NugetPackagesBaseViewModel type.
Inheritance: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
GetNugetActions ( ) : NugetActions

Gets the nuget actions.

Protected Methods

Method Description
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.

Method Details

GetCategoryNugetPackages() protected method

Gets the category nuget packages.
protected GetCategoryNugetPackages ( Plugins plugins, string category ) : ObservableCollection>
plugins Plugins The plugins.
category string The category.
return ObservableCollection>

GetNugetActions() public method

Gets the nuget actions.
public GetNugetActions ( ) : NugetActions
return NugetActions

GetNugetCommands() protected method

Gets the nuget commands.
protected GetNugetCommands ( ) : string
return string

GetPlugins() protected method

Gets the plugins.
protected GetPlugins ( ) : Plugins
return Plugins

GetPlugins() protected method

Gets the plugins.
protected GetPlugins ( string uri ) : Plugins
uri string The URI.
return Plugins

GetRequiredNugetPackages() protected method

Gets the required nuget packages.
protected GetRequiredNugetPackages ( ) : IEnumerable
return IEnumerable

GetRouteModifier() protected method

Gets the route modifier.
protected GetRouteModifier ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
return Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

NugetPackagesBaseViewModel() protected method

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.
return System