C# Class ATMLCommonLibrary.controls.document.DocumentForm

Inheritance: ATMLCommonLibrary.forms.ATMLForm
Exibir arquivo Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description
CreateTitle string
DocumentChanged void
DocumentForm_FormClosing void
InitializeComponent void
IsAddMode bool
SaveToDatabase void
SelectDocumentType void
btnEditDocumentObject_Click void
btnExportDocument_Click void
btnImportDocument_Click void
btnOk_Click void
btnSaveToDatabase_Click void

Public Methods

Method Description
DocumentForm ( ) : System
DocumentForm ( dbDocument documentType ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateTitle ( Document value ) : string
DocumentChanged ( Document value, bool isDirty ) : void
DocumentForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

IsAddMode ( Document value ) : bool
SaveToDatabase ( ) : void
SelectDocumentType ( dbDocument documentType ) : void
btnEditDocumentObject_Click ( object sender, EventArgs e ) : void
btnExportDocument_Click ( object sender, EventArgs e ) : void
btnImportDocument_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnSaveToDatabase_Click ( object sender, EventArgs e ) : void

Method Details

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

DocumentForm() public method

public DocumentForm ( ) : System
return System

DocumentForm() public method

public DocumentForm ( dbDocument documentType ) : System
documentType ATMLDataAccessLibrary.model.dbDocument
return System