C# Class Orc.NuGetExplorer.Example.ViewModels.MainViewModel

Inheritance: Catel.MVVM.ViewModelBase
显示文件 Open project: WildGums/Orc.NuGetExplorer

Private Properties

Property Type Description
OnAdddPackageSourceCanExecute bool
OnAdddPackageSourceExecute Task
OnCheckForUpdatesExecute Task
OnOpenUpdateWindowCanExecute bool
OnOpenUpdateWindowExecute Task
OnSettingsExecute Task
OnShowExplorerExecute void
OnVerifyFeedCanExecute bool
OnVerifyFeedExecute Task

Public Methods

Method Description
MainViewModel ( IPackagesUIService packagesUiService, IEchoService echoService, INuGetConfigurationService nuGetConfigurationService, INuGetFeedVerificationService feedVerificationService, IMessageService messageService, IPackagesUpdatesSearcherService packagesUpdatesSearcherService, IPackageBatchService packageBatchService, IUIVisualizerService uiVisualizerService ) : System.Collections.ObjectModel

Private Methods

Method Description
OnAdddPackageSourceCanExecute ( ) : bool
OnAdddPackageSourceExecute ( ) : Task
OnCheckForUpdatesExecute ( ) : Task
OnOpenUpdateWindowCanExecute ( ) : bool
OnOpenUpdateWindowExecute ( ) : Task
OnSettingsExecute ( ) : Task
OnShowExplorerExecute ( ) : void

Method to invoke when the ShowExplorer command is executed.

OnVerifyFeedCanExecute ( ) : bool
OnVerifyFeedExecute ( ) : Task

Method Details

MainViewModel() public method

public MainViewModel ( IPackagesUIService packagesUiService, IEchoService echoService, INuGetConfigurationService nuGetConfigurationService, INuGetFeedVerificationService feedVerificationService, IMessageService messageService, IPackagesUpdatesSearcherService packagesUpdatesSearcherService, IPackageBatchService packageBatchService, IUIVisualizerService uiVisualizerService ) : System.Collections.ObjectModel
packagesUiService IPackagesUIService
echoService IEchoService
nuGetConfigurationService INuGetConfigurationService
feedVerificationService INuGetFeedVerificationService
messageService IMessageService
packagesUpdatesSearcherService IPackagesUpdatesSearcherService
packageBatchService IPackageBatchService
uiVisualizerService IUIVisualizerService
return System.Collections.ObjectModel