C# Класс ATMLCommonLibrary.controls.common.ValueControl

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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

Свойство Тип Описание
InitializeComponent void
SetControlStates void
cmbValueType_SelectedIndexChanged void
indexArrayControl_Load void

Открытые методы

Метод Описание
ValueControl ( ) : System

Защищенные методы

Метод Описание
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ControlsToData() защищенный Метод

protected ControlsToData ( ) : void
Результат void

DataToControls() защищенный Метод

protected DataToControls ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ValueControl() публичный Метод

public ValueControl ( ) : System
Результат System

Описание свойств

_value защищенное свойство

protected Value _value
Результат Value

cmbValueType защищенное свойство

protected System.Windows.Forms.ComboBox cmbValueType
Результат System.Windows.Forms.ComboBox

collectionControl защищенное свойство

protected CollectionControl,ATMLCommonLibrary.controls.collection collectionControl
Результат ATMLCommonLibrary.controls.collection.CollectionControl

datumTypeControl защищенное свойство

protected DatumTypeControl,ATMLCommonLibrary.controls.datum datumTypeControl
Результат ATMLCommonLibrary.controls.datum.DatumTypeControl

helpLabel1 защищенное свойство

protected HelpLabel helpLabel1
Результат HelpLabel

indexArrayControl защищенное свойство

protected IndexArrayControl,ATMLCommonLibrary.controls.common indexArrayControl
Результат IndexArrayControl

panel1 защищенное свойство

protected System.Windows.Forms.Panel panel1
Результат System.Windows.Forms.Panel