Class CustomizationProviderElementCollection
Inheritance
System.Object
CustomizationProviderElementCollection
Implements
System.Collections.Generic.IEnumerable<CustomizationProviderElement>
System.Collections.IEnumerable
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class CustomizationProviderElementCollection : ConfigurationElementCollection, IEnumerable<CustomizationProviderElement>, IEnumerable
Constructors
CustomizationProviderElementCollection()
Declaration
public CustomizationProviderElementCollection()
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<CustomizationProviderElement> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<CustomizationProviderElement> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable