프로퍼티 | 타입 | 설명 | |
---|---|---|---|
chkProperties | System.Windows.Forms.CheckedListBox | ||
cmbClass | System.Windows.Forms.ComboBox | ||
cmbSchema | System.Windows.Forms.ComboBox | ||
lstComputed | System.Windows.Forms.ListView | ||
txtFilter | System.Windows.Forms.TextBox |
메소드 | 설명 | |
---|---|---|
AddOrderBy ( string prop ) : void | ||
FdoStandardQueryCtl ( FdoConnection conn ) : System | ||
FdoStandardQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System | ||
FireMapPreviewStateChanged ( bool enabled ) : void | ||
RemoveOrderBy ( string prop ) : void | ||
SetRestrictions ( ICapability cap ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
CheckAllProperties ( bool isChecked ) : void | ||
FdoStandardQueryCtl ( ) : System | ||
GetExpressionAlias ( string alias ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnAddComputed_Click ( object sender, EventArgs e ) : void | ||
btnAddOrderBy_Click ( object sender, EventArgs e ) : void | ||
btnEditComputed_Click ( object sender, EventArgs e ) : void | ||
btnRemoveOrderBy_Click ( object sender, EventArgs e ) : void | ||
btnSelectAll_Click ( object sender, EventArgs e ) : void | ||
btnSelectNone_Click ( object sender, EventArgs e ) : void | ||
cmbClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void | ||
cmbSchema_SelectionChangeCommitted ( object sender, EventArgs e ) : void | ||
lstComputed_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
txtFilter_Enter ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public FdoStandardQueryCtl ( FdoConnection conn ) : System | ||
conn | FdoConnection | |
리턴 | System |
public FdoStandardQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System | ||
conn | FdoConnection | |
initSchema | string | |
initClass | string | |
리턴 | System |
public FireMapPreviewStateChanged ( bool enabled ) : void | ||
enabled | bool | |
리턴 | void |
protected System.Windows.Forms.CheckedListBox chkProperties | ||
리턴 | System.Windows.Forms.CheckedListBox |
protected System.Windows.Forms.ComboBox cmbClass | ||
리턴 | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ComboBox cmbSchema | ||
리턴 | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ListView lstComputed | ||
리턴 | System.Windows.Forms.ListView |