9 |
9 |
//------------------------------------------------------------------------------
|
10 |
10 |
|
11 |
11 |
namespace Markus.Service.StationController.DataService {
|
|
12 |
using System.Runtime.Serialization;
|
|
13 |
using System;
|
12 |
14 |
|
13 |
15 |
|
|
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 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
978 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
979 |
[System.Runtime.Serialization.DataContractAttribute(Name="SELECT_DOCUMENT_ITEM_Result", Namespace="http://schemas.datacontract.org/2004/07/StationControllerService")]
|
|
980 |
[System.SerializableAttribute()]
|
|
981 |
public partial class SELECT_DOCUMENT_ITEM_Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
982 |
|
|
983 |
[System.NonSerializedAttribute()]
|
|
984 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
985 |
|
|
986 |
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
987 |
private string DOCUMENTIDField;
|
|
988 |
|
|
989 |
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
990 |
private string DOCUMENT_IDField;
|
|
991 |
|
|
992 |
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
993 |
private string DOCUMENT_N0Field;
|
|
994 |
|
|
995 |
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
996 |
private string GROUP_N0Field;
|
|
997 |
|
|
998 |
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
999 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
1000 |
get {
|
|
1001 |
return this.extensionDataField;
|
|
1002 |
}
|
|
1003 |
set {
|
|
1004 |
this.extensionDataField = value;
|
|
1005 |
}
|
|
1006 |
}
|
|
1007 |
|
|
1008 |
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
1009 |
public string DOCUMENTID {
|
|
1010 |
get {
|
|
1011 |
return this.DOCUMENTIDField;
|
|
1012 |
}
|
|
1013 |
set {
|
|
1014 |
if ((object.ReferenceEquals(this.DOCUMENTIDField, value) != true)) {
|
|
1015 |
this.DOCUMENTIDField = value;
|
|
1016 |
this.RaisePropertyChanged("DOCUMENTID");
|
|
1017 |
}
|
|
1018 |
}
|
|
1019 |
}
|
|
1020 |
|
|
1021 |
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
1022 |
public string DOCUMENT_ID {
|
|
1023 |
get {
|
|
1024 |
return this.DOCUMENT_IDField;
|
|
1025 |
}
|
|
1026 |
set {
|
|
1027 |
if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
|
|
1028 |
this.DOCUMENT_IDField = value;
|
|
1029 |
this.RaisePropertyChanged("DOCUMENT_ID");
|
|
1030 |
}
|
|
1031 |
}
|
|
1032 |
}
|
|
1033 |
|
|
1034 |
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
1035 |
public string DOCUMENT_N0 {
|
|
1036 |
get {
|
|
1037 |
return this.DOCUMENT_N0Field;
|
|
1038 |
}
|
|
1039 |
set {
|
|
1040 |
if ((object.ReferenceEquals(this.DOCUMENT_N0Field, value) != true)) {
|
|
1041 |
this.DOCUMENT_N0Field = value;
|
|
1042 |
this.RaisePropertyChanged("DOCUMENT_N0");
|
|
1043 |
}
|
|
1044 |
}
|
|
1045 |
}
|
|
1046 |
|
|
1047 |
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
1048 |
public string GROUP_N0 {
|
|
1049 |
get {
|
|
1050 |
return this.GROUP_N0Field;
|
|
1051 |
}
|
|
1052 |
set {
|
|
1053 |
if ((object.ReferenceEquals(this.GROUP_N0Field, value) != true)) {
|
|
1054 |
this.GROUP_N0Field = value;
|
|
1055 |
this.RaisePropertyChanged("GROUP_N0");
|
|
1056 |
}
|
|
1057 |
}
|
|
1058 |
}
|
|
1059 |
|
|
1060 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
1061 |
|
|
1062 |
protected void RaisePropertyChanged(string propertyName) {
|
|
1063 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
1064 |
if ((propertyChanged != null)) {
|
|
1065 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
1066 |
}
|
|
1067 |
}
|
|
1068 |
}
|
|
1069 |
|
14 |
1070 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
15 |
1071 |
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="DataService.IDataService")]
|
16 |
1072 |
public interface IDataService {
|
17 |
1073 |
|
18 |
1074 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
|
19 |
|
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
|
1075 |
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
20 |
1076 |
string p_ID,
|
21 |
1077 |
string p_PROJECT_NO,
|
22 |
1078 |
string p_DOCUMENT_ID,
|
... | ... | |
38 |
1094 |
System.Nullable<bool> p_ExcptionCheck);
|
39 |
1095 |
|
40 |
1096 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
|
41 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
|
1097 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
42 |
1098 |
string p_ID,
|
43 |
1099 |
string p_PROJECT_NO,
|
44 |
1100 |
string p_DOCUMENT_ID,
|
... | ... | |
72 |
1128 |
System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_DELETEAsync(string p_ID);
|
73 |
1129 |
|
74 |
1130 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
|
75 |
|
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS);
|
|
1131 |
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS);
|
76 |
1132 |
|
77 |
1133 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
|
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);
|
|
1134 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result>> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS);
|
79 |
1135 |
|
80 |
1136 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERTResponse")]
|
81 |
1137 |
int GET_SELECT_CONVERT_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
|
... | ... | |
84 |
1140 |
System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
|
85 |
1141 |
|
86 |
1142 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
|
87 |
|
System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
|
1143 |
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
88 |
1144 |
string p_ID,
|
89 |
1145 |
string p_PROJECT_NO,
|
90 |
1146 |
string p_DOCUMENT_ID,
|
... | ... | |
107 |
1163 |
System.Nullable<bool> p_ExcptionCheck);
|
108 |
1164 |
|
109 |
1165 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
|
110 |
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
|
1166 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
111 |
1167 |
string p_ID,
|
112 |
1168 |
string p_PROJECT_NO,
|
113 |
1169 |
string p_DOCUMENT_ID,
|
... | ... | |
142 |
1198 |
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);
|
143 |
1199 |
|
144 |
1200 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
|
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);
|
|
1201 |
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);
|
146 |
1202 |
|
147 |
1203 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
|
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);
|
|
1204 |
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);
|
149 |
1205 |
|
150 |
1206 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
|
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);
|
|
1207 |
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);
|
152 |
1208 |
|
153 |
1209 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
|
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);
|
|
1210 |
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);
|
|
1211 |
|
|
1212 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_DOCUMENT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_DOCUMENT_ITEMResponse")]
|
|
1213 |
System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result> GET_DOCUMENT_ITEM(System.Nullable<int> p_TAKE_COUNT, string p_REVISION, string p_DOCUMENT_N0, string p_DOCUMENT_NAME, string p_GROUP_N0, string p_ORIGINAL_FILE, string p_DOCUMENT_ID, string p_PROJECT_NO);
|
|
1214 |
|
|
1215 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_DOCUMENT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_DOCUMENT_ITEMResponse")]
|
|
1216 |
System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result>> GET_DOCUMENT_ITEMAsync(System.Nullable<int> p_TAKE_COUNT, string p_REVISION, string p_DOCUMENT_N0, string p_DOCUMENT_NAME, string p_GROUP_N0, string p_ORIGINAL_FILE, string p_DOCUMENT_ID, string p_PROJECT_NO);
|
155 |
1217 |
}
|
156 |
1218 |
|
157 |
1219 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
... | ... | |
181 |
1243 |
base(binding, remoteAddress) {
|
182 |
1244 |
}
|
183 |
1245 |
|
184 |
|
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
|
1246 |
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result> GET_SELECT_CONVERT_ITEM(
|
185 |
1247 |
string p_ID,
|
186 |
1248 |
string p_PROJECT_NO,
|
187 |
1249 |
string p_DOCUMENT_ID,
|
... | ... | |
204 |
1266 |
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);
|
205 |
1267 |
}
|
206 |
1268 |
|
207 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
|
1269 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result>> GET_SELECT_CONVERT_ITEMAsync(
|
208 |
1270 |
string p_ID,
|
209 |
1271 |
string p_PROJECT_NO,
|
210 |
1272 |
string p_DOCUMENT_ID,
|
... | ... | |
243 |
1305 |
return base.Channel.GET_SELECT_CONVERT_DELETEAsync(p_ID);
|
244 |
1306 |
}
|
245 |
1307 |
|
246 |
|
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS) {
|
|
1308 |
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result> GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS) {
|
247 |
1309 |
return base.Channel.GET_SELECT_RUN_PROJECTS(p_RUN_PROJECTS);
|
248 |
1310 |
}
|
249 |
1311 |
|
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) {
|
|
1312 |
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) {
|
251 |
1313 |
return base.Channel.GET_SELECT_RUN_PROJECTSAsync(p_RUN_PROJECTS);
|
252 |
1314 |
}
|
253 |
1315 |
|
... | ... | |
259 |
1321 |
return base.Channel.GET_SELECT_CONVERT_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
|
260 |
1322 |
}
|
261 |
1323 |
|
262 |
|
public System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
|
1324 |
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result> GET_SELECT_FINAL_PDF_ITEM(
|
263 |
1325 |
string p_ID,
|
264 |
1326 |
string p_PROJECT_NO,
|
265 |
1327 |
string p_DOCUMENT_ID,
|
... | ... | |
283 |
1345 |
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);
|
284 |
1346 |
}
|
285 |
1347 |
|
286 |
|
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
|
1348 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result>> GET_SELECT_FINAL_PDF_ITEMAsync(
|
287 |
1349 |
string p_ID,
|
288 |
1350 |
string p_PROJECT_NO,
|
289 |
1351 |
string p_DOCUMENT_ID,
|
... | ... | |
323 |
1385 |
return base.Channel.GET_SELECT_FINAL_PDF_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
|
324 |
1386 |
}
|
325 |
1387 |
|
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) {
|
|
1388 |
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) {
|
327 |
1389 |
return base.Channel.GET_FINALPDF_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
328 |
1390 |
}
|
329 |
1391 |
|
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) {
|
|
1392 |
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) {
|
331 |
1393 |
return base.Channel.GET_FINALPDF_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
332 |
1394 |
}
|
333 |
1395 |
|
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) {
|
|
1396 |
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) {
|
335 |
1397 |
return base.Channel.GET_CONVERT_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
336 |
1398 |
}
|
337 |
1399 |
|
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) {
|
|
1400 |
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) {
|
339 |
1401 |
return base.Channel.GET_CONVERT_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
|
340 |
1402 |
}
|
|
1403 |
|
|
1404 |
public System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result> GET_DOCUMENT_ITEM(System.Nullable<int> p_TAKE_COUNT, string p_REVISION, string p_DOCUMENT_N0, string p_DOCUMENT_NAME, string p_GROUP_N0, string p_ORIGINAL_FILE, string p_DOCUMENT_ID, string p_PROJECT_NO) {
|
|
1405 |
return base.Channel.GET_DOCUMENT_ITEM(p_TAKE_COUNT, p_REVISION, p_DOCUMENT_N0, p_DOCUMENT_NAME, p_GROUP_N0, p_ORIGINAL_FILE, p_DOCUMENT_ID, p_PROJECT_NO);
|
|
1406 |
}
|
|
1407 |
|
|
1408 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result>> GET_DOCUMENT_ITEMAsync(System.Nullable<int> p_TAKE_COUNT, string p_REVISION, string p_DOCUMENT_N0, string p_DOCUMENT_NAME, string p_GROUP_N0, string p_ORIGINAL_FILE, string p_DOCUMENT_ID, string p_PROJECT_NO) {
|
|
1409 |
return base.Channel.GET_DOCUMENT_ITEMAsync(p_TAKE_COUNT, p_REVISION, p_DOCUMENT_N0, p_DOCUMENT_NAME, p_GROUP_N0, p_ORIGINAL_FILE, p_DOCUMENT_ID, p_PROJECT_NO);
|
|
1410 |
}
|
341 |
1411 |
}
|
342 |
1412 |
}
|