C# Class FdoToolbox.Base.Controls.FdoAggregateQueryCtl

Show file Open project: jumpinjackie/fdotoolbox

Protected Properties

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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

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

Method Details

AddGroupBy() public method

public AddGroupBy ( string prop ) : void
prop string
return void

AddOrderBy() public method

public AddOrderBy ( string prop ) : void
prop 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

FdoAggregateQueryCtl() public method

public FdoAggregateQueryCtl ( FdoConnection conn ) : System
conn FdoConnection
return System

FdoAggregateQueryCtl() public method

public FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System
conn FdoConnection
initSchema string
initClass string
return System

FireMapPreviewStateChanged() public method

public FireMapPreviewStateChanged ( bool enabled ) : void
enabled bool
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

RemoveGroupBy() public method

public RemoveGroupBy ( string prop ) : void
prop string
return void

RemoveOrderBy() public method

public RemoveOrderBy ( string prop ) : void
prop string
return void

SetRestrictions() public method

public SetRestrictions ( ICapability cap ) : void
cap ICapability
return void

Property Details

chkProperties protected property

protected System.Windows.Forms.CheckedListBox chkProperties
return System.Windows.Forms.CheckedListBox

cmbClass protected property

protected System.Windows.Forms.ComboBox cmbClass
return System.Windows.Forms.ComboBox

cmbSchema protected property

protected System.Windows.Forms.ComboBox cmbSchema
return System.Windows.Forms.ComboBox

lstComputed protected property

protected System.Windows.Forms.ListView lstComputed
return System.Windows.Forms.ListView

txtFilter protected property

protected System.Windows.Forms.TextBox txtFilter
return System.Windows.Forms.TextBox