Show / Hide Table of Contents

Class UniformControlCollection<TOwner, TChildren>

Inheritance
object
UniformControlCollection<TOwner, TChildren>
Implements
IList<TChildren>
ICollection<TChildren>
IEnumerable<TChildren>
IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public sealed class UniformControlCollection<TOwner, TChildren> : IList<TChildren>, ICollection<TChildren>, IEnumerable<TChildren>, IEnumerable where TOwner : Control where TChildren : Control
Type Parameters
Name Description
TOwner
TChildren

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
int

IsReadOnly

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
bool

this[int]

Declaration
public TChildren this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
TChildren

Methods

Add(TChildren)

Declaration
public void Add(TChildren item)
Parameters
Type Name Description
TChildren item

AddAt(int, TChildren)

Declaration
public void AddAt(int index, TChildren childControl)
Parameters
Type Name Description
int index
TChildren childControl

Clear()

Declaration
public void Clear()

Contains(TChildren)

Declaration
public bool Contains(TChildren item)
Parameters
Type Name Description
TChildren item
Returns
Type Description
bool

CopyTo(TChildren[], int)

Declaration
public void CopyTo(TChildren[] array, int arrayIndex)
Parameters
Type Name Description
TChildren[] array
int arrayIndex

GetEnumerator()

Declaration
public IEnumerator<TChildren> GetEnumerator()
Returns
Type Description
IEnumerator<TChildren>

IndexOf(TChildren)

Declaration
public int IndexOf(TChildren item)
Parameters
Type Name Description
TChildren item
Returns
Type Description
int

Insert(int, TChildren)

Declaration
public void Insert(int index, TChildren item)
Parameters
Type Name Description
int index
TChildren item

Remove(TChildren)

Declaration
public bool Remove(TChildren item)
Parameters
Type Name Description
TChildren item
Returns
Type Description
bool

RemoveAt(int)

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

Implements

IList<T>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

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