C# Класс FDOBrowser.ModelWnd

Наследование: WeifenLuo.WinFormsUI.Docking.DockContent
Показать файл Открыть проект

Открытые методы

Метод Описание
AfterSelectMethod ( ) : void

Refresh the lv (list view) control based on the tv (tree view) control.

ModelWnd ( ToolStripStatusLabel statuslabel ) : System

Initializes a new instance of the ModelWnd class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Raises the E:System.Windows.Forms.Form.FormClosing event.

Приватные методы

Метод Описание
AddNode ( TreeNodeCollection parentNodeCollection, string classname, int clid ) : void

Adds the node.

AddSubNodes ( TreeNodeCollection parentNodes, int superClassId ) : void

Adds the sub nodes.

InitializeComponent ( ) : void

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

LoadListView ( List list ) : void

Loads the list view, sorted by the current sort column.

ModelWnd ( ) : System
PopulateModelTree ( ) : void

Populates the model tree.

m_lvModel_ColumnClick ( object sender, ColumnClickEventArgs e ) : void

Handles the ColumnClick event of the m_lvModel control.

m_tvModel_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Handles the AfterSelect event of the m_tvModel control.

Описание методов

AfterSelectMethod() публичный Метод

Refresh the lv (list view) control based on the tv (tree view) control.
public AfterSelectMethod ( ) : 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

ModelWnd() публичный Метод

Initializes a new instance of the ModelWnd class.
public ModelWnd ( ToolStripStatusLabel statuslabel ) : System
statuslabel System.Windows.Forms.ToolStripStatusLabel
Результат System

OnFormClosing() защищенный Метод

Raises the E:System.Windows.Forms.Form.FormClosing event.
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Результат void