C# Class FdoToolbox.Tasks.Controls.FdoJoinCtl

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

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

public AddPropertyJoin ( string left, string right ) : void
left string
right string
Résultat void

CheckLeftProperties() public méthode

public CheckLeftProperties ( ICollection properties ) : void
properties ICollection
Résultat void

CheckRightProperties() public méthode

public CheckRightProperties ( ICollection properties ) : void
properties ICollection
Résultat void

ClearJoins() public méthode

public ClearJoins ( ) : void
Résultat void

DependsOnConnection() public méthode

public DependsOnConnection ( FdoToolbox conn ) : bool
conn FdoToolbox
Résultat bool

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

FdoJoinCtl() public méthode

public FdoJoinCtl ( ) : System
Résultat System

FdoJoinCtl() public méthode

public FdoJoinCtl ( string taskName, FdoJoin options ) : System
taskName string
options FdoJoin
Résultat System

GetJoinedProperties() public méthode

public GetJoinedProperties ( ) : NameValueCollection
Résultat NameValueCollection

OnBeforeConnectionRemove() protected méthode

protected OnBeforeConnectionRemove ( object sender, ConnectionBeforeRemoveEventArgs e ) : void
sender object
e ConnectionBeforeRemoveEventArgs
Résultat void

OnConnectionRenamed() protected méthode

protected OnConnectionRenamed ( object sender, ConnectionRenameEventArgs e ) : void
sender object
e ConnectionRenameEventArgs
Résultat void

OnLoad() protected méthode

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

RemoveJoin() public méthode

public RemoveJoin ( string left ) : void
left string
Résultat void