C# Class PKSim.UI.Views.Snapshots.LoadFromSnapshotView

Inheritance: BaseModalView, ILoadFromSnapshotView
ファイルを表示 Open project: Open-Systems-Pharmacology/PK-Sim

Public Methods

Method Description
AddLogView ( IView view ) : void
AttachPresenter ( ILoadFromSnapshotPresenter presenter ) : void
BindTo ( LoadFromSnapshotDTO loadFromSnapshotDTO ) : void
EnableButtons ( bool cancelEnabled, bool okEnabled = false, bool startEnabled = false ) : void
InitializeBinding ( ) : void
LoadFromSnapshotView ( ) : System.Windows.Forms
LoadFromSnapshotView ( IShell shell ) : System.Windows.Forms

Private Methods

Method Description
LayoutVisibilityConvertor ( ) : layoutItemRunSimulations.Visibility=

Method Details

AddLogView() public method

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

AttachPresenter() public method

public AttachPresenter ( ILoadFromSnapshotPresenter presenter ) : void
presenter ILoadFromSnapshotPresenter
return void

BindTo() public method

public BindTo ( LoadFromSnapshotDTO loadFromSnapshotDTO ) : void
loadFromSnapshotDTO LoadFromSnapshotDTO
return void

EnableButtons() public method

public EnableButtons ( bool cancelEnabled, bool okEnabled = false, bool startEnabled = false ) : void
cancelEnabled bool
okEnabled bool
startEnabled bool
return void

InitializeBinding() public method

public InitializeBinding ( ) : void
return void

LoadFromSnapshotView() public method

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

LoadFromSnapshotView() public method

public LoadFromSnapshotView ( IShell shell ) : System.Windows.Forms
shell IShell
return System.Windows.Forms