Class GroupElementCollection

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

Constructors

GroupElementCollection()

Declaration
public GroupElementCollection()

Properties

DefaultGroup

Declaration
public string DefaultGroup { get; set; }
Property Value
Type Description
System.String

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

Implements

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