C# 클래스 Widgetsphere.Generator.Forms.TableCollectionForm

상속: CollectionEditorForm
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
_tableCollection TableCollection

Private Properties

프로퍼티 타입 설명
AddButtonClickHandler void
CancelButtonClickHandler void
DeleteButtonClickHandler void
DownButtonClickHandler void
InitializeComponent void
LoadList void
OKButtonClickHandler void
TableCollectionForm_Load void
TablePropertyChanged void
UpButtonClickHandler void

공개 메소드들

메소드 설명
TableCollectionForm ( ) : System
TableCollectionForm ( TableCollection tableCollection ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddButtonClickHandler ( object sender, System e ) : void
CancelButtonClickHandler ( object sender, System e ) : void
DeleteButtonClickHandler ( object sender, System e ) : void
DownButtonClickHandler ( object sender, System e ) : void
InitializeComponent ( ) : void

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

LoadList ( ) : void
OKButtonClickHandler ( object sender, System e ) : void
TableCollectionForm_Load ( object sender, System e ) : void
TablePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpButtonClickHandler ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

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

TableCollectionForm() 공개 메소드

public TableCollectionForm ( ) : System
리턴 System

TableCollectionForm() 공개 메소드

public TableCollectionForm ( TableCollection tableCollection ) : System
tableCollection TableCollection
리턴 System

프로퍼티 상세

_tableCollection 보호되어 있는 프로퍼티

protected TableCollection _tableCollection
리턴 TableCollection