C# Class BudgetAnalyser.Statement.LoadFileController

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

Private Properties

Свойство Type Description
CalculateSuggestedDateRange void
CheckAccountName void
CheckFileName void
Dispose void
LoadFileController System
OnBrowseForFileCommandExecute void
OnShellDialogResponseReceived void
RequestUserInputCommomPreparation System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
Dispose ( ) : void

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method

RequestUserInputForMerging ( StatementModel currentStatement ) : System.Threading.Tasks.Task
RequestUserInputForOpenFile ( ) : System.Threading.Tasks.Task
Reset ( ) : void

Private Methods

Méthode Description
CalculateSuggestedDateRange ( StatementModel currentStatement ) : void
CheckAccountName ( ) : void
CheckFileName ( ) : void
Dispose ( bool disposing ) : void
LoadFileController ( [ uiContext, [ accountTypeRepository ) : System
OnBrowseForFileCommandExecute ( ) : void
OnShellDialogResponseReceived ( ShellDialogResponseMessage message ) : void
RequestUserInputCommomPreparation ( ) : System.Threading.Tasks.Task

Method Details

Dispose() public méthode

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method
public Dispose ( ) : void
Résultat void

RequestUserInputForMerging() public méthode

public RequestUserInputForMerging ( StatementModel currentStatement ) : System.Threading.Tasks.Task
currentStatement BudgetAnalyser.Engine.Statement.StatementModel
Résultat System.Threading.Tasks.Task

RequestUserInputForOpenFile() public méthode

public RequestUserInputForOpenFile ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Reset() public méthode

public Reset ( ) : void
Résultat void