C# Класс BellevueCollege.Config.EmailSettingsConfigHandler

Loads a EmailSettings ConfigurationSection from .config file into a EmailSettings object
Наследование: IConfigurationSectionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Create() публичный Метод

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
Результат object