C# Class Orc.NuGetExplorer.ViewModels.PackageBatchViewModel

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

Private Properties

Свойство Type Description
OnApplyAllCanExecute bool
OnApplyAllExecute void
OnPackageActionCanExecute bool
OnPackageActionExecute void
RefreshCanExecute void
SetTitle void

Méthodes publiques

Méthode Description
PackageBatchViewModel ( PackagesBatch packagesBatch, IPackageCommandService packageCommandService, IPackageOperationContextService packageOperationContextService ) : System.Linq

Méthodes protégées

Méthode Description
InitializeAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
OnApplyAllCanExecute ( ) : bool
OnApplyAllExecute ( ) : void
OnPackageActionCanExecute ( ) : bool
OnPackageActionExecute ( ) : void
RefreshCanExecute ( ) : void
SetTitle ( ) : void

Method Details

InitializeAsync() protected méthode

protected InitializeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PackageBatchViewModel() public méthode

public PackageBatchViewModel ( PackagesBatch packagesBatch, IPackageCommandService packageCommandService, IPackageOperationContextService packageOperationContextService ) : System.Linq
packagesBatch PackagesBatch
packageCommandService IPackageCommandService
packageOperationContextService IPackageOperationContextService
Résultat System.Linq