C# Class FdoToolbox.Base.Controls.FdoJoinDialog

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias ) : System
FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias, FdoJoinCriteriaInfo criteria ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnCancel_Click ( object sender, EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
cmbClass_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbSchema_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

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

FdoJoinDialog() public method

public FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias ) : System
conn FdoConnection
primarySchemaName string
primaryClassName string
primaryClassAlias string
return System

FdoJoinDialog() public method

public FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias, FdoJoinCriteriaInfo criteria ) : System
conn FdoConnection
primarySchemaName string
primaryClassName string
primaryClassAlias string
criteria FdoJoinCriteriaInfo
return System

OnLoad() protected method

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