Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
AddGroupBy ( string prop ) : void | ||
AddOrderBy ( string prop ) : void | ||
FdoAggregateQueryCtl ( FdoConnection conn ) : System | ||
FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System | ||
FireMapPreviewStateChanged ( bool enabled ) : void | ||
RemoveGroupBy ( string prop ) : void | ||
RemoveOrderBy ( string prop ) : void | ||
SetRestrictions ( ICapability cap ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Method | Description | |
---|---|---|
CheckAllProperties ( bool isChecked ) : void | ||
FdoAggregateQueryCtl ( ) : System | ||
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 | ||
btnAddGroupBy_Click ( object sender, EventArgs e ) : void | ||
btnAddOrderBy_Click ( object sender, EventArgs e ) : void | ||
btnEditComputed_Click ( object sender, EventArgs e ) : void | ||
btnGroupFilter_Click ( object sender, EventArgs e ) : void | ||
btnRemoveGroupBy_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. |
return | void |
public FdoAggregateQueryCtl ( FdoConnection conn ) : System | ||
conn | FdoConnection | |
return | System |
public FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System | ||
conn | FdoConnection | |
initSchema | string | |
initClass | string | |
return | System |
public FireMapPreviewStateChanged ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public SetRestrictions ( ICapability cap ) : void | ||
cap | ICapability | |
return | void |
protected System.Windows.Forms.CheckedListBox chkProperties | ||
return | System.Windows.Forms.CheckedListBox |
protected System.Windows.Forms.ComboBox cmbClass | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ComboBox cmbSchema | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.ListView lstComputed | ||
return | System.Windows.Forms.ListView |