Click or drag to resize

AppSettingsRegistry class

Creates a common static ConcurrentDictionary for several AppEnvReader instances. which can be used to manage a shared parameter list.
Inheritance hierarchy
SystemObject
  NetEti.ApplicationEnvironmentAppSettingsRegistry

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public static class AppSettingsRegistry

The AppSettingsRegistry Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberContainsKey Returns true if the key is contained in the enumeration.
Public MethodStatic MemberGetParametersSources Returns a dictionary that contains the name of the source for each parameter. and the last value. Can be helpful for troubleshooting in certain cases.
Public MethodStatic MemberGetValue Returns the value for the transferred key from the enumeration.
Public MethodStatic MemberRegisterKeyValue List that can be filled externally with key-value pairs. This list is also taken into account in the search.
Public MethodStatic MemberRememberParameterSource Memorises the name of the source of the value of a transferred parameter in an enumeration for later debug output of all parameters and the ultimate sources of their values.
Public MethodStatic MemberUnregisterKey List that can be filled externally with key-value pairs. The given key is removed from the list.
Back to the top
See also