C# 클래스 System.Configuration.ConfigurationData

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

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