C# Class Orc.NuGetExplorer.ViewModels.PackageBatchViewModel

Inheritance: Catel.MVVM.ViewModelBase
Show file Open project: WildGums/Orc.NuGetExplorer

Private Properties

Property Type Description
OnApplyAllCanExecute bool
OnApplyAllExecute void
OnPackageActionCanExecute bool
OnPackageActionExecute void
RefreshCanExecute void
SetTitle void

Public Methods

Method Description
PackageBatchViewModel ( PackagesBatch packagesBatch, IPackageCommandService packageCommandService, IPackageOperationContextService packageOperationContextService ) : System.Linq

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
OnApplyAllCanExecute ( ) : bool
OnApplyAllExecute ( ) : void
OnPackageActionCanExecute ( ) : bool
OnPackageActionExecute ( ) : void
RefreshCanExecute ( ) : void
SetTitle ( ) : void

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PackageBatchViewModel() public method

public PackageBatchViewModel ( PackagesBatch packagesBatch, IPackageCommandService packageCommandService, IPackageOperationContextService packageOperationContextService ) : System.Linq
packagesBatch PackagesBatch
packageCommandService IPackageCommandService
packageOperationContextService IPackageOperationContextService
return System.Linq