C# Класс Ctc.Ods.Config.SettingsConfigHandler

Наследование: IConfigurationSectionHandler
Показать файл Открыть проект

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

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

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

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

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