Method | Description | |
---|---|---|
AddAlias ( string key, |
||
AddAlias ( string alias, bool value ) : void | ||
AddAlias ( string key, string alias, int value ) : void | ||
AliasText ( ) : System | ||
ContainsBoolean ( string key ) : bool | ||
ContainsInt ( string key, string alias ) : bool | ||
GetBoolean ( string key ) : bool | ||
GetInt ( string key, string alias ) : int |
Method | Description | |
---|---|---|
DefaultAliasLoad ( ) : void |
Loads the default alias values.
|
|
InsensitiveHashtable ( ) : |
Returns a case insensitive hashtable.
|
|
SetAliasTypes ( string key, |
Extracts and sets the alias types from an enumeration.
|
public AddAlias ( string key, |
||
key | string | |
enumAlias | ||
return | void |
public AddAlias ( string alias, bool value ) : void | ||
alias | string | |
value | bool | |
return | void |
public AddAlias ( string key, string alias, int value ) : void | ||
key | string | |
alias | string | |
value | int | |
return | void |
public ContainsInt ( string key, string alias ) : bool | ||
key | string | |
alias | string | |
return | bool |
public GetInt ( string key, string alias ) : int | ||
key | string | |
alias | string | |
return | int |