C# 클래스 NinjaCoder.MvvmCross.ViewModels.NugetPackagesBaseViewModel

Defines the NugetPackagesBaseViewModel type.
상속: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

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