C# Class BellevueCollege.Config.EmailSettingsConfigHandler

Loads a EmailSettings ConfigurationSection from .config file into a EmailSettings object
Inheritance: IConfigurationSectionHandler
Show file Open project: BellevueCollege/FormsProcessor

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object

Loads a ConfigurationSection from .config file into a EmailSettings object

This method is invoked from the .NET configuration system when parsing the .config file.

Method Details

Create() public method

Loads a ConfigurationSection from .config file into a EmailSettings object
This method is invoked from the .NET configuration system when parsing the .config file.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object Parent object
configContext object Configuration context object
section System.Xml.XmlNode EmailSettings XML node from the configuration file
return object