C# Класс ATMLCommonLibrary.controls.ItemDescriptionControl

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

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

Свойство Тип Описание
edtDescription ATMLCommonLibrary.controls.awb.AWBTextBox
edtName ATMLCommonLibrary.controls.awb.AWBTextBox
edtVersion ATMLCommonLibrary.controls.awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
identificationControl ATMLCommonLibrary.controls.IdentificationControl
itemDescription ItemDescription
label1 ATMLCommonLibrary.controls.HelpLabel
label2 ATMLCommonLibrary.controls.HelpLabel
label3 ATMLCommonLibrary.controls.HelpLabel

Private Properties

Свойство Тип Описание
InitializeComponent void
ItemDescriptionControl_Load void
ItemDescriptionControl_Validating void

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

Метод Описание
ItemDescriptionControl ( ) : System
ItemDescriptionControl ( ItemDescription itemDescription ) : System
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

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

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

ItemDescriptionControl_Load ( object sender, EventArgs e ) : void
ItemDescriptionControl_Validating ( object sender, CancelEventArgs 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

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

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

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

public ItemDescriptionControl ( ItemDescription itemDescription ) : System
itemDescription ItemDescription
Результат System

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

public ValidateChildren ( ) : bool
Результат bool

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

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
Результат bool

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

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

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription
Результат ATMLCommonLibrary.controls.awb.AWBTextBox

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

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName
Результат ATMLCommonLibrary.controls.awb.AWBTextBox

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

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion
Результат ATMLCommonLibrary.controls.awb.AWBTextBox

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

protected System.Windows.Forms.ErrorProvider errorProvider
Результат System.Windows.Forms.ErrorProvider

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

protected ATMLCommonLibrary.controls.IdentificationControl identificationControl
Результат ATMLCommonLibrary.controls.IdentificationControl

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

protected ItemDescription itemDescription
Результат ItemDescription

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

protected ATMLCommonLibrary.controls.HelpLabel label1
Результат ATMLCommonLibrary.controls.HelpLabel

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

protected ATMLCommonLibrary.controls.HelpLabel label2
Результат ATMLCommonLibrary.controls.HelpLabel

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

protected ATMLCommonLibrary.controls.HelpLabel label3
Результат ATMLCommonLibrary.controls.HelpLabel