C# Класс NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
GetSelectedOperations ( ) : IEnumerable
TreeDialog ( ) : System

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

Метод Описание
CreateOperationNode ( TreeNode parentNode, Operation operation ) : TreeNode
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void
RemoveEmptyNodes ( ) : void
UpdateTexts ( ) : void

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

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

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

treMembers_AfterCheck ( object sender, TreeViewEventArgs e ) : void

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

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

/// is null.-or- /// is null. ///
protected CreateOperationNode ( TreeNode parentNode, Operation operation ) : TreeNode
parentNode System.Windows.Forms.TreeNode
operation Operation
Результат System.Windows.Forms.TreeNode

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public GetSelectedOperations ( ) : IEnumerable
Результат IEnumerable

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

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected RemoveEmptyNodes ( ) : void
Результат void

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

public TreeDialog ( ) : System
Результат System

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

protected UpdateTexts ( ) : void
Результат void