C# Class System.Configuration.SettingValueElement

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

Méthodes publiques

Méthode Description
Equals ( object settingValue ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
IsModified ( ) : bool
Reset ( ConfigurationElement parentElement ) : void
ResetModified ( ) : void
SerializeToXmlElement ( XmlWriter writer, string elementName ) : bool
Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void

Method Details

DeserializeElement() protected méthode

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

Equals() public méthode

public Equals ( object settingValue ) : bool
settingValue object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

Reset() protected méthode

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

ResetModified() protected méthode

protected ResetModified ( ) : void
Résultat void

SerializeToXmlElement() protected méthode

protected SerializeToXmlElement ( XmlWriter writer, string elementName ) : bool
writer System.Xml.XmlWriter
elementName string
Résultat bool

Unmerge() protected méthode

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
Résultat void