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

Inheritance: System.Configuration.SettingsProvider
Afficher le fichier Open project: mRemoteNG/mRemoteNG

Private Properties

Свойство Type Description
GetValue string
IsRoaming bool
SetValue void

Méthodes publiques

Méthode 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

Méthode Description
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetValue ( SettingsPropertyValue propVal ) : void

Method Details

GetAppSettingsFilename() public méthode

public GetAppSettingsFilename ( ) : string
Résultat string

GetAppSettingsPath() public méthode

public GetAppSettingsPath ( ) : string
Résultat string

GetDotSettingsFile() public méthode

public GetDotSettingsFile ( ) : string
Résultat string

GetPropertyValues() public méthode

public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
context SettingsContext
props SettingsPropertyCollection
Résultat SettingsPropertyValueCollection

Initialize() public méthode

public Initialize ( string name, NameValueCollection col ) : void
name string
col NameValueCollection
Résultat void

SetPropertyValues() public méthode

public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void
context SettingsContext
propvals SettingsPropertyValueCollection
Résultat void