IConfigStringBuilder InterfaceNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes objects that can build a string (i.e. a database connection string) from the configured state/properties. This is used for example to build DB connect strings from host names that need to be resolved via an external system

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public interface IConfigStringBuilder : IConfigurable
See Also