메소드 | 설명 | |
---|---|---|
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 |
||
SetValue ( string section, string key, string value ) : void | ||
SetValues ( string section, IList |
||
SetValues ( string section, string>.IList |
||
UpdateSections ( string section, IList |
메소드 | 설명 | |
---|---|---|
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 |
||
SetNuGetValues ( string section, string subsection, string>.IList |
||
UpdateKeysList ( string>.IList |
public DeleteValue ( string section, string key ) : bool | ||
section | string | |
key | string | |
리턴 | bool |
public GetNestedValues ( string section, string subsection ) : IList |
||
section | string | |
subsection | string | |
리턴 | IList |
public GetValue ( string section, string key, bool isPath ) : string | ||
section | string | |
key | string | |
isPath | bool | |
리턴 | string |
public GetValues ( string section, bool isPath ) : IList |
||
section | string | |
isPath | bool | |
리턴 | IList |
public NuGetSettings ( IConfigurationService configurationService ) : System | ||
configurationService | IConfigurationService | |
리턴 | System |
public SetNestedValues ( string section, string key, string>.IList |
||
section | string | |
key | string | |
values | string>.IList | |
리턴 | void |
public SetValue ( string section, string key, string value ) : void | ||
section | string | |
key | string | |
value | string | |
리턴 | void |
public SetValues ( string section, IList |
||
section | string | |
values | IList |
|
리턴 | void |
public SetValues ( string section, string>.IList |
||
section | string | |
values | string>.IList | |
리턴 | void |
public UpdateSections ( string section, IList |
||
section | string | |
values | IList |
|
리턴 | void |