Show / Hide Table of Contents

Class ModuleCommunicators

Inheritance
object
CollectionBase
ModuleCommunicators
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 ModuleCommunicators : CollectionBase, IList, ICollection, IEnumerable

Constructors

ModuleCommunicators()

Declaration
public ModuleCommunicators()

Properties

this[int]

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

Methods

Add(IModuleCommunicator)

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

Implements

IList
ICollection
IEnumerable

Extension Methods

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