C# 클래스 Orc.FileAssociation.ViewModels.MainViewModel

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

공개 메소드들

메소드 설명
MainViewModel ( IApplicationRegistrationService applicationRegistrationService, IFileAssociationService fileAssociationService ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnAssociateFilesCanExecute ( ) : bool
OnAssociateFilesExecute ( ) : void
OnRegisterApplicationCanExecute ( ) : bool
OnRegisterApplicationExecute ( ) : void
OnUnregisterApplicationCanExecute ( ) : bool
OnUnregisterApplicationExecute ( ) : void
UpdateState ( ) : void

메소드 상세

InitializeAsync() 보호된 메소드

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

MainViewModel() 공개 메소드

public MainViewModel ( IApplicationRegistrationService applicationRegistrationService, IFileAssociationService fileAssociationService ) : System
applicationRegistrationService IApplicationRegistrationService
fileAssociationService IFileAssociationService
리턴 System