Class ExploreTree
- Namespace
- H.Extensions.Tree
- Assembly
- H.Extensions.Tree.dll
public class ExploreTree : ITree, IParent
- Inheritance
-
ExploreTree
- Implements
- Inherited Members
- Extension Methods
Properties
Root
public string Root { get; set; }
Property Value
SearchOption
public SearchOption SearchOption { get; set; }
Property Value
SearchPattern
public string SearchPattern { get; set; }
Property Value
Methods
GetChildren(object)
public IEnumerable GetChildren(object parent)
Parameters
parent
object
Returns
GetParent(object)
public object GetParent(object current)
Parameters
current
object