C# 클래스 nHydrate.Generator.Forms.ColumnRelationshipCollectionEditorForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
_relation nHydrate.Generator.Models.Relation

공개 메소드들

메소드 설명
ColumnRelationshipCollectionEditorForm ( ) : System
ColumnRelationshipCollectionEditorForm ( Relation relation ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

ColumnRelationshipCollectionEditorForm() 공개 메소드

public ColumnRelationshipCollectionEditorForm ( ) : System
리턴 System

ColumnRelationshipCollectionEditorForm() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

프로퍼티 상세

_relation 보호되어 있는 프로퍼티

protected Relation,nHydrate.Generator.Models _relation
리턴 nHydrate.Generator.Models.Relation