Show / Hide Table of Contents

Class MessageHandlersCollection

Inheritance
object
ConfigurationElement
ConfigurationElementCollection
MessageHandlersCollection
Implements
ICollection
ICollection<ConfigurationElement>
IEnumerable<ConfigurationElement>
IEnumerable
Inherited Members
ConfigurationElementCollection.IsModified()
ConfigurationElementCollection.ResetModified()
ConfigurationElementCollection.IsReadOnly()
ConfigurationElementCollection.SetReadOnly()
ConfigurationElementCollection.Equals(object)
ConfigurationElementCollection.GetHashCode()
ConfigurationElementCollection.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
ConfigurationElementCollection.Reset(ConfigurationElement)
ConfigurationElementCollection.CopyTo(ConfigurationElement[], int)
ConfigurationElementCollection.GetEnumerator()
ConfigurationElementCollection.BaseAdd(ConfigurationElement)
ConfigurationElementCollection.BaseAdd(ConfigurationElement, bool)
ConfigurationElementCollection.BaseIndexOf(ConfigurationElement)
ConfigurationElementCollection.BaseAdd(int, ConfigurationElement)
ConfigurationElementCollection.BaseRemove(object)
ConfigurationElementCollection.BaseGet(object)
ConfigurationElementCollection.BaseIsRemoved(object)
ConfigurationElementCollection.BaseGet(int)
ConfigurationElementCollection.BaseGetAllKeys()
ConfigurationElementCollection.BaseGetKey(int)
ConfigurationElementCollection.BaseClear()
ConfigurationElementCollection.BaseRemoveAt(int)
ConfigurationElementCollection.SerializeElement(XmlWriter, bool)
ConfigurationElementCollection.OnDeserializeUnrecognizedElement(string, XmlReader)
ConfigurationElementCollection.CreateNewElement(string)
ConfigurationElementCollection.IsElementRemovable(ConfigurationElement)
ConfigurationElementCollection.IsElementName(string)
ConfigurationElementCollection.AddElementName
ConfigurationElementCollection.RemoveElementName
ConfigurationElementCollection.ClearElementName
ConfigurationElementCollection.Count
ConfigurationElementCollection.EmitClear
ConfigurationElementCollection.IsSynchronized
ConfigurationElementCollection.SyncRoot
ConfigurationElementCollection.ElementName
ConfigurationElementCollection.ThrowOnDuplicate
ConfigurationElementCollection.CollectionType
ConfigurationElement.Init()
ConfigurationElement.ListErrors(IList)
ConfigurationElement.InitializeDefault()
ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
ConfigurationElement.DeserializeElement(XmlReader, bool)
ConfigurationElement.OnRequiredPropertyNotFound(string)
ConfigurationElement.PostDeserialize()
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
ConfigurationElement.GetTransformedTypeString(string)
ConfigurationElement.GetTransformedAssemblyString(string)
ConfigurationElement.LockAttributes
ConfigurationElement.LockAllAttributesExcept
ConfigurationElement.LockElements
ConfigurationElement.LockAllElementsExcept
ConfigurationElement.LockItem
ConfigurationElement.this[ConfigurationProperty]
ConfigurationElement.this[string]
ConfigurationElement.Properties
ConfigurationElement.ElementInformation
ConfigurationElement.EvaluationContext
ConfigurationElement.ElementProperty
ConfigurationElement.HasContext
ConfigurationElement.CurrentConfiguration
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.ConfigSection
Assembly: DotNetNuke.Web.dll
Syntax
public class MessageHandlersCollection : ConfigurationElementCollection, ICollection, ICollection<ConfigurationElement>, IEnumerable<ConfigurationElement>, IEnumerable

Constructors

MessageHandlersCollection()

Declaration
public MessageHandlersCollection()

Properties

this[int]

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

Methods

Add(ConfigurationElement)

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

Clear()

Declaration
public void Clear()

Contains(ConfigurationElement)

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

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
ConfigurationElement
Overrides
ConfigurationElementCollection.CreateNewElement()

GetElementKey(ConfigurationElement)

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
ConfigurationElement element
Returns
Type Description
object
Overrides
ConfigurationElementCollection.GetElementKey(ConfigurationElement)

Remove(ConfigurationElement)

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

Implements

ICollection
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

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