Show / Hide Table of Contents

Class NavDataPageHierarchicalEnumerable

Inheritance
object
ArrayList
NavDataPageHierarchicalEnumerable
Implements
IList
ICollection
ICloneable
IHierarchicalEnumerable
IEnumerable
Inherited Members
ArrayList.Adapter(IList)
ArrayList.Add(object)
ArrayList.AddRange(ICollection)
ArrayList.BinarySearch(int, int, object, IComparer)
ArrayList.BinarySearch(object)
ArrayList.BinarySearch(object, IComparer)
ArrayList.Clear()
ArrayList.Clone()
ArrayList.Contains(object)
ArrayList.CopyTo(Array)
ArrayList.CopyTo(Array, int)
ArrayList.CopyTo(int, Array, int, int)
ArrayList.FixedSize(IList)
ArrayList.FixedSize(ArrayList)
ArrayList.GetEnumerator()
ArrayList.GetEnumerator(int, int)
ArrayList.IndexOf(object)
ArrayList.IndexOf(object, int)
ArrayList.IndexOf(object, int, int)
ArrayList.Insert(int, object)
ArrayList.InsertRange(int, ICollection)
ArrayList.LastIndexOf(object)
ArrayList.LastIndexOf(object, int)
ArrayList.LastIndexOf(object, int, int)
ArrayList.ReadOnly(IList)
ArrayList.ReadOnly(ArrayList)
ArrayList.Remove(object)
ArrayList.RemoveAt(int)
ArrayList.RemoveRange(int, int)
ArrayList.Repeat(object, int)
ArrayList.Reverse()
ArrayList.Reverse(int, int)
ArrayList.SetRange(int, ICollection)
ArrayList.GetRange(int, int)
ArrayList.Sort()
ArrayList.Sort(IComparer)
ArrayList.Sort(int, int, IComparer)
ArrayList.Synchronized(IList)
ArrayList.Synchronized(ArrayList)
ArrayList.ToArray()
ArrayList.ToArray(Type)
ArrayList.TrimToSize()
ArrayList.Capacity
ArrayList.Count
ArrayList.IsFixedSize
ArrayList.IsReadOnly
ArrayList.IsSynchronized
ArrayList.SyncRoot
ArrayList.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class NavDataPageHierarchicalEnumerable : ArrayList, IList, ICollection, ICloneable, IHierarchicalEnumerable, IEnumerable

Constructors

NavDataPageHierarchicalEnumerable()

Declaration
public NavDataPageHierarchicalEnumerable()

Methods

GetHierarchyData(object)

Declaration
public virtual IHierarchyData GetHierarchyData(object enumeratedItem)
Parameters
Type Name Description
object enumeratedItem
Returns
Type Description
IHierarchyData

Implements

IList
ICollection
ICloneable
IHierarchicalEnumerable
IEnumerable

Extension Methods

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