C# Class nHydrate.DslPackage.Forms.RelationshipDialog

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
RelationshipDialog ( ) : System
RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector ) : System
RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector, bool allowConfigure ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddColumnMap ( string field1, string field2 ) : void
EnableButtons ( ) : void
InitializeComponent ( ) : void

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

LoadFields ( string tableName, ComboBox cboField ) : void
LoadRelation ( ) : void
LoadTables ( ComboBox cboEntity ) : void
cboChildField_SelectedIndexChanged ( object sender, System e ) : void
cboChildTable_SelectedValueChanged ( object sender, EventArgs e ) : void
cboParentField_SelectedIndexChanged ( object sender, System e ) : void
cmdAdd_Click ( object sender, System e ) : void
cmdCancel_Click ( object sender, System e ) : void
cmdDelete_Click ( object sender, System e ) : void
cmdOK_Click ( object sender, System e ) : void
lvwColumns_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

RelationshipDialog() public method

public RelationshipDialog ( ) : System
return System

RelationshipDialog() public method

public RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector ) : System
model nHydrate.Dsl.nHydrateModel
store Microsoft
connector nHydrate.Dsl.EntityHasEntities
return System

RelationshipDialog() public method

public RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector, bool allowConfigure ) : System
model nHydrate.Dsl.nHydrateModel
store Microsoft
connector nHydrate.Dsl.EntityHasEntities
allowConfigure bool
return System