C# Class GAIPS.AssetEditorTools.ConditionSetEditorControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Property Type Description
BindView void
InitializeComponent void
UnbindView void
UpdateControl void
add_button_Click void
dataView_CellBeginEdit void
dataView_CellEndEdit void
dataView_SelectionChanged void
moveDown_button_Click void
moveUp_button_Click void
quantifierComboBox_SelectedIndexChanged void
remove_button_Click void
updateMoveButtonStatus void

Public Methods

Method Description
ConditionSetEditorControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindView ( ConditionSetView view ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UnbindView ( ConditionSetView view ) : void
UpdateControl ( ) : void
add_button_Click ( object sender, EventArgs e ) : void
dataView_CellBeginEdit ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
dataView_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs evt ) : void
dataView_SelectionChanged ( object sender, EventArgs e ) : void
moveDown_button_Click ( object sender, EventArgs e ) : void
moveUp_button_Click ( object sender, EventArgs e ) : void
quantifierComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
remove_button_Click ( object sender, EventArgs e ) : void
updateMoveButtonStatus ( bool hasData ) : void

Method Details

ConditionSetEditorControl() public method

public ConditionSetEditorControl ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void