C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Test/AnalyzeRe.Client.Test/Properties/Settings.Designer.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4// Runtime Version:4.0.30319.42000
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
12
13
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")]
16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19
20 public static Settings Default {
21 get {
22 return defaultInstance;
23 }
24 }
25
26 [global::System.Configuration.UserScopedSettingAttribute()]
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28 [global::System.Configuration.DefaultSettingValueAttribute("False")]
30 get {
31 return ((bool)(this["ROOT_DELETE_SUPPORTED"]));
32 }
33 set {
34 this["ROOT_DELETE_SUPPORTED"] = value;
35 }
36 }
37
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 [global::System.Configuration.DefaultSettingValueAttribute("False")]
42 get {
43 return ((bool)(this["RESOURCE_DELETE_SUPPORTED"]));
44 }
45 set {
46 this["RESOURCE_DELETE_SUPPORTED"] = value;
47 }
48 }
49
50 [global::System.Configuration.UserScopedSettingAttribute()]
51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52 [global::System.Configuration.DefaultSettingValueAttribute("True")]
54 get {
55 return ((bool)(this["ENFORCE_CLEANUP_BEFORE_RUN"]));
56 }
57 set {
58 this["ENFORCE_CLEANUP_BEFORE_RUN"] = value;
59 }
60 }
61
62 [global::System.Configuration.UserScopedSettingAttribute()]
63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64 [global::System.Configuration.DefaultSettingValueAttribute("True")]
66 get {
67 return ((bool)(this["ENFORCE_CLEANUP_AFTER_RUN"]));
68 }
69 set {
70 this["ENFORCE_CLEANUP_AFTER_RUN"] = value;
71 }
72 }
73
74 [global::System.Configuration.UserScopedSettingAttribute()]
75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 [global::System.Configuration.DefaultSettingValueAttribute("30000")]
77 public int REQUEST_TIMEOUT {
78 get {
79 return ((int)(this["REQUEST_TIMEOUT"]));
80 }
81 set {
82 this["REQUEST_TIMEOUT"] = value;
83 }
84 }
85
86 [global::System.Configuration.UserScopedSettingAttribute()]
87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
88 [global::System.Configuration.DefaultSettingValueAttribute("60000")]
90 get {
91 return ((int)(this["COLLECTION_REQUEST_TIMEOUT"]));
92 }
93 set {
94 this["COLLECTION_REQUEST_TIMEOUT"] = value;
95 }
96 }
97
98 [global::System.Configuration.UserScopedSettingAttribute()]
99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
100 [global::System.Configuration.DefaultSettingValueAttribute("True")]
101 public bool SKIPS_ENABLED {
102 get {
103 return ((bool)(this["SKIPS_ENABLED"]));
104 }
105 set {
106 this["SKIPS_ENABLED"] = value;
107 }
108 }
109
110 [global::System.Configuration.UserScopedSettingAttribute()]
111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
112 [global::System.Configuration.DefaultSettingValueAttribute("True")]
114 get {
115 return ((bool)(this["FAIL_ON_EXPIRED_SKIP"]));
116 }
117 set {
118 this["FAIL_ON_EXPIRED_SKIP"] = value;
119 }
120 }
121
122 [global::System.Configuration.UserScopedSettingAttribute()]
123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
124 [global::System.Configuration.DefaultSettingValueAttribute("https://localhost")]
125 public string API_URL {
126 get {
127 return ((string)(this["API_URL"]));
128 }
129 set {
130 this["API_URL"] = value;
131 }
132 }
133
134 [global::System.Configuration.UserScopedSettingAttribute()]
135 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
136 [global::System.Configuration.DefaultSettingValueAttribute("100")]
137 public int POLLING_INTERVAL {
138 get {
139 return ((int)(this["POLLING_INTERVAL"]));
140 }
141 set {
142 this["POLLING_INTERVAL"] = value;
143 }
144 }
145
146 [global::System.Configuration.UserScopedSettingAttribute()]
147 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
148 [global::System.Configuration.DefaultSettingValueAttribute("60000")]
150 get {
151 return ((int)(this["DATA_UPLOAD_TIMEOUT"]));
152 }
153 set {
154 this["DATA_UPLOAD_TIMEOUT"] = value;
155 }
156 }
157
158 [global::System.Configuration.UserScopedSettingAttribute()]
159 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
160 [global::System.Configuration.DefaultSettingValueAttribute("120000")]
162 get {
163 return ((int)(this["OPTIMIZATION_TIMEOUTS"]));
164 }
165 set {
166 this["OPTIMIZATION_TIMEOUTS"] = value;
167 }
168 }
169
170 [global::System.Configuration.UserScopedSettingAttribute()]
171 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
172 [global::System.Configuration.DefaultSettingValueAttribute("60000")]
173 public int DELETE_TIMEOUT {
174 get {
175 return ((int)(this["DELETE_TIMEOUT"]));
176 }
177 set {
178 this["DELETE_TIMEOUT"] = value;
179 }
180 }
181
182 [global::System.Configuration.UserScopedSettingAttribute()]
183 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
184 [global::System.Configuration.DefaultSettingValueAttribute("60000")]
186 get {
187 return ((int)(this["SIMULATION_TIMEOUT"]));
188 }
189 set {
190 this["SIMULATION_TIMEOUT"] = value;
191 }
192 }
193
194 [global::System.Configuration.UserScopedSettingAttribute()]
195 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
196 [global::System.Configuration.DefaultSettingValueAttribute("analyzere")]
197 public string HTTPS_USER {
198 get {
199 return ((string)(this["HTTPS_USER"]));
200 }
201 set {
202 this["HTTPS_USER"] = value;
203 }
204 }
205
206 [global::System.Configuration.UserScopedSettingAttribute()]
207 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208 [global::System.Configuration.DefaultSettingValueAttribute("test")]
209 public string HTTPS_PASSWORD {
210 get {
211 return ((string)(this["HTTPS_PASSWORD"]));
212 }
213 set {
214 this["HTTPS_PASSWORD"] = value;
215 }
216 }
217
218 [global::System.Configuration.UserScopedSettingAttribute()]
219 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
220 [global::System.Configuration.DefaultSettingValueAttribute("False")]
222 get {
223 return ((bool)(this["VALIDATE_SERVER_CERTIFICATE"]));
224 }
225 set {
226 this["VALIDATE_SERVER_CERTIFICATE"] = value;
227 }
228 }
229
230 [global::System.Configuration.UserScopedSettingAttribute()]
231 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
232 [global::System.Configuration.DefaultSettingValueAttribute("True")]
234 get {
235 return ((bool)(this["EXECUTING_IN_PARALLEL"]));
236 }
237 set {
238 this["EXECUTING_IN_PARALLEL"] = value;
239 }
240 }
241
242 [global::System.Configuration.UserScopedSettingAttribute()]
243 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
244 [global::System.Configuration.DefaultSettingValueAttribute("True")]
246 get {
247 return ((bool)(this["RANDOMIZED_TESTS_ENABLED"]));
248 }
249 set {
250 this["RANDOMIZED_TESTS_ENABLED"] = value;
251 }
252 }
253
254 [global::System.Configuration.UserScopedSettingAttribute()]
255 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256 [global::System.Configuration.DefaultSettingValueAttribute("False")]
257 public bool RUN_OFFLINE {
258 get {
259 return ((bool)(this["RUN_OFFLINE"]));
260 }
261 set {
262 this["RUN_OFFLINE"] = value;
263 }
264 }
265
266 [global::System.Configuration.UserScopedSettingAttribute()]
267 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
268 [global::System.Configuration.DefaultSettingValueAttribute("False")]
270 get {
271 return ((bool)(this["ENABLE_REQUEST_DEBUG_LOGGING"]));
272 }
273 set {
274 this["ENABLE_REQUEST_DEBUG_LOGGING"] = value;
275 }
276 }
277 }
278}