C# 클래스 nHydrate.Generator.Common.Forms.ModelTree

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

보호된 프로퍼티들

프로퍼티 타입 설명
_isDirty bool
lvwError ErrorControl
lvwOutput System.Windows.Forms.ListView
pnlChild System.Windows.Forms.Panel
tabControl1 System.Windows.Forms.TabControl
tvwModel System.Windows.Forms.TreeView

Private Properties

프로퍼티 타입 설명
BuildTree void
BuildTree void
DTEVerifyComplete void
InitializeComponent void
ModelDirtyChanged void
lvwError_DoubleClick void
mModelTree_AfterSelect void
mModelTree_MouseUp void
tvwModel_KeyUp void

공개 메소드들

메소드 설명
ClearContentPane ( ) : void
CloseModel ( ) : void
LoadFile ( string filePath ) : LoadResultConstants
ModelTree ( ) : System
ResetContentPane ( ) : void
SaveFile ( string fileName ) : void
Verify ( ) : void

보호된 메소드들

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

Clean up any resources being used.

ReInitializeComponent ( ) : void

비공개 메소드들

메소드 설명
BuildTree ( ) : void
BuildTree ( bool expand ) : void
DTEVerifyComplete ( object sender, nHydrate e ) : void
InitializeComponent ( ) : void

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

ModelDirtyChanged ( object sender, System e ) : void
lvwError_DoubleClick ( object sender, System e ) : void
mModelTree_AfterSelect ( object sender, System e ) : void
mModelTree_MouseUp ( object sender, System e ) : void
tvwModel_KeyUp ( object sender, KeyEventArgs e ) : void

메소드 상세

ClearContentPane() 공개 메소드

public ClearContentPane ( ) : void
리턴 void

CloseModel() 공개 메소드

public CloseModel ( ) : void
리턴 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

LoadFile() 공개 메소드

public LoadFile ( string filePath ) : LoadResultConstants
filePath string
리턴 LoadResultConstants

ModelTree() 공개 메소드

public ModelTree ( ) : System
리턴 System

ReInitializeComponent() 보호된 메소드

protected ReInitializeComponent ( ) : void
리턴 void

ResetContentPane() 공개 메소드

public ResetContentPane ( ) : void
리턴 void

SaveFile() 공개 메소드

public SaveFile ( string fileName ) : void
fileName string
리턴 void

Verify() 공개 메소드

public Verify ( ) : void
리턴 void

프로퍼티 상세

_isDirty 보호되어 있는 프로퍼티

protected bool _isDirty
리턴 bool

lvwError 보호되어 있는 프로퍼티

protected ErrorControl,nHydrate.Generator.Common.Forms lvwError
리턴 ErrorControl

lvwOutput 보호되어 있는 프로퍼티

protected System.Windows.Forms.ListView lvwOutput
리턴 System.Windows.Forms.ListView

pnlChild 보호되어 있는 프로퍼티

protected System.Windows.Forms.Panel pnlChild
리턴 System.Windows.Forms.Panel

tabControl1 보호되어 있는 프로퍼티

protected System.Windows.Forms.TabControl tabControl1
리턴 System.Windows.Forms.TabControl

tvwModel 보호되어 있는 프로퍼티

protected System.Windows.Forms.TreeView tvwModel
리턴 System.Windows.Forms.TreeView