Метод | Описание | |
---|---|---|
Add ( IConfigurationProvider configurationProvider, bool setAll = false ) : void |
|
|
Commit ( ) : void |
|
|
ConfigurationManager ( ) : System |
|
|
Load ( ) : void |
|
|
RegisterAttributes ( ) : void |
|
|
RegisterAttributes ( |
|
|
Set ( string key, object value ) : void |
|
|
TryGet ( string key, object &value ) : bool |
|
public Add ( IConfigurationProvider configurationProvider, bool setAll = false ) : void | ||
configurationProvider | IConfigurationProvider | |
setAll | bool | |
Результат | void |
public RegisterAttributes ( |
||
assembly | ||
Результат | void |
public Set ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |
public TryGet ( string key, object &value ) : bool | ||
key | string | |
value | object | |
Результат | bool |