C# Класс ATMLCommonLibrary.controls.document.DocumentReferenceControl

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
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

Описание методов

AddSelectedDocumentId() публичный Метод

public AddSelectedDocumentId ( string uuid ) : void
uuid string
Результат void

ControlsToData() защищенный Метод

protected ControlsToData ( ) : void
Результат void

DataToControls() защищенный Метод

protected DataToControls ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DocumentReferenceControl() публичный Метод

public DocumentReferenceControl ( ) : System
Результат System

EditDocumentObject() публичный Метод

public EditDocumentObject ( ) : void
Результат void

UpdateContent() публичный Метод

public UpdateContent ( string content ) : void
content string
Результат void

Описание свойств

atmlPreviewPanel защищенное свойство

protected ATMLPreviewPanel atmlPreviewPanel
Результат ATMLPreviewPanel

btnReferenceLookup защищенное свойство

protected System.Windows.Forms.Button btnReferenceLookup
Результат System.Windows.Forms.Button

edtDocumentID защищенное свойство

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDocumentID
Результат ATMLCommonLibrary.controls.awb.AWBTextBox

edtUUID защищенное свойство

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtUUID
Результат ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider защищенное свойство

protected System.Windows.Forms.ErrorProvider errorProvider
Результат System.Windows.Forms.ErrorProvider

helpLabel1 защищенное свойство

protected HelpLabel helpLabel1
Результат HelpLabel

helpLabel2 защищенное свойство

protected HelpLabel helpLabel2
Результат HelpLabel