C# Class SimpleConfigSections.ConfigurationElementCollectionForInterface

Inheritance: System.Configuration.ConfigurationElementCollection, IConfigValue
Afficher le fichier Open project: miensol/SimpleConfigSections

Méthodes publiques

Méthode Description
Value ( PropertyInfo property ) : object

Méthodes protégées

Méthode Description
ConfigurationElementCollectionForInterface ( Type elementType ) : System
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Méthode Description
CreateElements ( ) : IList

Method Details

ConfigurationElementCollectionForInterface() protected méthode

protected ConfigurationElementCollectionForInterface ( Type elementType ) : System
elementType System.Type
Résultat System

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

Value() public méthode

public Value ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
Résultat object