9 |
9 |
//------------------------------------------------------------------------------
|
10 |
10 |
|
11 |
11 |
namespace Markus.Service.StationController.DataService {
|
12 |
|
using System.Runtime.Serialization;
|
13 |
|
using System;
|
14 |
12 |
|
15 |
13 |
|
16 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
17 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
18 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="SELECT_CONVERT_ITEM_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
19 |
|
[System.SerializableAttribute()]
|
20 |
|
public partial class SELECT_CONVERT_ITEM_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
21 |
|
|
22 |
|
[System.NonSerializedAttribute()]
|
23 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
24 |
|
|
25 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
26 |
|
private string CONVERT_PATHField;
|
27 |
|
|
28 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
29 |
|
private System.DateTime CREATE_DATETIMEField;
|
30 |
|
|
31 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
32 |
|
private int CURRENT_PAGEField;
|
33 |
|
|
34 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
35 |
|
private string DOCUMENT_IDField;
|
36 |
|
|
37 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
38 |
|
private string DOCUMENT_NAMEField;
|
39 |
|
|
40 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
41 |
|
private string DOCUMENT_NOField;
|
42 |
|
|
43 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
44 |
|
private string DOCUMENT_URLField;
|
45 |
|
|
46 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
47 |
|
private System.Nullable<System.DateTime> END_DATETIMEField;
|
48 |
|
|
49 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
50 |
|
private string EXCEPTIONField;
|
51 |
|
|
52 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
53 |
|
private string GROUP_NOField;
|
54 |
|
|
55 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
56 |
|
private string IDField;
|
57 |
|
|
58 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
59 |
|
private string PROJECT_NOField;
|
60 |
|
|
61 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
62 |
|
private string PROPERTIES_VALUEField;
|
63 |
|
|
64 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
65 |
|
private System.Nullable<int> RECONVERTERField;
|
66 |
|
|
67 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
68 |
|
private string RESULTField;
|
69 |
|
|
70 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
71 |
|
private string RESULT_FILEField;
|
72 |
|
|
73 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
74 |
|
private string REVISIONField;
|
75 |
|
|
76 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
77 |
|
private string SERVICE_IDField;
|
78 |
|
|
79 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
80 |
|
private System.Nullable<System.DateTime> START_DATETIMEField;
|
81 |
|
|
82 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
83 |
|
private int STATUSField;
|
84 |
|
|
85 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
86 |
|
private int TOTAL_PAGEField;
|
87 |
|
|
88 |
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
89 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
90 |
|
get {
|
91 |
|
return this.extensionDataField;
|
92 |
|
}
|
93 |
|
set {
|
94 |
|
this.extensionDataField = value;
|
95 |
|
}
|
96 |
|
}
|
97 |
|
|
98 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
99 |
|
public string CONVERT_PATH {
|
100 |
|
get {
|
101 |
|
return this.CONVERT_PATHField;
|
102 |
|
}
|
103 |
|
set {
|
104 |
|
if ((object.ReferenceEquals(this.CONVERT_PATHField, value) != true)) {
|
105 |
|
this.CONVERT_PATHField = value;
|
106 |
|
this.RaisePropertyChanged("CONVERT_PATH");
|
107 |
|
}
|
108 |
|
}
|
109 |
|
}
|
110 |
|
|
111 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
112 |
|
public System.DateTime CREATE_DATETIME {
|
113 |
|
get {
|
114 |
|
return this.CREATE_DATETIMEField;
|
115 |
|
}
|
116 |
|
set {
|
117 |
|
if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
|
118 |
|
this.CREATE_DATETIMEField = value;
|
119 |
|
this.RaisePropertyChanged("CREATE_DATETIME");
|
120 |
|
}
|
121 |
|
}
|
122 |
|
}
|
123 |
|
|
124 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
125 |
|
public int CURRENT_PAGE {
|
126 |
|
get {
|
127 |
|
return this.CURRENT_PAGEField;
|
128 |
|
}
|
129 |
|
set {
|
130 |
|
if ((this.CURRENT_PAGEField.Equals(value) != true)) {
|
131 |
|
this.CURRENT_PAGEField = value;
|
132 |
|
this.RaisePropertyChanged("CURRENT_PAGE");
|
133 |
|
}
|
134 |
|
}
|
135 |
|
}
|
136 |
|
|
137 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
138 |
|
public string DOCUMENT_ID {
|
139 |
|
get {
|
140 |
|
return this.DOCUMENT_IDField;
|
141 |
|
}
|
142 |
|
set {
|
143 |
|
if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
|
144 |
|
this.DOCUMENT_IDField = value;
|
145 |
|
this.RaisePropertyChanged("DOCUMENT_ID");
|
146 |
|
}
|
147 |
|
}
|
148 |
|
}
|
149 |
|
|
150 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
151 |
|
public string DOCUMENT_NAME {
|
152 |
|
get {
|
153 |
|
return this.DOCUMENT_NAMEField;
|
154 |
|
}
|
155 |
|
set {
|
156 |
|
if ((object.ReferenceEquals(this.DOCUMENT_NAMEField, value) != true)) {
|
157 |
|
this.DOCUMENT_NAMEField = value;
|
158 |
|
this.RaisePropertyChanged("DOCUMENT_NAME");
|
159 |
|
}
|
160 |
|
}
|
161 |
|
}
|
162 |
|
|
163 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
164 |
|
public string DOCUMENT_NO {
|
165 |
|
get {
|
166 |
|
return this.DOCUMENT_NOField;
|
167 |
|
}
|
168 |
|
set {
|
169 |
|
if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
|
170 |
|
this.DOCUMENT_NOField = value;
|
171 |
|
this.RaisePropertyChanged("DOCUMENT_NO");
|
172 |
|
}
|
173 |
|
}
|
174 |
|
}
|
175 |
|
|
176 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
177 |
|
public string DOCUMENT_URL {
|
178 |
|
get {
|
179 |
|
return this.DOCUMENT_URLField;
|
180 |
|
}
|
181 |
|
set {
|
182 |
|
if ((object.ReferenceEquals(this.DOCUMENT_URLField, value) != true)) {
|
183 |
|
this.DOCUMENT_URLField = value;
|
184 |
|
this.RaisePropertyChanged("DOCUMENT_URL");
|
185 |
|
}
|
186 |
|
}
|
187 |
|
}
|
188 |
|
|
189 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
190 |
|
public System.Nullable<System.DateTime> END_DATETIME {
|
191 |
|
get {
|
192 |
|
return this.END_DATETIMEField;
|
193 |
|
}
|
194 |
|
set {
|
195 |
|
if ((this.END_DATETIMEField.Equals(value) != true)) {
|
196 |
|
this.END_DATETIMEField = value;
|
197 |
|
this.RaisePropertyChanged("END_DATETIME");
|
198 |
|
}
|
199 |
|
}
|
200 |
|
}
|
201 |
|
|
202 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
203 |
|
public string EXCEPTION {
|
204 |
|
get {
|
205 |
|
return this.EXCEPTIONField;
|
206 |
|
}
|
207 |
|
set {
|
208 |
|
if ((object.ReferenceEquals(this.EXCEPTIONField, value) != true)) {
|
209 |
|
this.EXCEPTIONField = value;
|
210 |
|
this.RaisePropertyChanged("EXCEPTION");
|
211 |
|
}
|
212 |
|
}
|
213 |
|
}
|
214 |
|
|
215 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
216 |
|
public string GROUP_NO {
|
217 |
|
get {
|
218 |
|
return this.GROUP_NOField;
|
219 |
|
}
|
220 |
|
set {
|
221 |
|
if ((object.ReferenceEquals(this.GROUP_NOField, value) != true)) {
|
222 |
|
this.GROUP_NOField = value;
|
223 |
|
this.RaisePropertyChanged("GROUP_NO");
|
224 |
|
}
|
225 |
|
}
|
226 |
|
}
|
227 |
|
|
228 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
229 |
|
public string ID {
|
230 |
|
get {
|
231 |
|
return this.IDField;
|
232 |
|
}
|
233 |
|
set {
|
234 |
|
if ((object.ReferenceEquals(this.IDField, value) != true)) {
|
235 |
|
this.IDField = value;
|
236 |
|
this.RaisePropertyChanged("ID");
|
237 |
|
}
|
238 |
|
}
|
239 |
|
}
|
240 |
|
|
241 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
242 |
|
public string PROJECT_NO {
|
243 |
|
get {
|
244 |
|
return this.PROJECT_NOField;
|
245 |
|
}
|
246 |
|
set {
|
247 |
|
if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
|
248 |
|
this.PROJECT_NOField = value;
|
249 |
|
this.RaisePropertyChanged("PROJECT_NO");
|
250 |
|
}
|
251 |
|
}
|
252 |
|
}
|
253 |
|
|
254 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
255 |
|
public string PROPERTIES_VALUE {
|
256 |
|
get {
|
257 |
|
return this.PROPERTIES_VALUEField;
|
258 |
|
}
|
259 |
|
set {
|
260 |
|
if ((object.ReferenceEquals(this.PROPERTIES_VALUEField, value) != true)) {
|
261 |
|
this.PROPERTIES_VALUEField = value;
|
262 |
|
this.RaisePropertyChanged("PROPERTIES_VALUE");
|
263 |
|
}
|
264 |
|
}
|
265 |
|
}
|
266 |
|
|
267 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
268 |
|
public System.Nullable<int> RECONVERTER {
|
269 |
|
get {
|
270 |
|
return this.RECONVERTERField;
|
271 |
|
}
|
272 |
|
set {
|
273 |
|
if ((this.RECONVERTERField.Equals(value) != true)) {
|
274 |
|
this.RECONVERTERField = value;
|
275 |
|
this.RaisePropertyChanged("RECONVERTER");
|
276 |
|
}
|
277 |
|
}
|
278 |
|
}
|
279 |
|
|
280 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
281 |
|
public string RESULT {
|
282 |
|
get {
|
283 |
|
return this.RESULTField;
|
284 |
|
}
|
285 |
|
set {
|
286 |
|
if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
|
287 |
|
this.RESULTField = value;
|
288 |
|
this.RaisePropertyChanged("RESULT");
|
289 |
|
}
|
290 |
|
}
|
291 |
|
}
|
292 |
|
|
293 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
294 |
|
public string RESULT_FILE {
|
295 |
|
get {
|
296 |
|
return this.RESULT_FILEField;
|
297 |
|
}
|
298 |
|
set {
|
299 |
|
if ((object.ReferenceEquals(this.RESULT_FILEField, value) != true)) {
|
300 |
|
this.RESULT_FILEField = value;
|
301 |
|
this.RaisePropertyChanged("RESULT_FILE");
|
302 |
|
}
|
303 |
|
}
|
304 |
|
}
|
305 |
|
|
306 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
307 |
|
public string REVISION {
|
308 |
|
get {
|
309 |
|
return this.REVISIONField;
|
310 |
|
}
|
311 |
|
set {
|
312 |
|
if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
|
313 |
|
this.REVISIONField = value;
|
314 |
|
this.RaisePropertyChanged("REVISION");
|
315 |
|
}
|
316 |
|
}
|
317 |
|
}
|
318 |
|
|
319 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
320 |
|
public string SERVICE_ID {
|
321 |
|
get {
|
322 |
|
return this.SERVICE_IDField;
|
323 |
|
}
|
324 |
|
set {
|
325 |
|
if ((object.ReferenceEquals(this.SERVICE_IDField, value) != true)) {
|
326 |
|
this.SERVICE_IDField = value;
|
327 |
|
this.RaisePropertyChanged("SERVICE_ID");
|
328 |
|
}
|
329 |
|
}
|
330 |
|
}
|
331 |
|
|
332 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
333 |
|
public System.Nullable<System.DateTime> START_DATETIME {
|
334 |
|
get {
|
335 |
|
return this.START_DATETIMEField;
|
336 |
|
}
|
337 |
|
set {
|
338 |
|
if ((this.START_DATETIMEField.Equals(value) != true)) {
|
339 |
|
this.START_DATETIMEField = value;
|
340 |
|
this.RaisePropertyChanged("START_DATETIME");
|
341 |
|
}
|
342 |
|
}
|
343 |
|
}
|
344 |
|
|
345 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
346 |
|
public int STATUS {
|
347 |
|
get {
|
348 |
|
return this.STATUSField;
|
349 |
|
}
|
350 |
|
set {
|
351 |
|
if ((this.STATUSField.Equals(value) != true)) {
|
352 |
|
this.STATUSField = value;
|
353 |
|
this.RaisePropertyChanged("STATUS");
|
354 |
|
}
|
355 |
|
}
|
356 |
|
}
|
357 |
|
|
358 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
359 |
|
public int TOTAL_PAGE {
|
360 |
|
get {
|
361 |
|
return this.TOTAL_PAGEField;
|
362 |
|
}
|
363 |
|
set {
|
364 |
|
if ((this.TOTAL_PAGEField.Equals(value) != true)) {
|
365 |
|
this.TOTAL_PAGEField = value;
|
366 |
|
this.RaisePropertyChanged("TOTAL_PAGE");
|
367 |
|
}
|
368 |
|
}
|
369 |
|
}
|
370 |
|
|
371 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
372 |
|
|
373 |
|
protected void RaisePropertyChanged(string propertyName) {
|
374 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
375 |
|
if ((propertyChanged != null)) {
|
376 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
377 |
|
}
|
378 |
|
}
|
379 |
|
}
|
380 |
|
|
381 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
382 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
383 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="SELECT_RUN_PROJECTS_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
384 |
|
[System.SerializableAttribute()]
|
385 |
|
public partial class SELECT_RUN_PROJECTS_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
386 |
|
|
387 |
|
[System.NonSerializedAttribute()]
|
388 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
389 |
|
|
390 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
391 |
|
private string PROJECT_NAMEField;
|
392 |
|
|
393 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
394 |
|
private string PROJECT_NOField;
|
395 |
|
|
396 |
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
397 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
398 |
|
get {
|
399 |
|
return this.extensionDataField;
|
400 |
|
}
|
401 |
|
set {
|
402 |
|
this.extensionDataField = value;
|
403 |
|
}
|
404 |
|
}
|
405 |
|
|
406 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
407 |
|
public string PROJECT_NAME {
|
408 |
|
get {
|
409 |
|
return this.PROJECT_NAMEField;
|
410 |
|
}
|
411 |
|
set {
|
412 |
|
if ((object.ReferenceEquals(this.PROJECT_NAMEField, value) != true)) {
|
413 |
|
this.PROJECT_NAMEField = value;
|
414 |
|
this.RaisePropertyChanged("PROJECT_NAME");
|
415 |
|
}
|
416 |
|
}
|
417 |
|
}
|
418 |
|
|
419 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
420 |
|
public string PROJECT_NO {
|
421 |
|
get {
|
422 |
|
return this.PROJECT_NOField;
|
423 |
|
}
|
424 |
|
set {
|
425 |
|
if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
|
426 |
|
this.PROJECT_NOField = value;
|
427 |
|
this.RaisePropertyChanged("PROJECT_NO");
|
428 |
|
}
|
429 |
|
}
|
430 |
|
}
|
431 |
|
|
432 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
433 |
|
|
434 |
|
protected void RaisePropertyChanged(string propertyName) {
|
435 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
436 |
|
if ((propertyChanged != null)) {
|
437 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
438 |
|
}
|
439 |
|
}
|
440 |
|
}
|
441 |
|
|
442 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
443 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
444 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="SELECT_FINAL_PDF_ITEM_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
445 |
|
[System.SerializableAttribute()]
|
446 |
|
public partial class SELECT_FINAL_PDF_ITEM_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
447 |
|
|
448 |
|
[System.NonSerializedAttribute()]
|
449 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
450 |
|
|
451 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
452 |
|
private string CONVERT_PATHField;
|
453 |
|
|
454 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
455 |
|
private System.DateTime CREATE_DATETIMEField;
|
456 |
|
|
457 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
458 |
|
private string CREATE_USER_IDField;
|
459 |
|
|
460 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
461 |
|
private int CURRENT_PAGEField;
|
462 |
|
|
463 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
464 |
|
private string DOCINFO_IDField;
|
465 |
|
|
466 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
467 |
|
private string DOCUMENT_IDField;
|
468 |
|
|
469 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
470 |
|
private string DOCUMENT_NAMEField;
|
471 |
|
|
472 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
473 |
|
private string DOCUMENT_NOField;
|
474 |
|
|
475 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
476 |
|
private System.Nullable<System.DateTime> END_DATETIMEField;
|
477 |
|
|
478 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
479 |
|
private string EXCEPTIONField;
|
480 |
|
|
481 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
482 |
|
private string GROUP_NOField;
|
483 |
|
|
484 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
485 |
|
private string IDField;
|
486 |
|
|
487 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
488 |
|
private string MARKUPINFO_IDField;
|
489 |
|
|
490 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
491 |
|
private string ORIGINAL_FILEField;
|
492 |
|
|
493 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
494 |
|
private string PROJECT_NOField;
|
495 |
|
|
496 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
497 |
|
private string PROPERTIES_VALUEField;
|
498 |
|
|
499 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
500 |
|
private string RESULTField;
|
501 |
|
|
502 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
503 |
|
private string RESULT_FILEField;
|
504 |
|
|
505 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
506 |
|
private string REVISIONField;
|
507 |
|
|
508 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
509 |
|
private System.Nullable<System.DateTime> START_DATETIMEField;
|
510 |
|
|
511 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
512 |
|
private int STATUSField;
|
513 |
|
|
514 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
515 |
|
private int TOTAL_PAGEField;
|
516 |
|
|
517 |
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
518 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
519 |
|
get {
|
520 |
|
return this.extensionDataField;
|
521 |
|
}
|
522 |
|
set {
|
523 |
|
this.extensionDataField = value;
|
524 |
|
}
|
525 |
|
}
|
526 |
|
|
527 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
528 |
|
public string CONVERT_PATH {
|
529 |
|
get {
|
530 |
|
return this.CONVERT_PATHField;
|
531 |
|
}
|
532 |
|
set {
|
533 |
|
if ((object.ReferenceEquals(this.CONVERT_PATHField, value) != true)) {
|
534 |
|
this.CONVERT_PATHField = value;
|
535 |
|
this.RaisePropertyChanged("CONVERT_PATH");
|
536 |
|
}
|
537 |
|
}
|
538 |
|
}
|
539 |
|
|
540 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
541 |
|
public System.DateTime CREATE_DATETIME {
|
542 |
|
get {
|
543 |
|
return this.CREATE_DATETIMEField;
|
544 |
|
}
|
545 |
|
set {
|
546 |
|
if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
|
547 |
|
this.CREATE_DATETIMEField = value;
|
548 |
|
this.RaisePropertyChanged("CREATE_DATETIME");
|
549 |
|
}
|
550 |
|
}
|
551 |
|
}
|
552 |
|
|
553 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
554 |
|
public string CREATE_USER_ID {
|
555 |
|
get {
|
556 |
|
return this.CREATE_USER_IDField;
|
557 |
|
}
|
558 |
|
set {
|
559 |
|
if ((object.ReferenceEquals(this.CREATE_USER_IDField, value) != true)) {
|
560 |
|
this.CREATE_USER_IDField = value;
|
561 |
|
this.RaisePropertyChanged("CREATE_USER_ID");
|
562 |
|
}
|
563 |
|
}
|
564 |
|
}
|
565 |
|
|
566 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
567 |
|
public int CURRENT_PAGE {
|
568 |
|
get {
|
569 |
|
return this.CURRENT_PAGEField;
|
570 |
|
}
|
571 |
|
set {
|
572 |
|
if ((this.CURRENT_PAGEField.Equals(value) != true)) {
|
573 |
|
this.CURRENT_PAGEField = value;
|
574 |
|
this.RaisePropertyChanged("CURRENT_PAGE");
|
575 |
|
}
|
576 |
|
}
|
577 |
|
}
|
578 |
|
|
579 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
580 |
|
public string DOCINFO_ID {
|
581 |
|
get {
|
582 |
|
return this.DOCINFO_IDField;
|
583 |
|
}
|
584 |
|
set {
|
585 |
|
if ((object.ReferenceEquals(this.DOCINFO_IDField, value) != true)) {
|
586 |
|
this.DOCINFO_IDField = value;
|
587 |
|
this.RaisePropertyChanged("DOCINFO_ID");
|
588 |
|
}
|
589 |
|
}
|
590 |
|
}
|
591 |
|
|
592 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
593 |
|
public string DOCUMENT_ID {
|
594 |
|
get {
|
595 |
|
return this.DOCUMENT_IDField;
|
596 |
|
}
|
597 |
|
set {
|
598 |
|
if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
|
599 |
|
this.DOCUMENT_IDField = value;
|
600 |
|
this.RaisePropertyChanged("DOCUMENT_ID");
|
601 |
|
}
|
602 |
|
}
|
603 |
|
}
|
604 |
|
|
605 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
606 |
|
public string DOCUMENT_NAME {
|
607 |
|
get {
|
608 |
|
return this.DOCUMENT_NAMEField;
|
609 |
|
}
|
610 |
|
set {
|
611 |
|
if ((object.ReferenceEquals(this.DOCUMENT_NAMEField, value) != true)) {
|
612 |
|
this.DOCUMENT_NAMEField = value;
|
613 |
|
this.RaisePropertyChanged("DOCUMENT_NAME");
|
614 |
|
}
|
615 |
|
}
|
616 |
|
}
|
617 |
|
|
618 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
619 |
|
public string DOCUMENT_NO {
|
620 |
|
get {
|
621 |
|
return this.DOCUMENT_NOField;
|
622 |
|
}
|
623 |
|
set {
|
624 |
|
if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
|
625 |
|
this.DOCUMENT_NOField = value;
|
626 |
|
this.RaisePropertyChanged("DOCUMENT_NO");
|
627 |
|
}
|
628 |
|
}
|
629 |
|
}
|
630 |
|
|
631 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
632 |
|
public System.Nullable<System.DateTime> END_DATETIME {
|
633 |
|
get {
|
634 |
|
return this.END_DATETIMEField;
|
635 |
|
}
|
636 |
|
set {
|
637 |
|
if ((this.END_DATETIMEField.Equals(value) != true)) {
|
638 |
|
this.END_DATETIMEField = value;
|
639 |
|
this.RaisePropertyChanged("END_DATETIME");
|
640 |
|
}
|
641 |
|
}
|
642 |
|
}
|
643 |
|
|
644 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
645 |
|
public string EXCEPTION {
|
646 |
|
get {
|
647 |
|
return this.EXCEPTIONField;
|
648 |
|
}
|
649 |
|
set {
|
650 |
|
if ((object.ReferenceEquals(this.EXCEPTIONField, value) != true)) {
|
651 |
|
this.EXCEPTIONField = value;
|
652 |
|
this.RaisePropertyChanged("EXCEPTION");
|
653 |
|
}
|
654 |
|
}
|
655 |
|
}
|
656 |
|
|
657 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
658 |
|
public string GROUP_NO {
|
659 |
|
get {
|
660 |
|
return this.GROUP_NOField;
|
661 |
|
}
|
662 |
|
set {
|
663 |
|
if ((object.ReferenceEquals(this.GROUP_NOField, value) != true)) {
|
664 |
|
this.GROUP_NOField = value;
|
665 |
|
this.RaisePropertyChanged("GROUP_NO");
|
666 |
|
}
|
667 |
|
}
|
668 |
|
}
|
669 |
|
|
670 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
671 |
|
public string ID {
|
672 |
|
get {
|
673 |
|
return this.IDField;
|
674 |
|
}
|
675 |
|
set {
|
676 |
|
if ((object.ReferenceEquals(this.IDField, value) != true)) {
|
677 |
|
this.IDField = value;
|
678 |
|
this.RaisePropertyChanged("ID");
|
679 |
|
}
|
680 |
|
}
|
681 |
|
}
|
682 |
|
|
683 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
684 |
|
public string MARKUPINFO_ID {
|
685 |
|
get {
|
686 |
|
return this.MARKUPINFO_IDField;
|
687 |
|
}
|
688 |
|
set {
|
689 |
|
if ((object.ReferenceEquals(this.MARKUPINFO_IDField, value) != true)) {
|
690 |
|
this.MARKUPINFO_IDField = value;
|
691 |
|
this.RaisePropertyChanged("MARKUPINFO_ID");
|
692 |
|
}
|
693 |
|
}
|
694 |
|
}
|
695 |
|
|
696 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
697 |
|
public string ORIGINAL_FILE {
|
698 |
|
get {
|
699 |
|
return this.ORIGINAL_FILEField;
|
700 |
|
}
|
701 |
|
set {
|
702 |
|
if ((object.ReferenceEquals(this.ORIGINAL_FILEField, value) != true)) {
|
703 |
|
this.ORIGINAL_FILEField = value;
|
704 |
|
this.RaisePropertyChanged("ORIGINAL_FILE");
|
705 |
|
}
|
706 |
|
}
|
707 |
|
}
|
708 |
|
|
709 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
710 |
|
public string PROJECT_NO {
|
711 |
|
get {
|
712 |
|
return this.PROJECT_NOField;
|
713 |
|
}
|
714 |
|
set {
|
715 |
|
if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
|
716 |
|
this.PROJECT_NOField = value;
|
717 |
|
this.RaisePropertyChanged("PROJECT_NO");
|
718 |
|
}
|
719 |
|
}
|
720 |
|
}
|
721 |
|
|
722 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
723 |
|
public string PROPERTIES_VALUE {
|
724 |
|
get {
|
725 |
|
return this.PROPERTIES_VALUEField;
|
726 |
|
}
|
727 |
|
set {
|
728 |
|
if ((object.ReferenceEquals(this.PROPERTIES_VALUEField, value) != true)) {
|
729 |
|
this.PROPERTIES_VALUEField = value;
|
730 |
|
this.RaisePropertyChanged("PROPERTIES_VALUE");
|
731 |
|
}
|
732 |
|
}
|
733 |
|
}
|
734 |
|
|
735 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
736 |
|
public string RESULT {
|
737 |
|
get {
|
738 |
|
return this.RESULTField;
|
739 |
|
}
|
740 |
|
set {
|
741 |
|
if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
|
742 |
|
this.RESULTField = value;
|
743 |
|
this.RaisePropertyChanged("RESULT");
|
744 |
|
}
|
745 |
|
}
|
746 |
|
}
|
747 |
|
|
748 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
749 |
|
public string RESULT_FILE {
|
750 |
|
get {
|
751 |
|
return this.RESULT_FILEField;
|
752 |
|
}
|
753 |
|
set {
|
754 |
|
if ((object.ReferenceEquals(this.RESULT_FILEField, value) != true)) {
|
755 |
|
this.RESULT_FILEField = value;
|
756 |
|
this.RaisePropertyChanged("RESULT_FILE");
|
757 |
|
}
|
758 |
|
}
|
759 |
|
}
|
760 |
|
|
761 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
762 |
|
public string REVISION {
|
763 |
|
get {
|
764 |
|
return this.REVISIONField;
|
765 |
|
}
|
766 |
|
set {
|
767 |
|
if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
|
768 |
|
this.REVISIONField = value;
|
769 |
|
this.RaisePropertyChanged("REVISION");
|
770 |
|
}
|
771 |
|
}
|
772 |
|
}
|
773 |
|
|
774 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
775 |
|
public System.Nullable<System.DateTime> START_DATETIME {
|
776 |
|
get {
|
777 |
|
return this.START_DATETIMEField;
|
778 |
|
}
|
779 |
|
set {
|
780 |
|
if ((this.START_DATETIMEField.Equals(value) != true)) {
|
781 |
|
this.START_DATETIMEField = value;
|
782 |
|
this.RaisePropertyChanged("START_DATETIME");
|
783 |
|
}
|
784 |
|
}
|
785 |
|
}
|
786 |
|
|
787 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
788 |
|
public int STATUS {
|
789 |
|
get {
|
790 |
|
return this.STATUSField;
|
791 |
|
}
|
792 |
|
set {
|
793 |
|
if ((this.STATUSField.Equals(value) != true)) {
|
794 |
|
this.STATUSField = value;
|
795 |
|
this.RaisePropertyChanged("STATUS");
|
796 |
|
}
|
797 |
|
}
|
798 |
|
}
|
799 |
|
|
800 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
801 |
|
public int TOTAL_PAGE {
|
802 |
|
get {
|
803 |
|
return this.TOTAL_PAGEField;
|
804 |
|
}
|
805 |
|
set {
|
806 |
|
if ((this.TOTAL_PAGEField.Equals(value) != true)) {
|
807 |
|
this.TOTAL_PAGEField = value;
|
808 |
|
this.RaisePropertyChanged("TOTAL_PAGE");
|
809 |
|
}
|
810 |
|
}
|
811 |
|
}
|
812 |
|
|
813 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
814 |
|
|
815 |
|
protected void RaisePropertyChanged(string propertyName) {
|
816 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
817 |
|
if ((propertyChanged != null)) {
|
818 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
819 |
|
}
|
820 |
|
}
|
821 |
|
}
|
822 |
|
|
823 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
824 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
825 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="FINALPDF_COUNT_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
826 |
|
[System.SerializableAttribute()]
|
827 |
|
public partial class FINALPDF_COUNT_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
828 |
|
|
829 |
|
[System.NonSerializedAttribute()]
|
830 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
831 |
|
|
832 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
833 |
|
private System.Nullable<int> COUNTField;
|
834 |
|
|
835 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
836 |
|
private System.Nullable<int> EXCEPTION_COUNTField;
|
837 |
|
|
838 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
839 |
|
private string PROJECT_NOField;
|
840 |
|
|
841 |
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
842 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
843 |
|
get {
|
844 |
|
return this.extensionDataField;
|
845 |
|
}
|
846 |
|
set {
|
847 |
|
this.extensionDataField = value;
|
848 |
|
}
|
849 |
|
}
|
850 |
|
|
851 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
852 |
|
public System.Nullable<int> COUNT {
|
853 |
|
get {
|
854 |
|
return this.COUNTField;
|
855 |
|
}
|
856 |
|
set {
|
857 |
|
if ((this.COUNTField.Equals(value) != true)) {
|
858 |
|
this.COUNTField = value;
|
859 |
|
this.RaisePropertyChanged("COUNT");
|
860 |
|
}
|
861 |
|
}
|
862 |
|
}
|
863 |
|
|
864 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
865 |
|
public System.Nullable<int> EXCEPTION_COUNT {
|
866 |
|
get {
|
867 |
|
return this.EXCEPTION_COUNTField;
|
868 |
|
}
|
869 |
|
set {
|
870 |
|
if ((this.EXCEPTION_COUNTField.Equals(value) != true)) {
|
871 |
|
this.EXCEPTION_COUNTField = value;
|
872 |
|
this.RaisePropertyChanged("EXCEPTION_COUNT");
|
873 |
|
}
|
874 |
|
}
|
875 |
|
}
|
876 |
|
|
877 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
878 |
|
public string PROJECT_NO {
|
879 |
|
get {
|
880 |
|
return this.PROJECT_NOField;
|
881 |
|
}
|
882 |
|
set {
|
883 |
|
if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
|
884 |
|
this.PROJECT_NOField = value;
|
885 |
|
this.RaisePropertyChanged("PROJECT_NO");
|
886 |
|
}
|
887 |
|
}
|
888 |
|
}
|
889 |
|
|
890 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
891 |
|
|
892 |
|
protected void RaisePropertyChanged(string propertyName) {
|
893 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
894 |
|
if ((propertyChanged != null)) {
|
895 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
896 |
|
}
|
897 |
|
}
|
898 |
|
}
|
899 |
|
|
900 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
901 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
902 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="CONVERT_COUNT_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
903 |
|
[System.SerializableAttribute()]
|
904 |
|
public partial class CONVERT_COUNT_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
905 |
|
|
906 |
|
[System.NonSerializedAttribute()]
|
907 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
908 |
|
|
909 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
910 |
|
private System.Nullable<int> COUNTField;
|
911 |
|
|
912 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
913 |
|
private System.Nullable<int> EXCEPTION_COUNTField;
|
914 |
|
|
915 |
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
916 |
|
private string PROJECT_NOField;
|
917 |
|
|
918 |
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
919 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
920 |
|
get {
|
921 |
|
return this.extensionDataField;
|
922 |
|
}
|
923 |
|
set {
|
924 |
|
this.extensionDataField = value;
|
925 |
|
}
|
926 |
|
}
|
927 |
|
|
928 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
929 |
|
public System.Nullable<int> COUNT {
|
930 |
|
get {
|
931 |
|
return this.COUNTField;
|
932 |
|
}
|
933 |
|
set {
|
934 |
|
if ((this.COUNTField.Equals(value) != true)) {
|
935 |
|
this.COUNTField = value;
|
936 |
|
this.RaisePropertyChanged("COUNT");
|
937 |
|
}
|
938 |
|
}
|
939 |
|
}
|
940 |
|
|
941 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
942 |
|
public System.Nullable<int> EXCEPTION_COUNT {
|
943 |
|
get {
|
944 |
|
return this.EXCEPTION_COUNTField;
|
945 |
|
}
|
946 |
|
set {
|
947 |
|
if ((this.EXCEPTION_COUNTField.Equals(value) != true)) {
|
948 |
|
this.EXCEPTION_COUNTField = value;
|
949 |
|
this.RaisePropertyChanged("EXCEPTION_COUNT");
|
950 |
|
}
|
951 |
|
}
|
952 |
|
}
|
953 |
|
|
954 |
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
955 |
|
public string PROJECT_NO {
|
956 |
|
get {
|
957 |
|
return this.PROJECT_NOField;
|
958 |
|
}
|
959 |
|
set {
|
960 |
|
if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
|
961 |
|
this.PROJECT_NOField = value;
|
962 |
|
this.RaisePropertyChanged("PROJECT_NO");
|
963 |
|
}
|
964 |
|
}
|
965 |
|
}
|
966 |
|
|
967 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
968 |
|
|
969 |
|
protected void RaisePropertyChanged(string propertyName) {
|
970 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
971 |
|
if ((propertyChanged != null)) {
|
972 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
973 |
|
}
|
974 |
|
}
|
975 |
|
}
|
976 |
|
|
977 |
14 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
978 |
15 |
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="DataService.IDataService")]
|
979 |
16 |
public interface IDataService {
|
980 |
17 |
|
981 |
18 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
|
982 |
|
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
|
19 |
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
983 |
20 |
string p_ID,
|
984 |
21 |
string p_PROJECT_NO,
|
985 |
22 |
string p_DOCUMENT_ID,
|
... | ... | |
1001 |
38 |
System.Nullable<bool> p_ExcptionCheck);
|
1002 |
39 |
|
1003 |
40 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
|
1004 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
|
41 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
1005 |
42 |
string p_ID,
|
1006 |
43 |
string p_PROJECT_NO,
|
1007 |
44 |
string p_DOCUMENT_ID,
|
... | ... | |
1035 |
72 |
System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_DELETEAsync(string p_ID);
|
1036 |
73 |
|
1037 |
74 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
|
1038 |
|
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS);
|
|
75 |
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS);
|
1039 |
76 |
|
1040 |
77 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
|
1041 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result>> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS);
|
|
78 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result>> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS);
|
1042 |
79 |
|
1043 |
80 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERTResponse")]
|
1044 |
81 |
int GET_SELECT_CONVERT_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
|
... | ... | |
1047 |
84 |
System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
|
1048 |
85 |
|
1049 |
86 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
|
1050 |
|
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
|
87 |
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
1051 |
88 |
string p_ID,
|
1052 |
89 |
string p_PROJECT_NO,
|
1053 |
90 |
string p_DOCUMENT_ID,
|
... | ... | |
1070 |
107 |
System.Nullable<bool> p_ExcptionCheck);
|
1071 |
108 |
|
1072 |
109 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
|
1073 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
|
110 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
1074 |
111 |
string p_ID,
|
1075 |
112 |
string p_PROJECT_NO,
|
1076 |
113 |
string p_DOCUMENT_ID,
|
... | ... | |
1105 |
142 |
System.Threading.Tasks.Task<int> GET_SELECT_FINAL_PDF_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
|
1106 |
143 |
|
1107 |
144 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
|
1108 |
|
System.Collections.Generic.List<Markus.Service.StationController.DataService.FINALPDF_COUNT_Result> GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
|
145 |
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result> GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
1109 |
146 |
|
1110 |
147 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
|
1111 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.FINALPDF_COUNT_Result>> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
|
148 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result>> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
1112 |
149 |
|
1113 |
150 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
|
1114 |
|
System.Collections.Generic.List<Markus.Service.StationController.DataService.CONVERT_COUNT_Result> GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
|
151 |
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result> GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
1115 |
152 |
|
1116 |
153 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
|
1117 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.CONVERT_COUNT_Result>> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
|
154 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result>> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
|
1118 |
155 |
}
|
1119 |
156 |
|
1120 |
157 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
... | ... | |
1144 |
181 |
base(binding, remoteAddress) {
|
1145 |
182 |
}
|
1146 |
183 |
|
1147 |
|
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
|
184 |
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
1148 |
185 |
string p_ID,
|
1149 |
186 |
string p_PROJECT_NO,
|
1150 |
187 |
string p_DOCUMENT_ID,
|
... | ... | |
1167 |
204 |
return base.Channel.GET_SELECT_CONVERT_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_STATUS, p_TAKE_COUNT, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_GROUP_NO, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_REVISION, p_SERVICE_ID, p_RECONVERTER, p_DOCUMENT_URL, p_ExcptionCheck);
|
1168 |
205 |
}
|
1169 |
206 |
|
1170 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
|
207 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
1171 |
208 |
string p_ID,
|
1172 |
209 |
string p_PROJECT_NO,
|
1173 |
210 |
string p_DOCUMENT_ID,
|
... | ... | |
1206 |
243 |
return base.Channel.GET_SELECT_CONVERT_DELETEAsync(p_ID);
|
1207 |
244 |
}
|
1208 |
245 |
|
1209 |
|
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS) {
|
|
246 |
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS) {
|
1210 |
247 |
return base.Channel.GET_SELECT_RUN_PROJECTS(p_RUN_PROJECTS);
|
1211 |
248 |
}
|
1212 |
249 |
|
1213 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result>> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS) {
|
|
250 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result>> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS) {
|
1214 |
251 |
return base.Channel.GET_SELECT_RUN_PROJECTSAsync(p_RUN_PROJECTS);
|
1215 |
252 |
}
|
1216 |
253 |
|
... | ... | |
1222 |
259 |
return base.Channel.GET_SELECT_CONVERT_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
|
1223 |
260 |
}
|
1224 |
261 |
|
1225 |
|
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
|
262 |
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
1226 |
263 |
string p_ID,
|
1227 |
264 |
string p_PROJECT_NO,
|
1228 |
265 |
string p_DOCUMENT_ID,
|
... | ... | |
1246 |
283 |
return base.Channel.GET_SELECT_FINAL_PDF_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_MARKUPINFO_ID, p_DOCINFO_ID, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_CREATE_USER_ID, p_STATUS, p_TAKE_COUNT, p_GROUP_NO, p_REVISION, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_DOCUMENT_URL, p_ExcptionCheck);
|
1247 |
284 |
}
|
1248 |
285 |
|
1249 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
|
286 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
1250 |
287 |
string p_ID,
|
1251 |
288 |
string p_PROJECT_NO,
|
1252 |
289 |
string p_DOCUMENT_ID,
|
... | ... | |
1286 |
323 |
return base.Channel.GET_SELECT_FINAL_PDF_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
|
1287 |
324 |
}
|
1288 |
325 |
|
1289 |
|
public System.Collections.Generic.List<Markus.Service.StationController.DataService.FINALPDF_COUNT_Result> GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
|
326 |
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result> GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
1290 |
327 |
return base.Channel.GET_FINALPDF_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
1291 |
328 |
}
|
1292 |
329 |
|
1293 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.FINALPDF_COUNT_Result>> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
|
330 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result>> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
1294 |
331 |
return base.Channel.GET_FINALPDF_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
1295 |
332 |
}
|
1296 |
333 |
|
1297 |
|
public System.Collections.Generic.List<Markus.Service.StationController.DataService.CONVERT_COUNT_Result> GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
|
334 |
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result> GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
1298 |
335 |
return base.Channel.GET_CONVERT_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
1299 |
336 |
}
|
1300 |
337 |
|
1301 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.CONVERT_COUNT_Result>> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
|
338 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result>> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
|
1302 |
339 |
return base.Channel.GET_CONVERT_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
1303 |
340 |
}
|
1304 |
341 |
}
|