C# Class nHydrate.Generator.Forms.ColumnRelationshipCollectionEditorForm

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

Protected Properties

Свойство Type Description
_relation nHydrate.Generator.Models.Relation

Méthodes publiques

Méthode Description
ColumnRelationshipCollectionEditorForm ( ) : System
ColumnRelationshipCollectionEditorForm ( Relation relation ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddColumnMap ( ColumnRelationship relationship ) : void
AddColumnMap ( string field1, string field2 ) : void
ColumnRelationshipCollectionEditorForm_Load ( object sender, System e ) : 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
cboChildField_SelectedIndexChanged ( object sender, System e ) : void
cboChildTable_SelectedIndexChanged ( object sender, System 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

ColumnRelationshipCollectionEditorForm() public méthode

public ColumnRelationshipCollectionEditorForm ( ) : System
Résultat System

ColumnRelationshipCollectionEditorForm() public méthode

public ColumnRelationshipCollectionEditorForm ( Relation relation ) : System
relation nHydrate.Generator.Models.Relation
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Property Details

_relation protected_oe property

protected Relation,nHydrate.Generator.Models _relation
Résultat nHydrate.Generator.Models.Relation