Exemplo n.º 1
0
 private SettingService(string configurationFileName, string configurationSectionName, object settingContainerObject, Type settingContainerType)
 {
     this.settingContainerObject      = settingContainerObject;
     this.settingContainerType        = settingContainerType;
     this.configurationSectionHandler = new ConfigurationSectionHandler(configurationFileName, configurationSectionName);
 }
 private void RefreshConfiguration(Boolean forceRefresh = false)
 {
     this.configuration        = null;
     this.configurationSection = null;
     this.collection           = null;
 }