Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/20/11 16:57:04 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed Admin Views plugin dependencies
  • use settings instead of magic numbers and strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/Properties/Settings.Designer.cs

    r6225 r6456  
    3535            }
    3636        }
     37       
     38        [global::System.Configuration.UserScopedSettingAttribute()]
     39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     40        [global::System.Configuration.DefaultSettingValueAttribute("showui")]
     41        public string ShowUICmd {
     42            get {
     43                return ((string)(this["ShowUICmd"]));
     44            }
     45            set {
     46                this["ShowUICmd"] = value;
     47            }
     48        }
     49       
     50        [global::System.Configuration.UserScopedSettingAttribute()]
     51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     52        [global::System.Configuration.DefaultSettingValueAttribute("SlaveCommunicationServiceEndpoint")]
     53        public string SlaveCommunicationServiceEndpoint {
     54            get {
     55                return ((string)(this["SlaveCommunicationServiceEndpoint"]));
     56            }
     57            set {
     58                this["SlaveCommunicationServiceEndpoint"] = value;
     59            }
     60        }
    3761    }
    3862}
Note: See TracChangeset for help on using the changeset viewer.