Свойство | Тип | Описание | |
---|---|---|---|
keys |
Метод | Описание | |
---|---|---|
Add ( string key, string value ) : void | ||
ConfigBase ( string name, IConfigSource source ) : System | ||
Contains ( string key ) : bool | ||
Get ( string key ) : string | ||
Get ( string key, string defaultValue ) : string | ||
GetBoolean ( string key ) : bool | ||
GetBoolean ( string key, bool defaultValue ) : bool | ||
GetDouble ( string key ) : double | ||
GetDouble ( string key, double defaultValue ) : double | ||
GetExpanded ( string key ) : string | ||
GetFloat ( string key ) : float | ||
GetFloat ( string key, float defaultValue ) : float | ||
GetInt ( string key ) : int | ||
GetInt ( string key, bool fromAlias ) : int | ||
GetInt ( string key, int defaultValue ) : int | ||
GetInt ( string key, int defaultValue, bool fromAlias ) : int | ||
GetKeys ( ) : string[] | ||
GetLong ( string key ) : long | ||
GetLong ( string key, long defaultValue ) : long | ||
GetString ( string key ) : string | ||
GetString ( string key, string defaultValue ) : string | ||
GetValues ( ) : string[] | ||
Remove ( string key ) : void | ||
Set ( string key, object value ) : void |
Метод | Описание | |
---|---|---|
OnKeyRemoved ( |
||
OnKeySet ( |
Метод | Описание | |
---|---|---|
GetBooleanAlias ( string key ) : bool |
Returns the boolean alias first from this IConfig then the parent if there is none.
|
|
GetIntAlias ( string key, string alias ) : int |
Returns the integer alias first from this IConfig then the parent if there is none.
|
|
Rename ( string name ) : void |
Renames the config to the new name.
|
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public ConfigBase ( string name, IConfigSource source ) : System | ||
name | string | |
source | IConfigSource | |
Результат | System |
public Get ( string key, string defaultValue ) : string | ||
key | string | |
defaultValue | string | |
Результат | string |
public GetBoolean ( string key, bool defaultValue ) : bool | ||
key | string | |
defaultValue | bool | |
Результат | bool |
public GetDouble ( string key, double defaultValue ) : double | ||
key | string | |
defaultValue | double | |
Результат | double |
public GetExpanded ( string key ) : string | ||
key | string | |
Результат | string |
public GetFloat ( string key, float defaultValue ) : float | ||
key | string | |
defaultValue | float | |
Результат | float |
public GetInt ( string key, bool fromAlias ) : int | ||
key | string | |
fromAlias | bool | |
Результат | int |
public GetInt ( string key, int defaultValue ) : int | ||
key | string | |
defaultValue | int | |
Результат | int |
public GetInt ( string key, int defaultValue, bool fromAlias ) : int | ||
key | string | |
defaultValue | int | |
fromAlias | bool | |
Результат | int |
public GetLong ( string key, long defaultValue ) : long | ||
key | string | |
defaultValue | long | |
Результат | long |
public GetString ( string key, string defaultValue ) : string | ||
key | string | |
defaultValue | string | |
Результат | string |
protected OnKeyRemoved ( |
||
e | ||
Результат | void |
protected OnKeySet ( |
||
e | ||
Результат | void |
public Set ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |