![]() | App |
The AppEnvReader Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | GetParametersSources | Returns a dictionary containing the name of the source for each parameter. Can be helpful for troubleshooting in certain cases. |
![]() | GetStringValue | Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible. |
![]() | GetStringValues | Returns a string array for a key. If there is no value for the key, defaultValue is returned. |
![]() | GetValueT | Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible; An attempt is made to cast the determined string value to the return type T. |
![]() | GetValuesT | NOT IMPLEMENTED! Returns an array of values for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible; An attempt is made to cast the determined string value to the return type T. |
![]() | IsDefault | Returns true if the passed property does not have external sources, but was filled by the default value. |
![]() | RegisterKeyValue | List that can be filled externally with key-value pairs. This list is also taken into account in the search. |
![]() | RegisterStringValueGetter | Adds stringValueGetter to the end of the list. |
![]() | RegisterStringValueGetterAt | Inserts stringValueGetter at the passed index into the list. |
![]() | RegisterStringValueGetterBefore | Inserts stringValueGetter into the list before the anchor. |
![]() | UnregisterKey | List that can be filled externally with key-value pairs. The given key is removed from the list. |
![]() | UnregisterStringValueGetter | Deletes stringValueGetter from the list. |