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

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckTree void
InitializeComponent void
Populate void
SetupStatus void
cboDirection_SelectedIndexChanged void
cmdApply_Click void
cmdCancel_Click void
cmdCheckAllText_Click void
cmdCollapseAll_Click void
cmdExpandAll_Click void
cmdUncheckAll_Click void
tvwItem_AfterCheck void

공개 메소드들

메소드 설명
RefactorPreviewChangeVarcharForm ( ) : System
RefactorPreviewChangeVarcharForm ( Microsoft store, nHydrateModel model, List list ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CheckTree ( TreeNodeCollection nodes, bool isChecked ) : void
InitializeComponent ( ) : void

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

Populate ( ) : void
SetupStatus ( ) : void
cboDirection_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdApply_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdCheckAllText_Click ( object sender, EventArgs e ) : void
cmdCollapseAll_Click ( object sender, EventArgs e ) : void
cmdExpandAll_Click ( object sender, EventArgs e ) : void
cmdUncheckAll_Click ( object sender, EventArgs e ) : void
tvwItem_AfterCheck ( object sender, TreeViewEventArgs 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

RefactorPreviewChangeVarcharForm() 공개 메소드

public RefactorPreviewChangeVarcharForm ( ) : System
리턴 System

RefactorPreviewChangeVarcharForm() 공개 메소드

public RefactorPreviewChangeVarcharForm ( Microsoft store, nHydrateModel model, List list ) : System
store Microsoft
model nHydrateModel
list List
리턴 System