C# 클래스 Orc.NuGetExplorer.ViewModels.PackageBatchViewModel

상속: Catel.MVVM.ViewModelBase
파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

Private Properties

프로퍼티 타입 설명
OnApplyAllCanExecute bool
OnApplyAllExecute void
OnPackageActionCanExecute bool
OnPackageActionExecute void
RefreshCanExecute void
SetTitle void

공개 메소드들

메소드 설명
PackageBatchViewModel ( PackagesBatch packagesBatch, IPackageCommandService packageCommandService, IPackageOperationContextService packageOperationContextService ) : System.Linq

보호된 메소드들

메소드 설명
InitializeAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
OnApplyAllCanExecute ( ) : bool
OnApplyAllExecute ( ) : void
OnPackageActionCanExecute ( ) : bool
OnPackageActionExecute ( ) : void
RefreshCanExecute ( ) : void
SetTitle ( ) : void

메소드 상세

InitializeAsync() 보호된 메소드

protected InitializeAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

PackageBatchViewModel() 공개 메소드

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