C# Class mRemoteNG.Config.Settings.Providers.PortableSettingsProvider

Inheritance: System.Configuration.SettingsProvider
Mostra file Open project: mRemoteNG/mRemoteNG

Private Properties

Property Type Description
GetValue string
IsRoaming bool
SetValue void

Public Methods

Method Description
GetAppSettingsFilename ( ) : string
GetAppSettingsPath ( ) : string
GetDotSettingsFile ( ) : string
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection col ) : void
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : 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

GetDotSettingsFile() public method

public GetDotSettingsFile ( ) : string
return string

GetPropertyValues() public method

public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
context SettingsContext
props SettingsPropertyCollection
return SettingsPropertyValueCollection

Initialize() public method

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

SetPropertyValues() public method

public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void
context SettingsContext
propvals SettingsPropertyValueCollection
return void