C# Class Rolcore.Configuration.ConfigurationExtensions

Extension methods for System.Configuration.Configuration.
Mostra file Open project: Rollins/Rolcore

Public Methods

Method Description
DeleteAppSetting ( this config, string key ) : void
WriteAppSetting ( this config, string key, string value ) : void

Private Methods

Method Description
IsAppSettingsReadOnly ( this config ) : bool

Method Details

DeleteAppSetting() public static method

public static DeleteAppSetting ( this config, string key ) : void
config this
key string
return void

WriteAppSetting() public static method

public static WriteAppSetting ( this config, string key, string value ) : void
config this
key string
value string
return void