C# Class FdoToolbox.Base.Controls.FdoAggregateQueryCtl

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public AddGroupBy ( string prop ) : void
prop string
Résultat void

AddOrderBy() public méthode

public AddOrderBy ( string prop ) : void
prop string
Résultat void

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

FdoAggregateQueryCtl() public méthode

public FdoAggregateQueryCtl ( FdoConnection conn ) : System
conn FdoConnection
Résultat System

FdoAggregateQueryCtl() public méthode

public FdoAggregateQueryCtl ( FdoConnection conn, string initSchema, string initClass ) : System
conn FdoConnection
initSchema string
initClass string
Résultat System

FireMapPreviewStateChanged() public méthode

public FireMapPreviewStateChanged ( bool enabled ) : void
enabled bool
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

RemoveGroupBy() public méthode

public RemoveGroupBy ( string prop ) : void
prop string
Résultat void

RemoveOrderBy() public méthode

public RemoveOrderBy ( string prop ) : void
prop string
Résultat void

SetRestrictions() public méthode

public SetRestrictions ( ICapability cap ) : void
cap ICapability
Résultat void

Property Details

chkProperties protected_oe property

protected System.Windows.Forms.CheckedListBox chkProperties
Résultat System.Windows.Forms.CheckedListBox

cmbClass protected_oe property

protected System.Windows.Forms.ComboBox cmbClass
Résultat System.Windows.Forms.ComboBox

cmbSchema protected_oe property

protected System.Windows.Forms.ComboBox cmbSchema
Résultat System.Windows.Forms.ComboBox

lstComputed protected_oe property

protected System.Windows.Forms.ListView lstComputed
Résultat System.Windows.Forms.ListView

txtFilter protected_oe property

protected System.Windows.Forms.TextBox txtFilter
Résultat System.Windows.Forms.TextBox