C# 클래스 RevitLookup.Snoop.Forms.ParamEnumSnoop

Summary description for Object form.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_bnOK System.Windows.Forms.Button
m_cntxMenuObjId System.Windows.Forms.ContextMenu
m_curObj System.Object
m_lvCol_label System.Windows.Forms.ColumnHeader
m_lvCol_value System.Windows.Forms.ColumnHeader
m_lvData System.Windows.Forms.ListView
m_mnuItemBrowseReflection System.Windows.Forms.MenuItem
m_snoopCollector Snoop.Collectors.CollectorObj
m_tvObjs System.Windows.Forms.TreeView

공개 메소드들

메소드 설명
ParamEnumSnoop ( Hashtable enumMap ) : System

보호된 메소드들

메소드 설명
AddParametersToTree ( ) : void
DataItemSelected ( object sender, System e ) : void

Dispose ( bool disposing ) : void

Clean up any resources being used.

InitializeComponent ( ) : void

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

TreeNodeSelected ( object sender, System e ) : void

비공개 메소드들

메소드 설명
ContextMenuClick_BrowseReflection ( object sender, System e ) : void

ContextMenuClick_Copy ( object sender, System e ) : void

CopyToolStripMenuItem_Click ( object sender, EventArgs e ) : void

PrintDocument_PrintPage ( object sender, System e ) : void

PrintMenuItem_Click ( object sender, EventArgs e ) : void

PrintPreviewMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AddParametersToTree() 보호된 메소드

protected AddParametersToTree ( ) : void
리턴 void

DataItemSelected() 보호된 메소드

protected DataItemSelected ( object sender, System e ) : void
sender object
e System
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InitializeComponent() 보호된 메소드

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
리턴 void

ParamEnumSnoop() 공개 메소드

public ParamEnumSnoop ( Hashtable enumMap ) : System
enumMap System.Collections.Hashtable
리턴 System

TreeNodeSelected() 보호된 메소드

protected TreeNodeSelected ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

m_bnOK 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms m_bnOK
리턴 System.Windows.Forms.Button

m_cntxMenuObjId 보호되어 있는 프로퍼티

protected ContextMenu,System.Windows.Forms m_cntxMenuObjId
리턴 System.Windows.Forms.ContextMenu

m_curObj 보호되어 있는 프로퍼티

protected Object,System m_curObj
리턴 System.Object

m_lvCol_label 보호되어 있는 프로퍼티

protected ColumnHeader,System.Windows.Forms m_lvCol_label
리턴 System.Windows.Forms.ColumnHeader

m_lvCol_value 보호되어 있는 프로퍼티

protected ColumnHeader,System.Windows.Forms m_lvCol_value
리턴 System.Windows.Forms.ColumnHeader

m_lvData 보호되어 있는 프로퍼티

protected ListView,System.Windows.Forms m_lvData
리턴 System.Windows.Forms.ListView

m_mnuItemBrowseReflection 보호되어 있는 프로퍼티

protected MenuItem,System.Windows.Forms m_mnuItemBrowseReflection
리턴 System.Windows.Forms.MenuItem

m_snoopCollector 보호되어 있는 프로퍼티

protected Snoop.Collectors.CollectorObj m_snoopCollector
리턴 Snoop.Collectors.CollectorObj

m_tvObjs 보호되어 있는 프로퍼티

protected TreeView,System.Windows.Forms m_tvObjs
리턴 System.Windows.Forms.TreeView