C# Class ATMLCommonLibrary.controls.document.DocumentReferenceControl

Show file 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 property

protected ATMLPreviewPanel atmlPreviewPanel
return ATMLPreviewPanel

btnReferenceLookup protected property

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

edtDocumentID protected property

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

edtUUID protected property

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

errorProvider protected property

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

helpLabel1 protected property

protected HelpLabel helpLabel1
return HelpLabel

helpLabel2 protected property

protected HelpLabel helpLabel2
return HelpLabel