Property |
The PropertyAccess Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| PropertyAccess | Constructor - loads all properties of the transferred object "owner" (usually AppSettings). |
| Name | Description of the | |
|---|---|---|
| Description | Returns a descriptive name of this StringValueGetter, e.g. name plus source path if applicable. |
| Name | Description of the | |
|---|---|---|
| GetStringValue | Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. | |
| GetStringValues | Returns a string array for a key. If there is no value for the key, defaultValue is returned. Returns only a single value packed as an array, may have to be be extended. | |
| GetValueT | Returns exactly one value for a key. If there is no value for the key or the value is not of type T, defaultValue is returned. |