C# 클래스 nHydrate.DslPackage.Forms.RelationshipDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
RelationshipDialog ( ) : System
RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector ) : System
RelationshipDialog ( nHydrateModel model, Microsoft store, EntityHasEntities connector, bool allowConfigure ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

RelationshipDialog() 공개 메소드

public RelationshipDialog ( ) : System
리턴 System

RelationshipDialog() 공개 메소드

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

RelationshipDialog() 공개 메소드

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