C# Class HYPDM.WinUI.Document.FrmDocumentQuery

Afficher le fichier Open project: huayancreate/HYPDM Class Usage Examples

Méthodes publiques

Свойство Type Description
_docList DataTable

Méthodes publiques

Méthode Description
BindData ( string c ) : void
FrmDocumentQuery ( String P_MasterTableName ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DateTimePickeEmpty ( ) : void
FrmDocumentQuery_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btnClear_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
dtpCreateDate_ValueChanged ( object sender, EventArgs e ) : void
dtpUpdateDate_ValueChanged ( object sender, EventArgs e ) : void

Method Details

BindData() public méthode

public BindData ( string c ) : void
c string
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

FrmDocumentQuery() public méthode

public FrmDocumentQuery ( String P_MasterTableName ) : System
P_MasterTableName String
Résultat System

Property Details

_docList public_oe property

public DataTable _docList
Résultat DataTable