Show / Hide Table of Contents

Class ModuleListeners

Inheritance
object
CollectionBase
ModuleListeners
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.Entities.Modules.Communications
Assembly: DotNetNuke.dll
Syntax
public class ModuleListeners : CollectionBase, IList, ICollection, IEnumerable

Constructors

ModuleListeners()

Declaration
public ModuleListeners()

Properties

this[int]

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

Methods

Add(IModuleListener)

Declaration
public int Add(IModuleListener item)
Parameters
Type Name Description
IModuleListener item
Returns
Type Description
int

Implements

IList
ICollection
IEnumerable

Extension Methods

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