C# Class BudgetAnalyser.Statement.LoadFileController

Inheritance: Rees.Wpf.ControllerBase, IShellDialogInteractivity, IShellDialogToolTips, IDisposable
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Property Type Description
CalculateSuggestedDateRange void
CheckAccountName void
CheckFileName void
Dispose void
LoadFileController System
OnBrowseForFileCommandExecute void
OnShellDialogResponseReceived void
RequestUserInputCommomPreparation System.Threading.Tasks.Task

Public Methods

Method 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

Method 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 method

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

RequestUserInputForMerging() public method

public RequestUserInputForMerging ( StatementModel currentStatement ) : System.Threading.Tasks.Task
currentStatement BudgetAnalyser.Engine.Statement.StatementModel
return System.Threading.Tasks.Task

RequestUserInputForOpenFile() public method

public RequestUserInputForOpenFile ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Reset() public method

public Reset ( ) : void
return void