Show / Hide Table of Contents

Class NTree<T>

Inheritance
object
NTree<T>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.DataStructures
Assembly: DotNetNuke.dll
Syntax
[DataContract]
public class NTree<T>
Type Parameters
Name Description
T

Constructors

NTree()

Declaration
public NTree()

Fields

Children

Declaration
[DataMember(Name = "children")]
public List<NTree<T>> Children
Field Value
Type Description
List<NTree<T>>

Data

Declaration
[DataMember(Name = "data")]
public T Data
Field Value
Type Description
T

Methods

HasChildren()

Declaration
public bool HasChildren()
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS