C# Class System.Configuration.IgnoreSection

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

Méthodes publiques

Méthode Description
IgnoreSection ( ) : 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

DeserializeSection() protected méthode

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

IgnoreSection() public méthode

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

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