C# Class BindaTests.Extensions

Show file Open project: minton/binda

Public Methods

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

Private Methods

Method Description
GetAllNodesRecursive ( IEnumerable nodes ) : List

Method Details

GetAllNodesRecursive() public static method

public static GetAllNodesRecursive ( this treeView ) : List
treeView this
return List

GetCommentByAuthor() public static method

public static GetCommentByAuthor ( this comments, string author ) : Comment
comments this
author string
return BindaTests.NeededObjects.Comment

GetNodeCommentByAuthor() public static method

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