C# Class PKSim.BatchTool.Views.BatchView

Exibir arquivo Open project: Open-Systems-Pharmacology/PK-Sim

Public Methods

Method Description
AddLogView ( IView view ) : void
AttachPresenter ( presenter ) : void
BatchView ( ) : System.Windows.Forms
InitializeResources ( ) : void

Protected Methods

Method Description
OnClearError ( Control control ) : void
OnFormClosing ( FormClosingEventArgs e ) : void
OnValidationError ( Control control, string error ) : void
SetOkButtonEnable ( ) : void

Method Details

AddLogView() public method

public AddLogView ( IView view ) : void
view IView
return void

AttachPresenter() public method

public AttachPresenter ( presenter ) : void
return void

BatchView() public method

public BatchView ( ) : System.Windows.Forms
return System.Windows.Forms

InitializeResources() public method

public InitializeResources ( ) : void
return void

OnClearError() protected method

protected OnClearError ( Control control ) : void
control Control
return void

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void

OnValidationError() protected method

protected OnValidationError ( Control control, string error ) : void
control Control
error string
return void

SetOkButtonEnable() protected method

protected SetOkButtonEnable ( ) : void
return void