C# Class BudgetAnalyser.Dashboard.EncryptFileController

Inheritance: Rees.Wpf.ControllerBase, IShellDialogInteractivity
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
EncryptFileController ( [ uiContext, [ appDbService ) : System
ShowDecryptFilesDialog ( string validationMessage = "" ) : void
ShowEncryptFilesDialog ( ) : void
ShowEnterPasswordDialog ( string appDbFileName, string validationMessage = "" ) : void

Private Methods

Méthode Description
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

Method Details

EncryptFileController() public méthode

public EncryptFileController ( [ uiContext, [ appDbService ) : System
uiContext [
appDbService [
Résultat System

ShowDecryptFilesDialog() public méthode

public ShowDecryptFilesDialog ( string validationMessage = "" ) : void
validationMessage string
Résultat void

ShowEncryptFilesDialog() public méthode

public ShowEncryptFilesDialog ( ) : void
Résultat void

ShowEnterPasswordDialog() public méthode

public ShowEnterPasswordDialog ( string appDbFileName, string validationMessage = "" ) : void
appDbFileName string
validationMessage string
Résultat void