C# Класс System.Configuration.ConfigurationData

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

Private Properties

Свойство Тип Описание
CreateNewHandler object
GetConfigInternal object
GetDocumentForSection System.Xml.XmlDocument
GetHandler object
GetInnerDoc System.Xml.XmlDocument
InitRead bool
Load bool
LookForFactory object
MoveToNextElement void
ReadConfigFile void
ReadRemoveSection void
ReadSection void
ReadSectionGroup void
ReadSections void
StorePending void
ThrowException void

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

Метод Описание
ConfigurationData ( ) : System
ConfigurationData ( ConfigurationData parent ) : System
GetConfig ( string sectionName ) : object
LoadString ( string data ) : bool

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

Метод Описание
CreateNewHandler ( string sectionName, SectionData section ) : object
GetConfigInternal ( string sectionName ) : object
GetDocumentForSection ( string sectionName ) : XmlDocument
GetHandler ( string sectionName ) : object
GetInnerDoc ( XmlDocument doc, int i, string sectionPath ) : XmlDocument
InitRead ( XmlTextReader reader ) : bool
Load ( string fileName ) : bool
LookForFactory ( string key ) : object
MoveToNextElement ( XmlTextReader reader ) : void
ReadConfigFile ( XmlTextReader reader ) : void
ReadRemoveSection ( XmlTextReader reader, string sectionName ) : void
ReadSection ( XmlTextReader reader, string sectionName ) : void
ReadSectionGroup ( XmlTextReader reader, string configSection ) : void
ReadSections ( XmlTextReader reader, string configSection ) : void
StorePending ( string name, XmlTextReader reader ) : void
ThrowException ( string text, XmlTextReader reader ) : void

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

ConfigurationData() публичный метод

public ConfigurationData ( ) : System
Результат System

ConfigurationData() публичный метод

public ConfigurationData ( ConfigurationData parent ) : System
parent ConfigurationData
Результат System

GetConfig() публичный метод

public GetConfig ( string sectionName ) : object
sectionName string
Результат object

LoadString() публичный метод

public LoadString ( string data ) : bool
data string
Результат bool