C# Class System.Configuration.IgnoreSection

Inheritance: ConfigurationSection
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
IgnoreSection ( ) : System.Xml

Protected Methods

Method Description
DeserializeSection ( XmlReader xmlReader ) : void
IsModified ( ) : bool
Reset ( ConfigurationElement parentSection ) : void
ResetModified ( ) : void
SerializeSection ( ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode ) : string

Private Methods

Method Description
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

Method Details

DeserializeSection() protected method

protected DeserializeSection ( XmlReader xmlReader ) : void
xmlReader System.Xml.XmlReader
return void

IgnoreSection() public method

public IgnoreSection ( ) : System.Xml
return System.Xml

IsModified() protected method

protected IsModified ( ) : bool
return bool

Reset() protected method

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
return void

ResetModified() protected method

protected ResetModified ( ) : void
return void

SerializeSection() protected method

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