Class ProviderElementCollection

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

Constructors

ProviderElementCollection()

Declaration
public ProviderElementCollection()

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<ProviderElement> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ProviderElement>

Implements

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