C# Class ATMLCommonLibrary.controls.document.DocumentReferenceControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство 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

Свойство Type Description
DocumentReferenceControlDocumentChanged void
InitializeComponent void
btnReferenceLookup_Click void

Méthodes publiques

Méthode Description
AddSelectedDocumentId ( string uuid ) : void
DocumentReferenceControl ( ) : System
EditDocumentObject ( ) : void
UpdateContent ( string content ) : void

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddSelectedDocumentId ( string uuid ) : void
uuid string
Résultat void

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DocumentReferenceControl() public méthode

public DocumentReferenceControl ( ) : System
Résultat System

EditDocumentObject() public méthode

public EditDocumentObject ( ) : void
Résultat void

UpdateContent() public méthode

public UpdateContent ( string content ) : void
content string
Résultat void

Property Details

atmlPreviewPanel protected_oe property

protected ATMLPreviewPanel atmlPreviewPanel
Résultat ATMLPreviewPanel

btnReferenceLookup protected_oe property

protected System.Windows.Forms.Button btnReferenceLookup
Résultat System.Windows.Forms.Button

edtDocumentID protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDocumentID
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

edtUUID protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtUUID
Résultat ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
Résultat System.Windows.Forms.ErrorProvider

helpLabel1 protected_oe property

protected HelpLabel helpLabel1
Résultat HelpLabel

helpLabel2 protected_oe property

protected HelpLabel helpLabel2
Résultat HelpLabel