C# 클래스 System.Configuration.IgnoreSection

상속: ConfigurationSection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
IgnoreSection ( ) : System.Xml

보호된 메소드들

메소드 설명
DeserializeSection ( XmlReader xmlReader ) : void
IsModified ( ) : bool
Reset ( ConfigurationElement parentSection ) : void
ResetModified ( ) : void
SerializeSection ( ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode ) : string

비공개 메소드들

메소드 설명
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

메소드 상세

DeserializeSection() 보호된 메소드

protected DeserializeSection ( XmlReader xmlReader ) : void
xmlReader System.Xml.XmlReader
리턴 void

IgnoreSection() 공개 메소드

public IgnoreSection ( ) : System.Xml
리턴 System.Xml

IsModified() 보호된 메소드

protected IsModified ( ) : bool
리턴 bool

Reset() 보호된 메소드

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
리턴 void

ResetModified() 보호된 메소드

protected ResetModified ( ) : void
리턴 void

SerializeSection() 보호된 메소드

protected SerializeSection ( ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode ) : string
parentSection ConfigurationElement
name string
saveMode ConfigurationSaveMode
리턴 string