Interface IConfigurationProvider
Assembly: Experior.Interfaces.dll
Syntax
public interface IConfigurationProvider
Methods
GetConfigurationOrDefault<T>(Boolean)
Declaration
T GetConfigurationOrDefault<T>(bool createIfNotFound = true)
where T : new()
Parameters
Type |
Name |
Description |
System.Boolean |
createIfNotFound |
|
Returns
Type Parameters
GetConfigurationOrDefault<T>(String, Boolean)
Declaration
T GetConfigurationOrDefault<T>(string fileName, bool createIfNotFound = true)
where T : new()
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
System.Boolean |
createIfNotFound |
|
Returns
Type Parameters