Méthode | Description | |
---|---|---|
DeleteSection ( string section ) : bool | ||
DeleteValue ( string section, string key ) : bool | ||
GetNestedValues ( string section, string key ) : string>>.IList |
||
GetValue ( string section, string key ) : string | ||
GetValues ( string section ) : string>>.IList |
||
LoadDefaultSettings ( ) : ISettings | ||
SetNestedValues ( string section, string key, string>.IList |
||
SetValue ( string section, string key, string value ) : void | ||
SetValues ( string section, string>.IList |
||
Settings ( IFileSystem fileSystem ) : System |
Méthode | Description | |
---|---|---|
EmptyList ( ) : string>>.IList |
||
FindElementByKey ( System.Xml.Linq.XElement sectionElement, string key ) : System.Xml.Linq.XElement | ||
GetOrCreateSection ( System.Xml.Linq.XElement parentElement, string sectionName ) : System.Xml.Linq.XElement | ||
GetSection ( System.Xml.Linq.XElement parentElement, string section ) : System.Xml.Linq.XElement | ||
ReadValue ( System.Xml.Linq.XElement element ) : string>.KeyValuePair |
||
Save ( ) : void | ||
SetValueInternal ( System.Xml.Linq.XElement sectionElement, string key, string value ) : void |
public DeleteSection ( string section ) : bool | ||
section | string | |
Résultat | bool |
public DeleteValue ( string section, string key ) : bool | ||
section | string | |
key | string | |
Résultat | bool |
public GetNestedValues ( string section, string key ) : string>>.IList |
||
section | string | |
key | string | |
Résultat | string>>.IList |
public GetValue ( string section, string key ) : string | ||
section | string | |
key | string | |
Résultat | string |
public GetValues ( string section ) : string>>.IList |
||
section | string | |
Résultat | string>>.IList |
public static LoadDefaultSettings ( ) : ISettings | ||
Résultat | ISettings |
public SetNestedValues ( string section, string key, string>.IList |
||
section | string | |
key | string | |
values | string>.IList | |
Résultat | void |
public SetValue ( string section, string key, string value ) : void | ||
section | string | |
key | string | |
value | string | |
Résultat | void |
public SetValues ( string section, string>.IList |
||
section | string | |
values | string>.IList | |
Résultat | void |
public Settings ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | |
Résultat | System |