C# Class FdoToolbox.Tasks.Controls.FdoJoinCtl

Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddPropertyJoin ( string left, string right ) : void
CheckLeftProperties ( ICollection properties ) : void
CheckRightProperties ( ICollection properties ) : void
ClearJoins ( ) : void
DependsOnConnection ( FdoToolbox conn ) : bool
FdoJoinCtl ( ) : System
FdoJoinCtl ( string taskName, FdoJoin options ) : System
GetJoinedProperties ( ) : NameValueCollection
RemoveJoin ( string left ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBeforeConnectionRemove ( object sender, ConnectionBeforeRemoveEventArgs e ) : void
OnConnectionRenamed ( object sender, ConnectionRenameEventArgs e ) : void
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.

PromptLeftFilter ( ) : void
PromptRightFilter ( ) : void
btnAddJoin_Click ( object sender, EventArgs e ) : void
btnDeleteJoin_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkGeometryProperty_CheckedChanged ( object sender, EventArgs e ) : void
cmbLeftClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbLeftConnection_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbLeftSchema_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbRightClass_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbRightConnection_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbRightSchema_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbTargetConnection_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmbTargetSchema_SelectionChangeCommitted ( object sender, EventArgs e ) : void
grdJoin_CellClick ( object sender, DataGridViewCellEventArgs e ) : void
rdLeftGeom_CheckedChanged ( object sender, EventArgs e ) : void
rdRightGeom_CheckedChanged ( object sender, EventArgs e ) : void
txtLeftFilter_Click ( object sender, EventArgs e ) : void
txtRightFilter_Click ( object sender, EventArgs e ) : void

Method Details

AddPropertyJoin() public method

public AddPropertyJoin ( string left, string right ) : void
left string
right string
return void

CheckLeftProperties() public method

public CheckLeftProperties ( ICollection properties ) : void
properties ICollection
return void

CheckRightProperties() public method

public CheckRightProperties ( ICollection properties ) : void
properties ICollection
return void

ClearJoins() public method

public ClearJoins ( ) : void
return void

DependsOnConnection() public method

public DependsOnConnection ( FdoToolbox conn ) : bool
conn FdoToolbox
return bool

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

FdoJoinCtl() public method

public FdoJoinCtl ( ) : System
return System

FdoJoinCtl() public method

public FdoJoinCtl ( string taskName, FdoJoin options ) : System
taskName string
options FdoJoin
return System

GetJoinedProperties() public method

public GetJoinedProperties ( ) : NameValueCollection
return NameValueCollection

OnBeforeConnectionRemove() protected method

protected OnBeforeConnectionRemove ( object sender, ConnectionBeforeRemoveEventArgs e ) : void
sender object
e ConnectionBeforeRemoveEventArgs
return void

OnConnectionRenamed() protected method

protected OnConnectionRenamed ( object sender, ConnectionRenameEventArgs e ) : void
sender object
e ConnectionRenameEventArgs
return void

OnLoad() protected method

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

RemoveJoin() public method

public RemoveJoin ( string left ) : void
left string
return void