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

Afficher le fichier Open project: unruledboy/SQLMonitor Class Usage Examples

Méthodes publiques

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

public AddNode ( string id, string parentId, string name, string note, string description ) : void
id string
parentId string
name string
note string
description string
Résultat void

AddNode() public méthode

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
Résultat void

AddNode() public méthode

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
Résultat void

Find() public méthode

public Find ( string id ) : TreeNode
id string
Résultat TreeNode

Parents() public méthode

public Parents ( string id ) : IEnumerable
id string
Résultat IEnumerable