C# Class ATMLCommonLibrary.controls.common.ValueControl

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
_value Value
cmbValueType System.Windows.Forms.ComboBox
collectionControl ATMLCommonLibrary.controls.collection.CollectionControl
datumTypeControl ATMLCommonLibrary.controls.datum.DatumTypeControl
helpLabel1 HelpLabel
indexArrayControl IndexArrayControl
panel1 System.Windows.Forms.Panel

Private Properties

Property Type Description
InitializeComponent void
SetControlStates void
cmbValueType_SelectedIndexChanged void
indexArrayControl_Load void

Public Methods

Method Description
ValueControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

SetControlStates ( ) : void
cmbValueType_SelectedIndexChanged ( object sender, EventArgs e ) : void
indexArrayControl_Load ( object sender, EventArgs e ) : void

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

DataToControls() protected method

protected DataToControls ( ) : void
return void

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

ValueControl() public method

public ValueControl ( ) : System
return System

Property Details

_value protected_oe property

protected Value _value
return Value

cmbValueType protected_oe property

protected System.Windows.Forms.ComboBox cmbValueType
return System.Windows.Forms.ComboBox

collectionControl protected_oe property

protected CollectionControl,ATMLCommonLibrary.controls.collection collectionControl
return ATMLCommonLibrary.controls.collection.CollectionControl

datumTypeControl protected_oe property

protected DatumTypeControl,ATMLCommonLibrary.controls.datum datumTypeControl
return ATMLCommonLibrary.controls.datum.DatumTypeControl

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
return HelpLabel

indexArrayControl protected_oe property

protected IndexArrayControl,ATMLCommonLibrary.controls.common indexArrayControl
return IndexArrayControl

panel1 protected_oe property

protected System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel