C# Class ATMLCommonLibrary.controls.ItemDescriptionControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property 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

Property Type Description
InitializeComponent void
ItemDescriptionControl_Load void
ItemDescriptionControl_Validating void

Public Methods

Method Description
ItemDescriptionControl ( ) : System
ItemDescriptionControl ( ItemDescription itemDescription ) : System
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

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.

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

ItemDescriptionControl() public method

public ItemDescriptionControl ( ) : System
return System

ItemDescriptionControl() public method

public ItemDescriptionControl ( ItemDescription itemDescription ) : System
itemDescription ItemDescription
return System

ValidateChildren() public method

public ValidateChildren ( ) : bool
return bool

ValidateChildren() public method

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
return bool

Property Details

edtDescription protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtName protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion
return ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider protected property

protected System.Windows.Forms.ErrorProvider errorProvider
return System.Windows.Forms.ErrorProvider

identificationControl protected property

protected ATMLCommonLibrary.controls.IdentificationControl identificationControl
return ATMLCommonLibrary.controls.IdentificationControl

itemDescription protected property

protected ItemDescription itemDescription
return ItemDescription

label1 protected property

protected ATMLCommonLibrary.controls.HelpLabel label1
return ATMLCommonLibrary.controls.HelpLabel

label2 protected property

protected ATMLCommonLibrary.controls.HelpLabel label2
return ATMLCommonLibrary.controls.HelpLabel

label3 protected property

protected ATMLCommonLibrary.controls.HelpLabel label3
return ATMLCommonLibrary.controls.HelpLabel