C# Class System.Configuration.ConfigurationData

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ConfigurationData ( ) : System
ConfigurationData ( ConfigurationData parent ) : System
GetConfig ( string sectionName ) : object
LoadString ( string data ) : bool

Private Methods

Méthode 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 méthode

public ConfigurationData ( ) : System
Résultat System

ConfigurationData() public méthode

public ConfigurationData ( ConfigurationData parent ) : System
parent ConfigurationData
Résultat System

GetConfig() public méthode

public GetConfig ( string sectionName ) : object
sectionName string
Résultat object

LoadString() public méthode

public LoadString ( string data ) : bool
data string
Résultat bool