C# Class ServiceInsight.Framework.Settings.IsolatedStorageSettingsStore

Inheritance: JsonSettingsStoreBase
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
HasSettings ( string key ) : bool

Méthodes protégées

Méthode Description
ReadTextFile ( string filename ) : string
WriteTextFile ( string filename, string fileContents ) : void

Method Details

HasSettings() public méthode

public HasSettings ( string key ) : bool
key string
Résultat bool

ReadTextFile() protected méthode

protected ReadTextFile ( string filename ) : string
filename string
Résultat string

WriteTextFile() protected méthode

protected WriteTextFile ( string filename, string fileContents ) : void
filename string
fileContents string
Résultat void