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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_table nHydrate.Generator.Models.Table

공개 메소드들

메소드 설명
RowEntryCollectionForm ( ) : System
RowEntryCollectionForm ( Table table ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cmdCancel_Click ( object sender, System e ) : void
cmdClear_Click ( object sender, EventArgs e ) : void
cmdCopy_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, System e ) : void
cmdPaste_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

RowEntryCollectionForm() 공개 메소드

public RowEntryCollectionForm ( ) : System
리턴 System

RowEntryCollectionForm() 공개 메소드

public RowEntryCollectionForm ( Table table ) : System
table nHydrate.Generator.Models.Table
리턴 System

프로퍼티 상세

_table 보호되어 있는 프로퍼티

protected Table,nHydrate.Generator.Models _table
리턴 nHydrate.Generator.Models.Table