C# Class ServiceInsight.Framework.Settings.IsolatedStorageSettingsStore

Inheritance: JsonSettingsStoreBase
Datei anzeigen Open project: Particular/ServiceInsight

Public Methods

Method Description
HasSettings ( string key ) : bool

Protected Methods

Method Description
ReadTextFile ( string filename ) : string
WriteTextFile ( string filename, string fileContents ) : void

Method Details

HasSettings() public method

public HasSettings ( string key ) : bool
key string
return bool

ReadTextFile() protected method

protected ReadTextFile ( string filename ) : string
filename string
return string

WriteTextFile() protected method

protected WriteTextFile ( string filename, string fileContents ) : void
filename string
fileContents string
return void