C# Class SimpleConfigSections.ConfigurationElementCollectionForInterface

Inheritance: System.Configuration.ConfigurationElementCollection, IConfigValue
Mostra file Open project: miensol/SimpleConfigSections

Public Methods

Method Description
Value ( PropertyInfo property ) : object

Protected Methods

Method Description
ConfigurationElementCollectionForInterface ( Type elementType ) : System
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Method Description
CreateElements ( ) : IList

Method Details

ConfigurationElementCollectionForInterface() protected method

protected ConfigurationElementCollectionForInterface ( Type elementType ) : System
elementType System.Type
return System

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

Value() public method

public Value ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
return object