[This is preliminary documentation and is subject to change.]
Represents an entity that provides a type-safe access to configuration settings that come from Configuration nodes.
This class obviates the need for navigation between config nodes on every property get and facilitates faster access to some config parameters
that need to be gotten efficiently, as they are now kept cached in RAM in native format (i.e. DateTime vs. string) as fields.
Usually classes that implement this interface are singleton and they get registered with the application using IApplication.RegisterConfigSettings()
method. Warning: the implementation must be thread-safe and allow property getters to keep reading while ConfigChanged() notification happens
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also