C# Class Xnlab.SQLMon.Controls.Tree.Tree

Datei anzeigen Open project: unruledboy/SQLMonitor Class Usage Examples

Public Methods

Method Description
AddNode ( string id, string parentId, string name, string note, string description ) : void
AddNode ( string id, string parentId, string name, string note, string description, Color backColor ) : void
AddNode ( string id, string parentId, string name, string note, string description, Color backColor, Color foreColor ) : void
Find ( string id ) : TreeNode
Parents ( string id ) : IEnumerable

Method Details

AddNode() public method

public AddNode ( string id, string parentId, string name, string note, string description ) : void
id string
parentId string
name string
note string
description string
return void

AddNode() public method

public AddNode ( string id, string parentId, string name, string note, string description, Color backColor ) : void
id string
parentId string
name string
note string
description string
backColor System.Drawing.Color
return void

AddNode() public method

public AddNode ( string id, string parentId, string name, string note, string description, Color backColor, Color foreColor ) : void
id string
parentId string
name string
note string
description string
backColor System.Drawing.Color
foreColor System.Drawing.Color
return void

Find() public method

public Find ( string id ) : TreeNode
id string
return TreeNode

Parents() public method

public Parents ( string id ) : IEnumerable
id string
return IEnumerable