Table of Contents

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

string

SearchOption

public SearchOption SearchOption { get; set; }

Property Value

SearchOption

SearchPattern

public string SearchPattern { get; set; }

Property Value

string

Methods

GetChildren(object)

public IEnumerable GetChildren(object parent)

Parameters

parent object

Returns

IEnumerable

GetParent(object)

public object GetParent(object current)

Parameters

current object

Returns

object