Class RepositoryCleanerElementCollection
Namespace: Aurigma.DesignAtoms.Configuration.RepositoryCleanersConfig
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class RepositoryCleanerElementCollection : ConfigurationElementCollection
Inheritance: System.Object -> RepositoryCleanerElementCollection
Constructors
RepositoryCleanerElementCollection
public RepositoryCleanerElementCollection()
Properties
Item[Int32]
public RepositoryCleanerParameterElement this[int index] { get; }
Methods
CreateNewElement
protected override ConfigurationElement CreateNewElement()
Returns
System.Configuration.ConfigurationElement
GetElementKey
protected override object GetElementKey(ConfigurationElement element)
Parameters
| Type | Name | Description |
|---|---|---|
System.Configuration.ConfigurationElement | element |
Returns
System.Object