Click or drag to resize

SimpleTreeT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreSimpleTreeBaseInt32, T
    Dynamicweb.CoreSimpleTreeT

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public class SimpleTree<T> : SimpleTreeBase<int, T>
where T : class

Type Parameters

T

The SimpleTreeT type exposes the following members.

Constructors
  NameDescription
Public methodSimpleTreeT
Initializes a new instance of the SimpleTreeT class
Top
Properties
Methods
  NameDescription
Protected methodAddChild (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodGetAll (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodGetAncestors (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodGetChildren (Inherited from SimpleTreeBaseTKey, TValue.)
Protected methodGetNode (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodGetRoot (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodMakeSubTree(Int32, Boolean)
Public methodMakeSubTree(Int32, Int32, Boolean)
Protected methodSetRoot(SimpleTreeBaseTKey, TValueSimpleTreeNode) (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodSetRoot(TKey, TValue, Boolean) (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTryFill (Inherited from SimpleTreeBaseTKey, TValue.)
Protected methodTryGetNode Obsolete. (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTryGetValue(TKey) Obsolete. (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTryGetValue(TKey, TValue) (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTryRemoveNode (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTryReplaceNode (Inherited from SimpleTreeBaseTKey, TValue.)
Public methodTrySetNode (Inherited from SimpleTreeBaseTKey, TValue.)
Top
See Also