C# Class System.Configuration.ConfigurationData

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
ConfigurationData ( ) : System
ConfigurationData ( ConfigurationData parent ) : System
GetConfig ( string sectionName ) : object
LoadString ( string data ) : bool

Private Methods

Method Description
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

Method Details

ConfigurationData() public method

public ConfigurationData ( ) : System
return System

ConfigurationData() public method

public ConfigurationData ( ConfigurationData parent ) : System
parent ConfigurationData
return System

GetConfig() public method

public GetConfig ( string sectionName ) : object
sectionName string
return object

LoadString() public method

public LoadString ( string data ) : bool
data string
return bool