C# Class ATMLCommonLibrary.controls.document.DocumentControl

Exibir arquivo Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
_document ATMLModelLibrary.model.common.Document
btnAddGUID ATMLCommonLibrary.controls.awb.AWBButton
edtControlNumber ATMLCommonLibrary.controls.awb.AWBTextBox
edtDescription AWBTextBox
edtDocumentName ATMLCommonLibrary.controls.awb.AWBTextBox
edtItem ATMLCommonLibrary.controls.awb.AWBEditor
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

Private Properties

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

Public Methods

Method Description
DocumentControl ( ) : System
EditDocumentObject ( ) : void
IsDirty ( ) : bool
Ok2Validate ( ) : bool
SaveDocument ( ) : void
UpdateContent ( string content ) : void

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDocumentChanged ( Document document, bool isDirty ) : void

Private Methods

Method Description
DocumentControl_DocumentSaved ( Document document ) : void
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

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

DocumentControl() public method

public DocumentControl ( ) : System
return System

EditDocumentObject() public method

public EditDocumentObject ( ) : void
return void

IsDirty() public method

public IsDirty ( ) : bool
return bool

Ok2Validate() public method

public Ok2Validate ( ) : bool
return bool

OnDocumentChanged() protected method

protected OnDocumentChanged ( Document document, bool isDirty ) : void
document ATMLModelLibrary.model.common.Document
isDirty bool
return void

SaveDocument() public method

public SaveDocument ( ) : void
return void

UpdateContent() public method

public UpdateContent ( string content ) : void
content string
return void

Property Details

_document protected_oe property

protected Document,ATMLModelLibrary.model.common _document
return ATMLModelLibrary.model.common.Document

btnAddGUID protected_oe property

protected AWBButton,ATMLCommonLibrary.controls.awb btnAddGUID
return ATMLCommonLibrary.controls.awb.AWBButton

edtControlNumber protected_oe property

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtControlNumber
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtDescription protected_oe property

protected AWBTextBox edtDescription
return AWBTextBox

edtDocumentName protected_oe property

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtDocumentName
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtItem protected_oe property

protected AWBEditor,ATMLCommonLibrary.controls.awb edtItem
return ATMLCommonLibrary.controls.awb.AWBEditor

edtUUID protected_oe property

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtUUID
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion protected_oe property

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

errorProvider protected_oe property

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

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
return HelpLabel

lblControlNumber protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel lblControlNumber
return ATMLCommonLibrary.controls.HelpLabel

lblItem protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel lblItem
return ATMLCommonLibrary.controls.HelpLabel

lblName protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel lblName
return ATMLCommonLibrary.controls.HelpLabel

lblUUID protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel lblUUID
return ATMLCommonLibrary.controls.HelpLabel

lblVersion protected_oe property

protected ATMLCommonLibrary.controls.HelpLabel lblVersion
return ATMLCommonLibrary.controls.HelpLabel

rbText protected_oe property

protected System.Windows.Forms.RadioButton rbText
return System.Windows.Forms.RadioButton

rbURL protected_oe property

protected System.Windows.Forms.RadioButton rbURL
return System.Windows.Forms.RadioButton