18 using System.Collections.Generic;
20 namespace Deveel.Data.Configuration {
33 public interface IConfiguration : IEnumerable<KeyValuePair<string, object>> {
96 void SetValue(
string key,
object value);
106 object GetValue(
string key);
A source for stored configurations or destination to configurations to store.
ConfigurationLevel
Defines the level of configuration settings to save or read
Defines the contract for the configuration node of a component within the system or of the system its...