C# 클래스 BellevueCollege.Config.EmailSettingsConfigHandler

Loads a EmailSettings ConfigurationSection from .config file into a EmailSettings object
상속: IConfigurationSectionHandler
파일 보기 프로젝트 열기: BellevueCollege/FormsProcessor

공개 메소드들

메소드 설명
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