C# Class PortableSettingsProvider, Baka-MPlayer-old

Inheritance: SettingsProvider
Show file Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Private Properties

Property Type Description
GetValue string
IsRoaming bool
SetValue void

Public Methods

Method Description
GetAppSettingsFilename ( ) : string
GetAppSettingsPath ( ) : string
Initialize ( string name, NameValueCollection col ) : void

Private Methods

Method Description
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetValue ( SettingsPropertyValue propVal ) : void

Method Details

GetAppSettingsFilename() public method

public GetAppSettingsFilename ( ) : string
return string

GetAppSettingsPath() public method

public GetAppSettingsPath ( ) : string
return string

Initialize() public method

public Initialize ( string name, NameValueCollection col ) : void
name string
col NameValueCollection
return void