Class ProviderElementCollection
Inheritance
System.Object
ProviderElementCollection
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class ProviderElementCollection : ConfigurationElementCollection, IEnumerable<ProviderElement>, IEnumerable
Constructors
ProviderElementCollection()
Declaration
public ProviderElementCollection()
Methods
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System. |
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type | Name | Description |
---|---|---|
System. |
element |
Returns
Type | Description |
---|---|
System. |
GetEnumerator()
Declaration
public IEnumerator<ProviderElement> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable