00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties {
00012
00013
00014 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00015 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
00016 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
00017
00018 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
00019
00020 public static Settings Default {
00021 get {
00022 return defaultInstance;
00023 }
00024 }
00025
00026 [global::System.Configuration.ApplicationScopedSettingAttribute()]
00027 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00028 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
00029 [global::System.Configuration.DefaultSettingValueAttribute("http://projectserver/_vti_bin/psi/queuesystem.asmx")]
00030 public string Mcs_Epm_MicrosoftProject_mpFx_Client_Plugins_QueueManagerPlugin_QueueWebService_QueueSystem {
00031 get {
00032 return ((string)(this["Mcs_Epm_MicrosoftProject_mpFx_Client_Plugins_QueueManagerPlugin_QueueWebService_Q" +
00033 "ueueSystem"]));
00034 }
00035 }
00036
00037 [global::System.Configuration.UserScopedSettingAttribute()]
00038 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00039 [global::System.Configuration.DefaultSettingValueAttribute("")]
00040 public string DisplayedColumns {
00041 get {
00042 return ((string)(this["DisplayedColumns"]));
00043 }
00044 set {
00045 this["DisplayedColumns"] = value;
00046 }
00047 }
00048
00049 [global::System.Configuration.UserScopedSettingAttribute()]
00050 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00051 [global::System.Configuration.DefaultSettingValueAttribute("")]
00052 public string SelectedJobTypes {
00053 get {
00054 return ((string)(this["SelectedJobTypes"]));
00055 }
00056 set {
00057 this["SelectedJobTypes"] = value;
00058 }
00059 }
00060
00061 [global::System.Configuration.UserScopedSettingAttribute()]
00062 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00063 [global::System.Configuration.DefaultSettingValueAttribute("")]
00064 public string SelelectedCompletionStatuses {
00065 get {
00066 return ((string)(this["SelelectedCompletionStatuses"]));
00067 }
00068 set {
00069 this["SelelectedCompletionStatuses"] = value;
00070 }
00071 }
00072
00073 [global::System.Configuration.UserScopedSettingAttribute()]
00074 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00075 [global::System.Configuration.DefaultSettingValueAttribute("0")]
00076 public string PollingInterval {
00077 get {
00078 return ((string)(this["PollingInterval"]));
00079 }
00080 set {
00081 this["PollingInterval"] = value;
00082 }
00083 }
00084
00085 [global::System.Configuration.UserScopedSettingAttribute()]
00086 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00087 public global::System.DateTime LastStartDate {
00088 get {
00089 return ((global::System.DateTime)(this["LastStartDate"]));
00090 }
00091 set {
00092 this["LastStartDate"] = value;
00093 }
00094 }
00095
00096 [global::System.Configuration.UserScopedSettingAttribute()]
00097 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00098 public global::System.DateTime LastEndDate {
00099 get {
00100 return ((global::System.DateTime)(this["LastEndDate"]));
00101 }
00102 set {
00103 this["LastEndDate"] = value;
00104 }
00105 }
00106
00107 [global::System.Configuration.UserScopedSettingAttribute()]
00108 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00109 [global::System.Configuration.DefaultSettingValueAttribute("0")]
00110 public int LastNumItems {
00111 get {
00112 return ((int)(this["LastNumItems"]));
00113 }
00114 set {
00115 this["LastNumItems"] = value;
00116 }
00117 }
00118
00119 [global::System.Configuration.UserScopedSettingAttribute()]
00120 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00121 [global::System.Configuration.DefaultSettingValueAttribute("")]
00122 public string LastSortColumn {
00123 get {
00124 return ((string)(this["LastSortColumn"]));
00125 }
00126 set {
00127 this["LastSortColumn"] = value;
00128 }
00129 }
00130
00131 [global::System.Configuration.UserScopedSettingAttribute()]
00132 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00133 [global::System.Configuration.DefaultSettingValueAttribute("")]
00134 public string LastSortOrder {
00135 get {
00136 return ((string)(this["LastSortOrder"]));
00137 }
00138 set {
00139 this["LastSortOrder"] = value;
00140 }
00141 }
00142 }
00143 }