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 |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
ItemDescriptionControl_Load | void | ||
ItemDescriptionControl_Validating | void |
Method | Description | |
---|---|---|
ItemDescriptionControl ( ) : System | ||
ItemDescriptionControl ( ItemDescription itemDescription ) : System | ||
ValidateChildren ( ) : bool | ||
ValidateChildren ( ValidationConstraints validationConstraints ) : bool |
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ItemDescriptionControl ( ItemDescription itemDescription ) : System | ||
itemDescription | ItemDescription | |
return | System |
public ValidateChildren ( ValidationConstraints validationConstraints ) : bool | ||
validationConstraints | ValidationConstraints | |
return | bool |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected ATMLCommonLibrary.controls.IdentificationControl identificationControl | ||
return | ATMLCommonLibrary.controls.IdentificationControl |
protected ItemDescription itemDescription | ||
return | ItemDescription |
protected ATMLCommonLibrary.controls.HelpLabel label1 | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel label2 | ||
return | ATMLCommonLibrary.controls.HelpLabel |