C# 클래스 PKSim.BatchTool.Views.BatchView

파일 보기 프로젝트 열기: Open-Systems-Pharmacology/PK-Sim

공개 메소드들

메소드 설명
AddLogView ( IView view ) : void
AttachPresenter ( presenter ) : void
BatchView ( ) : System.Windows.Forms
InitializeResources ( ) : void

보호된 메소드들

메소드 설명
OnClearError ( Control control ) : void
OnFormClosing ( FormClosingEventArgs e ) : void
OnValidationError ( Control control, string error ) : void
SetOkButtonEnable ( ) : void

메소드 상세

AddLogView() 공개 메소드

public AddLogView ( IView view ) : void
view IView
리턴 void

AttachPresenter() 공개 메소드

public AttachPresenter ( presenter ) : void
리턴 void

BatchView() 공개 메소드

public BatchView ( ) : System.Windows.Forms
리턴 System.Windows.Forms

InitializeResources() 공개 메소드

public InitializeResources ( ) : void
리턴 void

OnClearError() 보호된 메소드

protected OnClearError ( Control control ) : void
control Control
리턴 void

OnFormClosing() 보호된 메소드

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
리턴 void

OnValidationError() 보호된 메소드

protected OnValidationError ( Control control, string error ) : void
control Control
error string
리턴 void

SetOkButtonEnable() 보호된 메소드

protected SetOkButtonEnable ( ) : void
리턴 void