C# Class Orc.NuGetExplorer.NuGetSettings

Inheritance: ISettings
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
DeleteSection ( string section ) : bool
DeleteValue ( string section, string key ) : bool
GetNestedValues ( string section, string subsection ) : IList
GetValue ( string section, string key, bool isPath ) : string
GetValues ( string section, bool isPath ) : IList
NuGetSettings ( IConfigurationService configurationService ) : System
SetNestedValues ( string section, string key, string>.IList values ) : void
SetValue ( string section, string key, string value ) : void
SetValues ( string section, IList values ) : void
SetValues ( string section, string>.IList values ) : void
UpdateSections ( string section, IList values ) : void

Private Methods

Méthode Description
ConvertToFullPath ( string result ) : string
EnsureSectionExists ( string section ) : void
GetNuGetValue ( string section, string key, bool isPath ) : NuGet.SettingValue
GetNuGetValue ( string section, string subsection, string key, bool isPath ) : NuGet.SettingValue
GetNuGetValues ( string section, bool isPath = false ) : IList
GetNuGetValues ( string section, string subsection, bool isPath = false ) : IList
GetSectionListKey ( ) : string
GetSectionValueKey ( string section, string key ) : string
GetSectionValuesListKey ( string section ) : string
GetSubsectionValueKey ( string section, string subsection, string key ) : string
GetSubsectionValuesListKey ( string section, string subsection ) : string
SetNuGetValue ( string section, string key, string value ) : void
SetNuGetValue ( string section, string subsection, string key, string value ) : void
SetNuGetValues ( string section, string>.IList values ) : void
SetNuGetValues ( string section, string subsection, string>.IList values ) : void
UpdateKeysList ( string>.IList values, string valuesListKey ) : void

Method Details

DeleteSection() public méthode

public DeleteSection ( string section ) : bool
section string
Résultat bool

DeleteValue() public méthode

public DeleteValue ( string section, string key ) : bool
section string
key string
Résultat bool

GetNestedValues() public méthode

public GetNestedValues ( string section, string subsection ) : IList
section string
subsection string
Résultat IList

GetValue() public méthode

public GetValue ( string section, string key, bool isPath ) : string
section string
key string
isPath bool
Résultat string

GetValues() public méthode

public GetValues ( string section, bool isPath ) : IList
section string
isPath bool
Résultat IList

NuGetSettings() public méthode

public NuGetSettings ( IConfigurationService configurationService ) : System
configurationService IConfigurationService
Résultat System

SetNestedValues() public méthode

public SetNestedValues ( string section, string key, string>.IList values ) : void
section string
key string
values string>.IList
Résultat void

SetValue() public méthode

public SetValue ( string section, string key, string value ) : void
section string
key string
value string
Résultat void

SetValues() public méthode

public SetValues ( string section, IList values ) : void
section string
values IList
Résultat void

SetValues() public méthode

public SetValues ( string section, string>.IList values ) : void
section string
values string>.IList
Résultat void

UpdateSections() public méthode

public UpdateSections ( string section, IList values ) : void
section string
values IList
Résultat void