C# Class HYPDM.WinUI.Document.FrmDocumentQuery

Datei anzeigen Open project: huayancreate/HYPDM Class Usage Examples

Public Properties

Property Type Description
_docList DataTable

Public Methods

Method Description
BindData ( string c ) : void
FrmDocumentQuery ( String P_MasterTableName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public BindData ( string c ) : void
c string
return void

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

FrmDocumentQuery() public method

public FrmDocumentQuery ( String P_MasterTableName ) : System
P_MasterTableName String
return System

Property Details

_docList public_oe property

public DataTable _docList
return DataTable