C# Class Ctc.Ods.Config.SettingsConfigHandler

Inheritance: IConfigurationSectionHandler
Mostrar archivo Open project: BellevueCollege/CtcApi

Public Methods

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

Loads ConfigurationSection from .config file into a ApiSettings object

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

Method Details

Create() public method

Loads ConfigurationSection from .config file into a ApiSettings 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 Settings XML node from the configuration file
return object