Show / Hide Table of Contents

Class SearchContentModuleInfoCollection

Inheritance
object
CollectionBase
SearchContentModuleInfoCollection
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.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class SearchContentModuleInfoCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

SearchContentModuleInfoCollection()

Declaration
public SearchContentModuleInfoCollection()

SearchContentModuleInfoCollection(SearchContentModuleInfoCollection)

Declaration
public SearchContentModuleInfoCollection(SearchContentModuleInfoCollection value)
Parameters
Type Name Description
SearchContentModuleInfoCollection value

SearchContentModuleInfoCollection(SearchContentModuleInfo[])

Declaration
public SearchContentModuleInfoCollection(SearchContentModuleInfo[] value)
Parameters
Type Name Description
SearchContentModuleInfo[] value

Properties

this[int]

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

Methods

Add(SearchContentModuleInfo)

Declaration
public int Add(SearchContentModuleInfo value)
Parameters
Type Name Description
SearchContentModuleInfo value
Returns
Type Description
int

AddRange(SearchContentModuleInfoCollection)

Declaration
public void AddRange(SearchContentModuleInfoCollection value)
Parameters
Type Name Description
SearchContentModuleInfoCollection value

AddRange(SearchContentModuleInfo[])

Declaration
public void AddRange(SearchContentModuleInfo[] value)
Parameters
Type Name Description
SearchContentModuleInfo[] value

Contains(SearchContentModuleInfo)

Declaration
public bool Contains(SearchContentModuleInfo value)
Parameters
Type Name Description
SearchContentModuleInfo value
Returns
Type Description
bool

CopyTo(SearchContentModuleInfo[], int)

Declaration
public void CopyTo(SearchContentModuleInfo[] array, int index)
Parameters
Type Name Description
SearchContentModuleInfo[] array
int index

IndexOf(SearchContentModuleInfo)

Declaration
public int IndexOf(SearchContentModuleInfo value)
Parameters
Type Name Description
SearchContentModuleInfo value
Returns
Type Description
int

Insert(int, SearchContentModuleInfo)

Declaration
public void Insert(int index, SearchContentModuleInfo value)
Parameters
Type Name Description
int index
SearchContentModuleInfo value

Remove(SearchContentModuleInfo)

Declaration
public void Remove(SearchContentModuleInfo value)
Parameters
Type Name Description
SearchContentModuleInfo value

ToArray()

Declaration
public SearchContentModuleInfo[] ToArray()
Returns
Type Description
SearchContentModuleInfo[]

Implements

IList
ICollection
IEnumerable

Extension Methods

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