C# Class System.Configuration.AppSettingsSection

Inheritance: ConfigurationSection
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
EnsureStaticPropertyBag ConfigurationPropertyCollection

Public Methods

Method Description
AppSettingsSection ( ) : System

Protected Methods

Method Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
GetRuntimeObject ( ) : object
IsModified ( ) : bool
Reset ( ConfigurationElement parentSection ) : void
SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string

Private Methods

Method Description
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

Method Details

AppSettingsSection() public method

public AppSettingsSection ( ) : System
return System

DeserializeElement() protected method

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader XmlReader
serializeCollectionKey bool
return void

GetRuntimeObject() protected method

protected GetRuntimeObject ( ) : object
return object

IsModified() protected method

protected IsModified ( ) : bool
return bool

Reset() protected method

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

SerializeSection() protected method

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