C# Class Rolcore.Configuration.ConfigurationExtensions

Extension methods for System.Configuration.Configuration.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
DeleteAppSetting ( this config, string key ) : void
WriteAppSetting ( this config, string key, string value ) : void

Private Methods

Méthode Description
IsAppSettingsReadOnly ( this config ) : bool

Method Details

DeleteAppSetting() public static méthode

public static DeleteAppSetting ( this config, string key ) : void
config this
key string
Résultat void

WriteAppSetting() public static méthode

public static WriteAppSetting ( this config, string key, string value ) : void
config this
key string
value string
Résultat void