C# Class SimpleConfigSections.ConfigurationSectionForInterface

Inheritance: System.Configuration.ConfigurationSection, IConfigValue, IBaseValueProvider
Afficher le fichier Open project: miensol/SimpleConfigSections Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationSectionForInterface ( Type interfaceType ) : System
Value ( PropertyInfo property ) : object
this ( PropertyInfo property ) : object

Méthodes protégées

Méthode Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
DeserializeSection ( XmlReader reader ) : void
Init ( ) : void

Method Details

ConfigurationSectionForInterface() public méthode

public ConfigurationSectionForInterface ( Type interfaceType ) : System
interfaceType System.Type
Résultat System

DeserializeElement() protected méthode

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader
serializeCollectionKey bool
Résultat void

DeserializeSection() protected méthode

protected DeserializeSection ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

Init() protected méthode

protected Init ( ) : void
Résultat void

Value() public méthode

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

this() public méthode

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