PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/WLQuickApps.FieldManager/WLQuickApps.FieldManager.Business/Properties/Settings.Designer.cs

#
C# | 58 lines | 41 code | 8 blank | 9 comment | 0 complexity | f0b19f6f824b216992ea2f835261d02a MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.1433
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace WLQuickApps.FieldManager.Business.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
  13. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  23. [global::System.Configuration.DefaultSettingValueAttribute("http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php")]
  24. public string WLQuickApps_FieldManager_Business_WeatherService_ndfdXML {
  25. get {
  26. return ((string)(this["WLQuickApps_FieldManager_Business_WeatherService_ndfdXML"]));
  27. }
  28. }
  29. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  30. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  31. [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  32. [global::System.Configuration.DefaultSettingValueAttribute("http://services.alerts.live-ppe.com/axis/services/Message")]
  33. public string WLQuickApps_FieldManager_Business_LiveAlertsMessageService_MessageWebServicesService {
  34. get {
  35. return ((string)(this["WLQuickApps_FieldManager_Business_LiveAlertsMessageService_MessageWebServicesServ" +
  36. "ice"]));
  37. }
  38. }
  39. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  40. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  41. [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
  42. [global::System.Configuration.DefaultSettingValueAttribute("http://services.alerts.live-ppe.com/axis/services/Subscription")]
  43. public string WLQuickApps_FieldManager_Business_LiveAlertsSubscriptionService_AlertsWebServicesService {
  44. get {
  45. return ((string)(this["WLQuickApps_FieldManager_Business_LiveAlertsSubscriptionService_AlertsWebServices" +
  46. "Service"]));
  47. }
  48. }
  49. }
  50. }