C# Class Talis.XIVPlugin.Twintania.Properties.Settings

Inheritance: System.Configuration.ApplicationSettingsBase, INotifyPropertyChanged
Afficher le fichier Open project: Bio2hazard/talis.xivplugin.twintania

Private Properties

Свойство Type Description
DefaultSettings void
RaisePropertyChanged void
SaveSettingsNode void

Méthodes publiques

Méthode Description
Reset ( ) : void
Save ( ) : void
SetValue ( string key, string value, IFormatProvider format = null ) : void

Private Methods

Méthode Description
DefaultSettings ( ) : void
RaisePropertyChanged ( [ caller = "" ) : void
SaveSettingsNode ( ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( string key, string value, IFormatProvider format = null ) : void
key string
value string
format IFormatProvider
Résultat void