C# 클래스 BudgetAnalyser.Statement.LoadFileController

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

Private Properties

프로퍼티 타입 설명
CalculateSuggestedDateRange void
CheckAccountName void
CheckFileName void
Dispose void
LoadFileController System
OnBrowseForFileCommandExecute void
OnShellDialogResponseReceived void
RequestUserInputCommomPreparation System.Threading.Tasks.Task

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

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

RequestUserInputForMerging() 공개 메소드

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

RequestUserInputForOpenFile() 공개 메소드

public RequestUserInputForOpenFile ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Reset() 공개 메소드

public Reset ( ) : void
리턴 void