C# Class BindaTests.Extensions

Afficher le fichier Open project: minton/binda

Méthodes publiques

Méthode Description
GetAllNodesRecursive ( this treeView ) : List
GetCommentByAuthor ( this comments, string author ) : Comment
GetNodeCommentByAuthor ( this nodes, string author ) : TreeNode

Private Methods

Méthode Description
GetAllNodesRecursive ( IEnumerable nodes ) : List

Method Details

GetAllNodesRecursive() public static méthode

public static GetAllNodesRecursive ( this treeView ) : List
treeView this
Résultat List

GetCommentByAuthor() public static méthode

public static GetCommentByAuthor ( this comments, string author ) : Comment
comments this
author string
Résultat BindaTests.NeededObjects.Comment

GetNodeCommentByAuthor() public static méthode

public static GetNodeCommentByAuthor ( this nodes, string author ) : TreeNode
nodes this
author string
Résultat System.Windows.Forms.TreeNode