Свойство | Тип | Описание | |
---|---|---|---|
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 |
Свойство | Тип | Описание | |
---|---|---|---|
DocumentReferenceControlDocumentChanged | void | ||
InitializeComponent | void | ||
btnReferenceLookup_Click | void |
Метод | Описание | |
---|---|---|
AddSelectedDocumentId ( string uuid ) : void | ||
DocumentReferenceControl ( ) : System | ||
EditDocumentObject ( ) : void | ||
UpdateContent ( string content ) : void |
Метод | Описание | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
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 |
public AddSelectedDocumentId ( string uuid ) : void | ||
uuid | string | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public DocumentReferenceControl ( ) : System | ||
Результат | System |
public UpdateContent ( string content ) : void | ||
content | string | |
Результат | void |
protected ATMLPreviewPanel atmlPreviewPanel | ||
Результат | ATMLPreviewPanel |
protected System.Windows.Forms.Button btnReferenceLookup | ||
Результат | System.Windows.Forms.Button |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDocumentID | ||
Результат | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected ATMLCommonLibrary.controls.awb.AWBTextBox edtUUID | ||
Результат | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
Результат | System.Windows.Forms.ErrorProvider |