C# Class ATMLCommonLibrary.controls.common.ValueControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство 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

Свойство Type Description
InitializeComponent void
SetControlStates void
cmbValueType_SelectedIndexChanged void
indexArrayControl_Load void

Méthodes publiques

Méthode Description
ValueControl ( ) : System

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

Dispose() protected méthode

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

ValueControl() public méthode

public ValueControl ( ) : System
Résultat System

Property Details

_value protected_oe property

protected Value _value
Résultat Value

cmbValueType protected_oe property

protected System.Windows.Forms.ComboBox cmbValueType
Résultat System.Windows.Forms.ComboBox

collectionControl protected_oe property

protected CollectionControl,ATMLCommonLibrary.controls.collection collectionControl
Résultat ATMLCommonLibrary.controls.collection.CollectionControl

datumTypeControl protected_oe property

protected DatumTypeControl,ATMLCommonLibrary.controls.datum datumTypeControl
Résultat ATMLCommonLibrary.controls.datum.DatumTypeControl

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
Résultat HelpLabel

indexArrayControl protected_oe property

protected IndexArrayControl,ATMLCommonLibrary.controls.common indexArrayControl
Résultat IndexArrayControl

panel1 protected_oe property

protected System.Windows.Forms.Panel panel1
Résultat System.Windows.Forms.Panel