C# Class ThemeEditor.WPF.XmlSettingsProvider

Inheritance: System.Configuration.SettingsProvider
Afficher le fichier Open project: usagirei/3DS-Theme-Editor

Méthodes publiques

Méthode Description
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection config ) : void
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
XmlDeserializeProperty ( string objectData, Type type ) : object
XmlSerializeProperty ( XmlWriter writer, SettingsPropertyValue value ) : void

Private Methods

Méthode Description
IsUserScope ( SettingsProperty property ) : bool

Method Details

GetPropertyValues() public méthode

public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
context System.Configuration.SettingsContext
collection System.Configuration.SettingsPropertyCollection
Résultat System.Configuration.SettingsPropertyValueCollection

Initialize() public méthode

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
Résultat void

SetPropertyValues() public méthode

public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
context System.Configuration.SettingsContext
collection System.Configuration.SettingsPropertyValueCollection
Résultat void

XmlDeserializeProperty() public static méthode

public static XmlDeserializeProperty ( string objectData, Type type ) : object
objectData string
type System.Type
Résultat object

XmlSerializeProperty() public static méthode

public static XmlSerializeProperty ( XmlWriter writer, SettingsPropertyValue value ) : void
writer System.Xml.XmlWriter
value System.Configuration.SettingsPropertyValue
Résultat void