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

Inheritance: Catel.MVVM.ViewModelBase
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Private Properties

Свойство Type Description
OnAdddPackageSourceCanExecute bool
OnAdddPackageSourceExecute Task
OnCheckForUpdatesExecute Task
OnOpenUpdateWindowCanExecute bool
OnOpenUpdateWindowExecute Task
OnSettingsExecute Task
OnShowExplorerExecute void
OnVerifyFeedCanExecute bool
OnVerifyFeedExecute Task

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat System.Collections.ObjectModel