C# Class ATMLCommonLibrary.controls.document.DocumentReferenceControl

Exibir arquivo Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
atmlPreviewPanel ATMLPreviewPanel
btnReferenceLookup System.Windows.Forms.Button
edtDocumentID ATMLCommonLibrary.controls.awb.AWBTextBox
edtUUID ATMLCommonLibrary.controls.awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
helpLabel1 HelpLabel
helpLabel2 HelpLabel

Private Properties

Property Type Description
DocumentReferenceControlDocumentChanged void
InitializeComponent void
btnReferenceLookup_Click void

Public Methods

Method Description
AddSelectedDocumentId ( string uuid ) : void
DocumentReferenceControl ( ) : System
EditDocumentObject ( ) : void
UpdateContent ( string content ) : void

Protected Methods

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

Clean up any resources being used.

Private Methods

Method Description
DocumentReferenceControlDocumentChanged ( Document document ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnReferenceLookup_Click ( object sender, EventArgs e ) : void

Method Details

AddSelectedDocumentId() public method

public AddSelectedDocumentId ( string uuid ) : void
uuid string
return void

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

DocumentReferenceControl() public method

public DocumentReferenceControl ( ) : System
return System

EditDocumentObject() public method

public EditDocumentObject ( ) : void
return void

UpdateContent() public method

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

Property Details

atmlPreviewPanel protected_oe property

protected ATMLPreviewPanel atmlPreviewPanel
return ATMLPreviewPanel

btnReferenceLookup protected_oe property

protected System.Windows.Forms.Button btnReferenceLookup
return System.Windows.Forms.Button

edtDocumentID protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDocumentID
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtUUID protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtUUID
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

helpLabel2 protected_oe property

protected HelpLabel helpLabel2
return HelpLabel