Interface IConfigStringBuilder
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
Inherited Members
Namespace: Azos.Conf
Assembly: Azos.dll
Syntax
public interface IConfigStringBuilder : IConfigurable
Methods
BuildString()
Builds the string based on the configured state
Declaration
string BuildString()
Returns
Type | Description |
---|---|
System.String |