C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddProjects.PluginsViewModel

Defines the PluginsViewModel type.
상속: NugetPackagesBaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
OnInitialize ( ) : void

Called when [initialize].

PluginsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory ) : System.Collections.Generic

Initializes a new instance of the PluginsViewModel class.

비공개 메소드들

메소드 설명
DisplayWikiPage ( ) : void

Displays the wiki page.

GetPlugins ( Plugins plugins, bool includeCommunityPlugins ) : ObservableCollection>

Gets the plugins.

메소드 상세

OnInitialize() 공개 메소드

Called when [initialize].
public OnInitialize ( ) : void
리턴 void

PluginsViewModel() 공개 메소드

Initializes a new instance of the PluginsViewModel class.
public PluginsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
pluginsService IPluginsService The plugins service.
projectFactory IProjectFactory The project factory.
pluginFactory IPluginFactory The plugin factory.
리턴 System.Collections.Generic