C# Class SimpleConfigSections.ConfigurationSectionForInterface

Inheritance: System.Configuration.ConfigurationSection, IConfigValue, IBaseValueProvider
Mostra file Open project: miensol/SimpleConfigSections Class Usage Examples

Public Methods

Method Description
ConfigurationSectionForInterface ( Type interfaceType ) : System
Value ( PropertyInfo property ) : object
this ( PropertyInfo property ) : object

Protected Methods

Method Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
DeserializeSection ( XmlReader reader ) : void
Init ( ) : void

Method Details

ConfigurationSectionForInterface() public method

public ConfigurationSectionForInterface ( Type interfaceType ) : System
interfaceType System.Type
return System

DeserializeElement() protected method

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader
serializeCollectionKey bool
return void

DeserializeSection() protected method

protected DeserializeSection ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

Init() protected method

protected Init ( ) : void
return void

Value() public method

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

this() public method

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