C# 클래스 BudgetAnalyser.Dashboard.EncryptFileController

상속: Rees.Wpf.ControllerBase, IShellDialogInteractivity
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
EncryptFileController ( [ uiContext, [ appDbService ) : System
ShowDecryptFilesDialog ( string validationMessage = "" ) : void
ShowEncryptFilesDialog ( ) : void
ShowEnterPasswordDialog ( string appDbFileName, string validationMessage = "" ) : void

비공개 메소드들

메소드 설명
DecryptFiles ( ) : System.Threading.Tasks.Task
EncryptFiles ( ) : System.Threading.Tasks.Task
OnShellDiaglogResponseMessageReceived ( ShellDialogResponseMessage message ) : void
OnWidgetActivatedMessageReceived ( BudgetAnalyser.Dashboard.WidgetActivatedMessage message ) : void
SetConfirmedPassword ( bool confirmed ) : void
SetPassword ( SecureString newPassword ) : void
ShowEncryptDecryptDialogCommon ( ) : void

메소드 상세

EncryptFileController() 공개 메소드

public EncryptFileController ( [ uiContext, [ appDbService ) : System
uiContext [
appDbService [
리턴 System

ShowDecryptFilesDialog() 공개 메소드

public ShowDecryptFilesDialog ( string validationMessage = "" ) : void
validationMessage string
리턴 void

ShowEncryptFilesDialog() 공개 메소드

public ShowEncryptFilesDialog ( ) : void
리턴 void

ShowEnterPasswordDialog() 공개 메소드

public ShowEnterPasswordDialog ( string appDbFileName, string validationMessage = "" ) : void
appDbFileName string
validationMessage string
리턴 void