C# Class NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
GetSelectedOperations ( ) : IEnumerable
TreeDialog ( ) : System

Méthodes protégées

Méthode Description
CreateOperationNode ( TreeNode parentNode, Operation operation ) : TreeNode
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

CreateOperationNode() protected méthode

/// is null.-or- /// is null. ///
protected CreateOperationNode ( TreeNode parentNode, Operation operation ) : TreeNode
parentNode System.Windows.Forms.TreeNode
operation Operation
Résultat System.Windows.Forms.TreeNode

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetSelectedOperations() public méthode

public GetSelectedOperations ( ) : IEnumerable
Résultat IEnumerable

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

RemoveEmptyNodes() protected méthode

protected RemoveEmptyNodes ( ) : void
Résultat void

TreeDialog() public méthode

public TreeDialog ( ) : System
Résultat System

UpdateTexts() protected méthode

protected UpdateTexts ( ) : void
Résultat void