Class ModuleElementCollection

Inheritance
System.Object
ModuleElementCollection
Implements
System.Collections.Generic.IEnumerable<ModuleElement>
System.Collections.IEnumerable
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class ModuleElementCollection : ConfigurationElementCollection, IEnumerable<ModuleElement>, IEnumerable

Constructors

ModuleElementCollection()

Declaration
public ModuleElementCollection()

Properties

Item[Int32]

Declaration
public ModuleElement this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ModuleElement

Methods

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

GetElementKey(ConfigurationElement)

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element
Returns
Type Description
System.Object

GetEnumerator()

Declaration
public IEnumerator<ModuleElement> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ModuleElement>

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable