C# Класс Innovatian.Configuration.DotNetConfigurationSource

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

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

Метод Описание
DotNetConfigurationSource ( ) : System

Initializes a new instance of the DotNetConfigurationSource class.

DotNetConfigurationSource ( string xml ) : System

Initializes a new instance of the DotNetConfigurationSource class.

FromFile ( string fileName ) : IConfigurationSource

Froms the file.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

ToXml ( IConfigurationSection section ) : System.Xml.Linq.XElement

Converts the given IConfigurationSection to an XML representation.

ToXml ( IEnumerable sections ) : string

Converts the given IConfigurationSections to an XML representation.

Защищенные методы

Метод Описание
Process ( System.Xml.Linq.XDocument document ) : void

Processes the specified document.

Приватные методы

Метод Описание
CreateConfigurationSection ( string current, string>.IEnumerable items ) : void
GetSections ( System.Xml.Linq.XDocument document ) : IEnumerable
GetSectionsImpl ( System.Xml.Linq.XDocument document ) : IEnumerable
GetSettings ( System.Xml.Linq.XDocument document, string sectionName ) : string>>.IEnumerable

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

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

Initializes a new instance of the DotNetConfigurationSource class.
public DotNetConfigurationSource ( ) : System
Результат System

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

Initializes a new instance of the DotNetConfigurationSource class.
public DotNetConfigurationSource ( string xml ) : System
xml string The XML source.
Результат System

FromFile() публичный статический Метод

Froms the file.
public static FromFile ( string fileName ) : IConfigurationSource
fileName string Name of the file.
Результат IConfigurationSource

Process() защищенный Метод

Processes the specified document.
protected Process ( System.Xml.Linq.XDocument document ) : void
document System.Xml.Linq.XDocument The document.
Результат void

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

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

ToXml() публичный статический Метод

Converts the given IConfigurationSection to an XML representation.
public static ToXml ( IConfigurationSection section ) : System.Xml.Linq.XElement
section IConfigurationSection /// The section to convert to XML. ///
Результат System.Xml.Linq.XElement

ToXml() публичный статический Метод

Converts the given IConfigurationSections to an XML representation.
public static ToXml ( IEnumerable sections ) : string
sections IEnumerable /// The sections to convert to XML. ///
Результат string