Property | Type | Description | |
---|---|---|---|
_document | |||
btnAddGUID | |||
edtControlNumber | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtDescription | AWBTextBox | ||
edtDocumentName | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtItem | |||
edtUUID | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtVersion | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
errorProvider | System.Windows.Forms.ErrorProvider | ||
helpLabel1 | HelpLabel | ||
lblControlNumber | ATMLCommonLibrary.controls.HelpLabel | ||
lblItem | ATMLCommonLibrary.controls.HelpLabel | ||
lblName | ATMLCommonLibrary.controls.HelpLabel | ||
lblUUID | ATMLCommonLibrary.controls.HelpLabel | ||
lblVersion | ATMLCommonLibrary.controls.HelpLabel | ||
rbText | System.Windows.Forms.RadioButton | ||
rbURL | System.Windows.Forms.RadioButton |
Property | Type | Description | |
---|---|---|---|
DocumentControl_DocumentSaved | void | ||
InitializeComponent | void | ||
btnAddGUID_Click | void | ||
btnCollapseAll_Click | void | ||
btnExpandAll_Click | void | ||
edtDocumentName_TextChanged | void | ||
edtItem_TextChanged | void | ||
rbText_CheckedChanged | void | ||
rbURL_CheckedChanged | void |
Method | Description | |
---|---|---|
DocumentControl ( ) : System | ||
EditDocumentObject ( ) : void | ||
IsDirty ( ) : bool | ||
Ok2Validate ( ) : bool | ||
SaveDocument ( ) : void | ||
UpdateContent ( string content ) : void |
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDocumentChanged ( |
Method | Description | |
---|---|---|
DocumentControl_DocumentSaved ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnAddGUID_Click ( object sender, EventArgs e ) : void | ||
btnCollapseAll_Click ( object sender, EventArgs e ) : void | ||
btnExpandAll_Click ( object sender, EventArgs e ) : void | ||
edtDocumentName_TextChanged ( object sender, EventArgs e ) : void | ||
edtItem_TextChanged ( object sender, EventArgs e ) : void | ||
rbText_CheckedChanged ( object sender, EventArgs e ) : void | ||
rbURL_CheckedChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnDocumentChanged ( |
||
document | ||
isDirty | bool | |
return | void |
public UpdateContent ( string content ) : void | ||
content | string | |
return | void |
protected Document,ATMLModelLibrary.model.common _document | ||
return |
protected AWBButton,ATMLCommonLibrary.controls.awb btnAddGUID | ||
return |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtControlNumber | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtDocumentName | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBEditor,ATMLCommonLibrary.controls.awb edtItem | ||
return |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtUUID | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtVersion | ||
return | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected ATMLCommonLibrary.controls.HelpLabel lblControlNumber | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblItem | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblName | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblUUID | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblVersion | ||
return | ATMLCommonLibrary.controls.HelpLabel |
protected System.Windows.Forms.RadioButton rbText | ||
return | System.Windows.Forms.RadioButton |