C# Class nHydrate.Generator.Forms.ColumnRelationshipCollectionEditorForm

Inheritance: System.Windows.Forms.Form
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_relation nHydrate.Generator.Models.Relation

Public Methods

Method Description
ColumnRelationshipCollectionEditorForm ( ) : System
ColumnRelationshipCollectionEditorForm ( Relation relation ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public ColumnRelationshipCollectionEditorForm ( ) : System
return System

ColumnRelationshipCollectionEditorForm() public method

public ColumnRelationshipCollectionEditorForm ( Relation relation ) : System
relation nHydrate.Generator.Models.Relation
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

_relation protected property

protected Relation,nHydrate.Generator.Models _relation
return nHydrate.Generator.Models.Relation