C# Class FdoToolbox.Base.Controls.FdoStandardQueryCtl

ファイルを表示 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
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

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
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

Method Details

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

FdoStandardQueryCtl() public method

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

FdoStandardQueryCtl() public method

public FdoStandardQueryCtl ( 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

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_oe property

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

cmbClass protected_oe property

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

cmbSchema protected_oe property

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

lstComputed protected_oe property

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

txtFilter protected_oe property

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