Show / Hide Table of Contents

Class ListInfoCollection

Inheritance
object
CollectionBase
ListInfoCollection
Implements
IList
ICollection
IEnumerable
Inherited Members
CollectionBase.Clear()
CollectionBase.RemoveAt(int)
CollectionBase.GetEnumerator()
CollectionBase.OnSet(int, object, object)
CollectionBase.OnInsert(int, object)
CollectionBase.OnClear()
CollectionBase.OnRemove(int, object)
CollectionBase.OnValidate(object)
CollectionBase.OnSetComplete(int, object, object)
CollectionBase.OnInsertComplete(int, object)
CollectionBase.OnClearComplete()
CollectionBase.OnRemoveComplete(int, object)
CollectionBase.InnerList
CollectionBase.List
CollectionBase.Capacity
CollectionBase.Count
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public class ListInfoCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

ListInfoCollection()

Declaration
public ListInfoCollection()

Methods

Add(string, object)

Declaration
public void Add(string key, object value)
Parameters
Type Name Description
string key
object value

GetChild(string)

Declaration
public ArrayList GetChild(string parentKey)
Parameters
Type Name Description
string parentKey
Returns
Type Description
ArrayList

GetChildren(string)

Declaration
public ListInfo GetChildren(string parentName)
Parameters
Type Name Description
string parentName
Returns
Type Description
ListInfo

Item(int)

Declaration
public object Item(int index)
Parameters
Type Name Description
int index
Returns
Type Description
object

Item(string)

Declaration
public object Item(string key)
Parameters
Type Name Description
string key
Returns
Type Description
object

Item(string, bool)

Declaration
public object Item(string key, bool cache)
Parameters
Type Name Description
string key
bool cache
Returns
Type Description
object

Implements

IList
ICollection
IEnumerable

Extension Methods

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