C# Class System.Configuration.DefaultSection

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

Méthodes publiques

Méthode Description
DefaultSection ( ) : System.Xml

Méthodes protégées

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

Private Methods

Méthode Description
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

Method Details

DefaultSection() public méthode

public DefaultSection ( ) : System.Xml
Résultat System.Xml

DeserializeSection() protected méthode

protected DeserializeSection ( XmlReader xmlReader ) : void
xmlReader System.Xml.XmlReader
Résultat void

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

Reset() protected méthode

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

ResetModified() protected méthode

protected ResetModified ( ) : void
Résultat void

SerializeSection() protected méthode

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