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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_customViewCollection CustomViewCollection

Private Properties

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

공개 메소드들

메소드 설명
CustomViewCollectionForm ( ) : System
CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddButtonClickHandler ( object sender, System e ) : void
CancelButtonClickHandler ( object sender, System e ) : void
CustomViewCollectionForm_Load ( object sender, System e ) : void
CustomViewPropertyChanged ( object sender, PropertyChangedEventArgs 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
UpButtonClickHandler ( object sender, System e ) : void

메소드 상세

CustomViewCollectionForm() 공개 메소드

public CustomViewCollectionForm ( ) : System
리턴 System

CustomViewCollectionForm() 공개 메소드

public CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System
customViewCollection CustomViewCollection
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

_customViewCollection 보호되어 있는 프로퍼티

protected CustomViewCollection _customViewCollection
리턴 CustomViewCollection