C# Class ATMLCommonLibrary.controls.document.LegalDocumentForm

Inheritance: ATMLCommonLibrary.forms.ATMLForm
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
SaveToDatabase void
btnExportDocument_Click void
btnImportDocument_Click void
btnSaveToDatabase_Click void

Méthodes publiques

Méthode Description
LegalDocumentForm ( ) : System
LegalDocumentForm ( Document document ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SaveToDatabase ( ) : void
btnExportDocument_Click ( object sender, EventArgs e ) : void
btnImportDocument_Click ( object sender, EventArgs e ) : void
btnSaveToDatabase_Click ( object sender, EventArgs e ) : void

Method Details

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

LegalDocumentForm() public méthode

public LegalDocumentForm ( ) : System
Résultat System

LegalDocumentForm() public méthode

public LegalDocumentForm ( Document document ) : System
document Document
Résultat System