C# Class ATMLCommonLibrary.controls.ItemDescriptionControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

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

Свойство Type Description
InitializeComponent void
ItemDescriptionControl_Load void
ItemDescriptionControl_Validating void

Méthodes publiques

Méthode Description
ItemDescriptionControl ( ) : System
ItemDescriptionControl ( ItemDescription itemDescription ) : System
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

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.

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

ItemDescriptionControl() public méthode

public ItemDescriptionControl ( ) : System
Résultat System

ItemDescriptionControl() public méthode

public ItemDescriptionControl ( ItemDescription itemDescription ) : System
itemDescription ItemDescription
Résultat System

ValidateChildren() public méthode

public ValidateChildren ( ) : bool
Résultat bool

ValidateChildren() public méthode

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
Résultat bool

Property Details

edtDescription protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

edtName protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
Résultat System.Windows.Forms.ErrorProvider

identificationControl protected_oe property

protected ATMLCommonLibrary.controls.IdentificationControl identificationControl
Résultat ATMLCommonLibrary.controls.IdentificationControl

itemDescription protected_oe property

protected ItemDescription itemDescription
Résultat ItemDescription

label1 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label1
Résultat ATMLCommonLibrary.controls.HelpLabel

label2 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label2
Résultat ATMLCommonLibrary.controls.HelpLabel

label3 protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel label3
Résultat ATMLCommonLibrary.controls.HelpLabel