Show / Hide Table of Contents

Class SearchContentModuleInfoCollection

Inheritance
object
CollectionBase
GenericCollectionBase<SearchContentModuleInfo>
SearchContentModuleInfoCollection
Implements
IList
ICollection
IList<SearchContentModuleInfo>
ICollection<SearchContentModuleInfo>
IEnumerable<SearchContentModuleInfo>
IEnumerable
Inherited Members
GenericCollectionBase<SearchContentModuleInfo>.Add(SearchContentModuleInfo)
GenericCollectionBase<SearchContentModuleInfo>.Remove(SearchContentModuleInfo)
GenericCollectionBase<SearchContentModuleInfo>.Contains(SearchContentModuleInfo)
GenericCollectionBase<SearchContentModuleInfo>.CopyTo(SearchContentModuleInfo[], int)
GenericCollectionBase<SearchContentModuleInfo>.IndexOf(SearchContentModuleInfo)
GenericCollectionBase<SearchContentModuleInfo>.Insert(int, SearchContentModuleInfo)
GenericCollectionBase<SearchContentModuleInfo>.IsReadOnly
GenericCollectionBase<SearchContentModuleInfo>.this[int]
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 : GenericCollectionBase<SearchContentModuleInfo>, IList, ICollection, IList<SearchContentModuleInfo>, ICollection<SearchContentModuleInfo>, IEnumerable<SearchContentModuleInfo>, 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

Methods

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

ToArray()

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

Implements

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

Extension Methods

CollectionExtensions.ForEach<TType>(IEnumerable<TType>, Action<TType>)
PagingExtensions.InPagesOf<T>(IEnumerable<T>, int)
PagingExtensions.ToPagedList<T>(IEnumerable<T>, int, int)
EnumerableExtensions.ToDataTable(IEnumerable<dynamic>)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS