Method | Description | |
---|---|---|
AddPropertyJoin ( string left, string right ) : void | ||
CheckLeftProperties ( ICollection |
||
CheckRightProperties ( ICollection |
||
ClearJoins ( ) : void | ||
DependsOnConnection ( FdoToolbox conn ) : bool | ||
FdoJoinCtl ( ) : System | ||
FdoJoinCtl ( string taskName, FdoJoin options ) : System | ||
GetJoinedProperties ( ) : NameValueCollection | ||
RemoveJoin ( string left ) : void |
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 |
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 |
public AddPropertyJoin ( string left, string right ) : void | ||
left | string | |
right | string | |
return | void |
public CheckLeftProperties ( ICollection |
||
properties | ICollection |
|
return | void |
public CheckRightProperties ( ICollection |
||
properties | ICollection |
|
return | void |
public DependsOnConnection ( FdoToolbox conn ) : bool | ||
conn | FdoToolbox | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FdoJoinCtl ( string taskName, FdoJoin options ) : System | ||
taskName | string | |
options | FdoJoin | |
return | System |
public GetJoinedProperties ( ) : NameValueCollection | ||
return | NameValueCollection |
protected OnBeforeConnectionRemove ( object sender, ConnectionBeforeRemoveEventArgs e ) : void | ||
sender | object | |
e | ConnectionBeforeRemoveEventArgs | |
return | void |
protected OnConnectionRenamed ( object sender, ConnectionRenameEventArgs e ) : void | ||
sender | object | |
e | ConnectionRenameEventArgs | |
return | void |