C# Class System.Configuration.AppSettingsSection

Inheritance: ConfigurationSection
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
EnsureStaticPropertyBag ConfigurationPropertyCollection

Méthodes publiques

Méthode Description
AppSettingsSection ( ) : System

Méthodes protégées

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

Méthode Description
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

Method Details

AppSettingsSection() public méthode

public AppSettingsSection ( ) : System
Résultat System

DeserializeElement() protected méthode

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader XmlReader
serializeCollectionKey bool
Résultat void

GetRuntimeObject() protected méthode

protected GetRuntimeObject ( ) : object
Résultat object

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

Reset() protected méthode

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
Résultat void

SerializeSection() protected méthode

protected SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string
parentElement ConfigurationElement
name string
saveMode ConfigurationSaveMode
Résultat string