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

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

보호된 프로퍼티들

프로퍼티 타입 설명
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_treeTypeNodes System.Collections.ArrayList
m_tvObjs System.Windows.Forms.TreeView
m_types System.Collections.ArrayList

공개 메소드들

메소드 설명
Objects ( ArrayList objs ) : System
Objects ( System.Windows.Forms.Document doc, ICollection ids ) : System
Objects ( System obj ) : System

보호된 메소드들

메소드 설명
AddObjectsToTree ( IEnumerable objs ) : void
CommonInit ( IEnumerable objs ) : void
DataItemSelected ( object sender, System e ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetExistingNodeForType ( System objType ) : TreeNode

If we've already seen this type before, return the existing TreeNode object

InitializeComponent ( ) : void

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

Objects ( ) : System
TreeNodeSelected ( object sender, System e ) : void

비공개 메소드들

메소드 설명
ContextMenuClick_BrowseReflection ( object sender, System e ) : void
ContextMenuClick_Copy ( object sender, System e ) : void
CopyToolStripMenuItem_Click ( object sender, System e ) : void
PrintDocument_PrintPage ( object sender, System e ) : void
PrintMenuItem_Click ( object sender, EventArgs e ) : void
PrintPreviewMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AddObjectsToTree() 보호된 메소드

protected AddObjectsToTree ( IEnumerable objs ) : void
objs IEnumerable
리턴 void

CommonInit() 보호된 메소드

protected CommonInit ( IEnumerable objs ) : void
objs IEnumerable
리턴 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

GetExistingNodeForType() 보호된 메소드

If we've already seen this type before, return the existing TreeNode object
protected GetExistingNodeForType ( System objType ) : TreeNode
objType System System.Type we're looking to find
리턴 System.Windows.Forms.TreeNode

InitializeComponent() 보호된 메소드

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

Objects() 보호된 메소드

protected Objects ( ) : System
리턴 System

Objects() 공개 메소드

public Objects ( ArrayList objs ) : System
objs System.Collections.ArrayList
리턴 System

Objects() 공개 메소드

public Objects ( System.Windows.Forms.Document doc, ICollection ids ) : System
doc System.Windows.Forms.Document
ids ICollection
리턴 System

Objects() 공개 메소드

public Objects ( System obj ) : System
obj System
리턴 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_treeTypeNodes 보호되어 있는 프로퍼티

protected ArrayList,System.Collections m_treeTypeNodes
리턴 System.Collections.ArrayList

m_tvObjs 보호되어 있는 프로퍼티

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

m_types 보호되어 있는 프로퍼티

protected ArrayList,System.Collections m_types
리턴 System.Collections.ArrayList