C# Class nHydrate.DslPackage.Forms.RelationshipViewDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
RelationshipViewDialog ( ) : System
RelationshipViewDialog ( nHydrateModel model, Microsoft store, EntityHasViews connector ) : System
RelationshipViewDialog ( nHydrateModel model, Microsoft store, EntityHasViews connector, bool allowConfigure ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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
LoadViewFields ( string viewName, ComboBox cboField ) : 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 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

RelationshipViewDialog() public méthode

public RelationshipViewDialog ( ) : System
Résultat System

RelationshipViewDialog() public méthode

public RelationshipViewDialog ( nHydrateModel model, Microsoft store, EntityHasViews connector ) : System
model nHydrate.Dsl.nHydrateModel
store Microsoft
connector nHydrate.Dsl.EntityHasViews
Résultat System

RelationshipViewDialog() public méthode

public RelationshipViewDialog ( nHydrateModel model, Microsoft store, EntityHasViews connector, bool allowConfigure ) : System
model nHydrate.Dsl.nHydrateModel
store Microsoft
connector nHydrate.Dsl.EntityHasViews
allowConfigure bool
Résultat System