C# Class HYPDM.WinUI.AddObjectParams.FrmAdvanceQuery

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Свойство Type Description
MASTER_TABLE_NAME System.Windows.Forms.DataGridViewTextBoxColumn
PARAMS_DATA_TYPE System.Windows.Forms.DataGridViewTextBoxColumn
PARAMS_NAME System.Windows.Forms.DataGridViewTextBoxColumn
TARGET_COLNAME System.Windows.Forms.DataGridViewTextBoxColumn
btnExtandAdvanceQuery System.Windows.Forms.Button
dgvExtandCols BaseControl.DataGridViewExt
operation System.Windows.Forms.DataGridViewComboBoxColumn
panel3 System.Windows.Forms.Panel
pnl System.Windows.Forms.Panel
pnlQueryAdvanceParams System.Windows.Forms.Panel
splitmain System.Windows.Forms.SplitContainer
val1 System.Windows.Forms.DataGridViewTextBoxColumn
val2 System.Windows.Forms.DataGridViewTextBoxColumn

Méthodes publiques

Méthode Description
FrmAdvanceQuery ( ) : System

FrmAdvanceQuery ( string masteTblName ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetQueryString ( ) : string

遍历集合组成查询字符串

Initial ( ) : void
InitializeComponent ( ) : void

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

btnExtandAdvanceQuery_Click ( object sender, EventArgs e ) : void
dgvExtandCols_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs 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

FrmAdvanceQuery() public méthode

public FrmAdvanceQuery ( ) : System
Résultat System

FrmAdvanceQuery() public méthode

public FrmAdvanceQuery ( string masteTblName ) : System
masteTblName string
Résultat System

Property Details

MASTER_TABLE_NAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn MASTER_TABLE_NAME
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_DATA_TYPE public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_DATA_TYPE
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_NAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_NAME
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

TARGET_COLNAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn TARGET_COLNAME
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

btnExtandAdvanceQuery public_oe property

public System.Windows.Forms.Button btnExtandAdvanceQuery
Résultat System.Windows.Forms.Button

dgvExtandCols public_oe property

public BaseControl.DataGridViewExt dgvExtandCols
Résultat BaseControl.DataGridViewExt

operation public_oe property

public System.Windows.Forms.DataGridViewComboBoxColumn operation
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

panel3 public_oe property

public System.Windows.Forms.Panel panel3
Résultat System.Windows.Forms.Panel

pnl public_oe property

public System.Windows.Forms.Panel pnl
Résultat System.Windows.Forms.Panel

pnlQueryAdvanceParams public_oe property

public System.Windows.Forms.Panel pnlQueryAdvanceParams
Résultat System.Windows.Forms.Panel

splitmain public_oe property

public System.Windows.Forms.SplitContainer splitmain
Résultat System.Windows.Forms.SplitContainer

val1 public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn val1
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

val2 public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn val2
Résultat System.Windows.Forms.DataGridViewTextBoxColumn