Exemple #1
0
 public ConfigurationFileEditor()
 {
     configFile = new ConfigurationFileAccess(AppSettingDal.RetrieveSpecificKey(AppKeyName.ConfigFilePath));
 }
 /// <summary>
 /// Retrieve the name of the specific layer which will be used by BizTalkZombieManagement
 /// </summary>
 /// <returns></returns>
 private static DumpType WhichDumpIsSelected()
 {
     return((DumpType)Enum.Parse(typeof(DumpType), AppSettingDal.RetrieveSpecificKey(AppKeyName.DumpLayer)));
 }