Beispiel #1
0
 public EnvironmentConfig GetRawConfigData()
 {
     return(new EnvironmentConfig
     {
         Version = $"{ConfigSet.Version}.{Version}",
         EnvironmentName = Name,
         Parameters = (from p in EnvironmentParameters select p.GetRawConfigData()).ToList(),
         Cache = CacheType.Map().To <Interstellar.ConfigurationReader.CacheSettings>(),
         ReaderKey = ReaderKey
     });
 }