프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / DownloadManagerTest / Connected Services / MarkusService / Reference.cs @ 03960fa5

이력 | 보기 | 이력해설 | 다운로드 (232 KB)

1
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     이 코드는 도구를 사용하여 생성되었습니다.
4
//     런타임 버전:4.0.30319.42000
5
//
6
//     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
7
//     이러한 변경 내용이 손실됩니다.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10

    
11
namespace DownloadManagerTest.MarkusService {
12
    using System.Runtime.Serialization;
13
    using System;
14
    
15
    
16
    [System.Diagnostics.DebuggerStepThroughAttribute()]
17
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
18
    [System.Runtime.Serialization.DataContractAttribute(Name="KCOM_SystemInfo", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
19
    [System.SerializableAttribute()]
20
    public partial class KCOM_SystemInfo : 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 HostNameField;
27
        
28
        [System.Runtime.Serialization.OptionalFieldAttribute()]
29
        private string HostPortField;
30
        
31
        [System.Runtime.Serialization.OptionalFieldAttribute()]
32
        private string NotifyField;
33
        
34
        [System.Runtime.Serialization.OptionalFieldAttribute()]
35
        private string STAMPField;
36
        
37
        [global::System.ComponentModel.BrowsableAttribute(false)]
38
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
39
            get {
40
                return this.extensionDataField;
41
            }
42
            set {
43
                this.extensionDataField = value;
44
            }
45
        }
46
        
47
        [System.Runtime.Serialization.DataMemberAttribute()]
48
        public string HostName {
49
            get {
50
                return this.HostNameField;
51
            }
52
            set {
53
                if ((object.ReferenceEquals(this.HostNameField, value) != true)) {
54
                    this.HostNameField = value;
55
                    this.RaisePropertyChanged("HostName");
56
                }
57
            }
58
        }
59
        
60
        [System.Runtime.Serialization.DataMemberAttribute()]
61
        public string HostPort {
62
            get {
63
                return this.HostPortField;
64
            }
65
            set {
66
                if ((object.ReferenceEquals(this.HostPortField, value) != true)) {
67
                    this.HostPortField = value;
68
                    this.RaisePropertyChanged("HostPort");
69
                }
70
            }
71
        }
72
        
73
        [System.Runtime.Serialization.DataMemberAttribute()]
74
        public string Notify {
75
            get {
76
                return this.NotifyField;
77
            }
78
            set {
79
                if ((object.ReferenceEquals(this.NotifyField, value) != true)) {
80
                    this.NotifyField = value;
81
                    this.RaisePropertyChanged("Notify");
82
                }
83
            }
84
        }
85
        
86
        [System.Runtime.Serialization.DataMemberAttribute()]
87
        public string STAMP {
88
            get {
89
                return this.STAMPField;
90
            }
91
            set {
92
                if ((object.ReferenceEquals(this.STAMPField, value) != true)) {
93
                    this.STAMPField = value;
94
                    this.RaisePropertyChanged("STAMP");
95
                }
96
            }
97
        }
98
        
99
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
100
        
101
        protected void RaisePropertyChanged(string propertyName) {
102
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
103
            if ((propertyChanged != null)) {
104
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
105
            }
106
        }
107
    }
108
    
109
    [System.Diagnostics.DebuggerStepThroughAttribute()]
110
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
111
    [System.Runtime.Serialization.DataContractAttribute(Name="FAVORITE_DOC", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
112
    [System.SerializableAttribute()]
113
    public partial class FAVORITE_DOC : DownloadManagerTest.MarkusService.EntityObject {
114
        
115
        [System.Runtime.Serialization.OptionalFieldAttribute()]
116
        private System.DateTime CREATE_TIMEField;
117
        
118
        [System.Runtime.Serialization.OptionalFieldAttribute()]
119
        private string DESCRIPTIONField;
120
        
121
        [System.Runtime.Serialization.OptionalFieldAttribute()]
122
        private string DOCUMENT_IDField;
123
        
124
        [System.Runtime.Serialization.OptionalFieldAttribute()]
125
        private string DOCUMENT_NOField;
126
        
127
        [System.Runtime.Serialization.OptionalFieldAttribute()]
128
        private int FLAGField;
129
        
130
        [System.Runtime.Serialization.OptionalFieldAttribute()]
131
        private string GROUP_NOField;
132
        
133
        [System.Runtime.Serialization.OptionalFieldAttribute()]
134
        private string IDField;
135
        
136
        [System.Runtime.Serialization.OptionalFieldAttribute()]
137
        private string MEMBER_USER_IDField;
138
        
139
        [System.Runtime.Serialization.OptionalFieldAttribute()]
140
        private int PAGE_NOField;
141
        
142
        [System.Runtime.Serialization.OptionalFieldAttribute()]
143
        private string PROJECT_NOField;
144
        
145
        [System.Runtime.Serialization.OptionalFieldAttribute()]
146
        private string REVISIONField;
147
        
148
        [System.Runtime.Serialization.DataMemberAttribute()]
149
        public System.DateTime CREATE_TIME {
150
            get {
151
                return this.CREATE_TIMEField;
152
            }
153
            set {
154
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
155
                    this.CREATE_TIMEField = value;
156
                    this.RaisePropertyChanged("CREATE_TIME");
157
                }
158
            }
159
        }
160
        
161
        [System.Runtime.Serialization.DataMemberAttribute()]
162
        public string DESCRIPTION {
163
            get {
164
                return this.DESCRIPTIONField;
165
            }
166
            set {
167
                if ((object.ReferenceEquals(this.DESCRIPTIONField, value) != true)) {
168
                    this.DESCRIPTIONField = value;
169
                    this.RaisePropertyChanged("DESCRIPTION");
170
                }
171
            }
172
        }
173
        
174
        [System.Runtime.Serialization.DataMemberAttribute()]
175
        public string DOCUMENT_ID {
176
            get {
177
                return this.DOCUMENT_IDField;
178
            }
179
            set {
180
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
181
                    this.DOCUMENT_IDField = value;
182
                    this.RaisePropertyChanged("DOCUMENT_ID");
183
                }
184
            }
185
        }
186
        
187
        [System.Runtime.Serialization.DataMemberAttribute()]
188
        public string DOCUMENT_NO {
189
            get {
190
                return this.DOCUMENT_NOField;
191
            }
192
            set {
193
                if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
194
                    this.DOCUMENT_NOField = value;
195
                    this.RaisePropertyChanged("DOCUMENT_NO");
196
                }
197
            }
198
        }
199
        
200
        [System.Runtime.Serialization.DataMemberAttribute()]
201
        public int FLAG {
202
            get {
203
                return this.FLAGField;
204
            }
205
            set {
206
                if ((this.FLAGField.Equals(value) != true)) {
207
                    this.FLAGField = value;
208
                    this.RaisePropertyChanged("FLAG");
209
                }
210
            }
211
        }
212
        
213
        [System.Runtime.Serialization.DataMemberAttribute()]
214
        public string GROUP_NO {
215
            get {
216
                return this.GROUP_NOField;
217
            }
218
            set {
219
                if ((object.ReferenceEquals(this.GROUP_NOField, value) != true)) {
220
                    this.GROUP_NOField = value;
221
                    this.RaisePropertyChanged("GROUP_NO");
222
                }
223
            }
224
        }
225
        
226
        [System.Runtime.Serialization.DataMemberAttribute()]
227
        public string ID {
228
            get {
229
                return this.IDField;
230
            }
231
            set {
232
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
233
                    this.IDField = value;
234
                    this.RaisePropertyChanged("ID");
235
                }
236
            }
237
        }
238
        
239
        [System.Runtime.Serialization.DataMemberAttribute()]
240
        public string MEMBER_USER_ID {
241
            get {
242
                return this.MEMBER_USER_IDField;
243
            }
244
            set {
245
                if ((object.ReferenceEquals(this.MEMBER_USER_IDField, value) != true)) {
246
                    this.MEMBER_USER_IDField = value;
247
                    this.RaisePropertyChanged("MEMBER_USER_ID");
248
                }
249
            }
250
        }
251
        
252
        [System.Runtime.Serialization.DataMemberAttribute()]
253
        public int PAGE_NO {
254
            get {
255
                return this.PAGE_NOField;
256
            }
257
            set {
258
                if ((this.PAGE_NOField.Equals(value) != true)) {
259
                    this.PAGE_NOField = value;
260
                    this.RaisePropertyChanged("PAGE_NO");
261
                }
262
            }
263
        }
264
        
265
        [System.Runtime.Serialization.DataMemberAttribute()]
266
        public string PROJECT_NO {
267
            get {
268
                return this.PROJECT_NOField;
269
            }
270
            set {
271
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
272
                    this.PROJECT_NOField = value;
273
                    this.RaisePropertyChanged("PROJECT_NO");
274
                }
275
            }
276
        }
277
        
278
        [System.Runtime.Serialization.DataMemberAttribute()]
279
        public string REVISION {
280
            get {
281
                return this.REVISIONField;
282
            }
283
            set {
284
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
285
                    this.REVISIONField = value;
286
                    this.RaisePropertyChanged("REVISION");
287
                }
288
            }
289
        }
290
    }
291
    
292
    [System.Diagnostics.DebuggerStepThroughAttribute()]
293
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
294
    [System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
295
    [System.SerializableAttribute()]
296
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityObject))]
297
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCINFO))]
298
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCPAGE))]
299
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO))]
300
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION))]
301
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_DATA))]
302
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCUMENT_ITEM))]
303
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MEMBER))]
304
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SIGN_INFO))]
305
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE))]
306
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC))]
307
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY))]
308
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST))]
309
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.TALK))]
310
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FINAL_PDF))]
311
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.PROPERTIES))]
312
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FAVORITE_DOC))]
313
    public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
314
        
315
        [System.NonSerializedAttribute()]
316
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
317
        
318
        [global::System.ComponentModel.BrowsableAttribute(false)]
319
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
320
            get {
321
                return this.extensionDataField;
322
            }
323
            set {
324
                this.extensionDataField = value;
325
            }
326
        }
327
        
328
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
329
        
330
        protected void RaisePropertyChanged(string propertyName) {
331
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
332
            if ((propertyChanged != null)) {
333
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
334
            }
335
        }
336
    }
337
    
338
    [System.Diagnostics.DebuggerStepThroughAttribute()]
339
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
340
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
341
    [System.SerializableAttribute()]
342
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCINFO))]
343
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCPAGE))]
344
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO))]
345
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION))]
346
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_DATA))]
347
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCUMENT_ITEM))]
348
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MEMBER))]
349
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SIGN_INFO))]
350
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE))]
351
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC))]
352
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY))]
353
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST))]
354
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.TALK))]
355
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FINAL_PDF))]
356
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.PROPERTIES))]
357
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FAVORITE_DOC))]
358
    public partial class EntityObject : DownloadManagerTest.MarkusService.StructuralObject {
359
        
360
        [System.Runtime.Serialization.OptionalFieldAttribute()]
361
        private DownloadManagerTest.MarkusService.EntityKey EntityKeyField;
362
        
363
        [System.Runtime.Serialization.DataMemberAttribute()]
364
        public DownloadManagerTest.MarkusService.EntityKey EntityKey {
365
            get {
366
                return this.EntityKeyField;
367
            }
368
            set {
369
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
370
                    this.EntityKeyField = value;
371
                    this.RaisePropertyChanged("EntityKey");
372
                }
373
            }
374
        }
375
    }
376
    
377
    [System.Diagnostics.DebuggerStepThroughAttribute()]
378
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
379
    [System.Runtime.Serialization.DataContractAttribute(Name="DOCINFO", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
380
    [System.SerializableAttribute()]
381
    public partial class DOCINFO : DownloadManagerTest.MarkusService.EntityObject {
382
        
383
        [System.Runtime.Serialization.OptionalFieldAttribute()]
384
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> DOCPAGEField;
385
        
386
        [System.Runtime.Serialization.OptionalFieldAttribute()]
387
        private string DOCUMENT_IDField;
388
        
389
        [System.Runtime.Serialization.OptionalFieldAttribute()]
390
        private string IDField;
391
        
392
        [System.Runtime.Serialization.OptionalFieldAttribute()]
393
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO> MARKUP_INFOField;
394
        
395
        [System.Runtime.Serialization.OptionalFieldAttribute()]
396
        private string ORIGINAL_FILEField;
397
        
398
        [System.Runtime.Serialization.OptionalFieldAttribute()]
399
        private int PAGE_COUNTField;
400
        
401
        [System.Runtime.Serialization.OptionalFieldAttribute()]
402
        private string PROJECT_NOField;
403
        
404
        [System.Runtime.Serialization.DataMemberAttribute()]
405
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> DOCPAGE {
406
            get {
407
                return this.DOCPAGEField;
408
            }
409
            set {
410
                if ((object.ReferenceEquals(this.DOCPAGEField, value) != true)) {
411
                    this.DOCPAGEField = value;
412
                    this.RaisePropertyChanged("DOCPAGE");
413
                }
414
            }
415
        }
416
        
417
        [System.Runtime.Serialization.DataMemberAttribute()]
418
        public string DOCUMENT_ID {
419
            get {
420
                return this.DOCUMENT_IDField;
421
            }
422
            set {
423
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
424
                    this.DOCUMENT_IDField = value;
425
                    this.RaisePropertyChanged("DOCUMENT_ID");
426
                }
427
            }
428
        }
429
        
430
        [System.Runtime.Serialization.DataMemberAttribute()]
431
        public string ID {
432
            get {
433
                return this.IDField;
434
            }
435
            set {
436
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
437
                    this.IDField = value;
438
                    this.RaisePropertyChanged("ID");
439
                }
440
            }
441
        }
442
        
443
        [System.Runtime.Serialization.DataMemberAttribute()]
444
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO> MARKUP_INFO {
445
            get {
446
                return this.MARKUP_INFOField;
447
            }
448
            set {
449
                if ((object.ReferenceEquals(this.MARKUP_INFOField, value) != true)) {
450
                    this.MARKUP_INFOField = value;
451
                    this.RaisePropertyChanged("MARKUP_INFO");
452
                }
453
            }
454
        }
455
        
456
        [System.Runtime.Serialization.DataMemberAttribute()]
457
        public string ORIGINAL_FILE {
458
            get {
459
                return this.ORIGINAL_FILEField;
460
            }
461
            set {
462
                if ((object.ReferenceEquals(this.ORIGINAL_FILEField, value) != true)) {
463
                    this.ORIGINAL_FILEField = value;
464
                    this.RaisePropertyChanged("ORIGINAL_FILE");
465
                }
466
            }
467
        }
468
        
469
        [System.Runtime.Serialization.DataMemberAttribute()]
470
        public int PAGE_COUNT {
471
            get {
472
                return this.PAGE_COUNTField;
473
            }
474
            set {
475
                if ((this.PAGE_COUNTField.Equals(value) != true)) {
476
                    this.PAGE_COUNTField = value;
477
                    this.RaisePropertyChanged("PAGE_COUNT");
478
                }
479
            }
480
        }
481
        
482
        [System.Runtime.Serialization.DataMemberAttribute()]
483
        public string PROJECT_NO {
484
            get {
485
                return this.PROJECT_NOField;
486
            }
487
            set {
488
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
489
                    this.PROJECT_NOField = value;
490
                    this.RaisePropertyChanged("PROJECT_NO");
491
                }
492
            }
493
        }
494
    }
495
    
496
    [System.Diagnostics.DebuggerStepThroughAttribute()]
497
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
498
    [System.Runtime.Serialization.DataContractAttribute(Name="DOCPAGE", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
499
    [System.SerializableAttribute()]
500
    public partial class DOCPAGE : DownloadManagerTest.MarkusService.EntityObject {
501
        
502
        [System.Runtime.Serialization.OptionalFieldAttribute()]
503
        private DownloadManagerTest.MarkusService.DOCINFO DOCINFOField;
504
        
505
        [System.Runtime.Serialization.OptionalFieldAttribute()]
506
        private DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG DOCINFOReferenceField;
507
        
508
        [System.Runtime.Serialization.OptionalFieldAttribute()]
509
        private string DOCINFO_IDField;
510
        
511
        [System.Runtime.Serialization.OptionalFieldAttribute()]
512
        private string IDField;
513
        
514
        [System.Runtime.Serialization.OptionalFieldAttribute()]
515
        private int PAGE_ANGLEField;
516
        
517
        [System.Runtime.Serialization.OptionalFieldAttribute()]
518
        private string PAGE_HEIGHTField;
519
        
520
        [System.Runtime.Serialization.OptionalFieldAttribute()]
521
        private int PAGE_NUMBERField;
522
        
523
        [System.Runtime.Serialization.OptionalFieldAttribute()]
524
        private string PAGE_WIDTHField;
525
        
526
        [System.Runtime.Serialization.DataMemberAttribute()]
527
        public DownloadManagerTest.MarkusService.DOCINFO DOCINFO {
528
            get {
529
                return this.DOCINFOField;
530
            }
531
            set {
532
                if ((object.ReferenceEquals(this.DOCINFOField, value) != true)) {
533
                    this.DOCINFOField = value;
534
                    this.RaisePropertyChanged("DOCINFO");
535
                }
536
            }
537
        }
538
        
539
        [System.Runtime.Serialization.DataMemberAttribute()]
540
        public DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG DOCINFOReference {
541
            get {
542
                return this.DOCINFOReferenceField;
543
            }
544
            set {
545
                if ((object.ReferenceEquals(this.DOCINFOReferenceField, value) != true)) {
546
                    this.DOCINFOReferenceField = value;
547
                    this.RaisePropertyChanged("DOCINFOReference");
548
                }
549
            }
550
        }
551
        
552
        [System.Runtime.Serialization.DataMemberAttribute()]
553
        public string DOCINFO_ID {
554
            get {
555
                return this.DOCINFO_IDField;
556
            }
557
            set {
558
                if ((object.ReferenceEquals(this.DOCINFO_IDField, value) != true)) {
559
                    this.DOCINFO_IDField = value;
560
                    this.RaisePropertyChanged("DOCINFO_ID");
561
                }
562
            }
563
        }
564
        
565
        [System.Runtime.Serialization.DataMemberAttribute()]
566
        public string ID {
567
            get {
568
                return this.IDField;
569
            }
570
            set {
571
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
572
                    this.IDField = value;
573
                    this.RaisePropertyChanged("ID");
574
                }
575
            }
576
        }
577
        
578
        [System.Runtime.Serialization.DataMemberAttribute()]
579
        public int PAGE_ANGLE {
580
            get {
581
                return this.PAGE_ANGLEField;
582
            }
583
            set {
584
                if ((this.PAGE_ANGLEField.Equals(value) != true)) {
585
                    this.PAGE_ANGLEField = value;
586
                    this.RaisePropertyChanged("PAGE_ANGLE");
587
                }
588
            }
589
        }
590
        
591
        [System.Runtime.Serialization.DataMemberAttribute()]
592
        public string PAGE_HEIGHT {
593
            get {
594
                return this.PAGE_HEIGHTField;
595
            }
596
            set {
597
                if ((object.ReferenceEquals(this.PAGE_HEIGHTField, value) != true)) {
598
                    this.PAGE_HEIGHTField = value;
599
                    this.RaisePropertyChanged("PAGE_HEIGHT");
600
                }
601
            }
602
        }
603
        
604
        [System.Runtime.Serialization.DataMemberAttribute()]
605
        public int PAGE_NUMBER {
606
            get {
607
                return this.PAGE_NUMBERField;
608
            }
609
            set {
610
                if ((this.PAGE_NUMBERField.Equals(value) != true)) {
611
                    this.PAGE_NUMBERField = value;
612
                    this.RaisePropertyChanged("PAGE_NUMBER");
613
                }
614
            }
615
        }
616
        
617
        [System.Runtime.Serialization.DataMemberAttribute()]
618
        public string PAGE_WIDTH {
619
            get {
620
                return this.PAGE_WIDTHField;
621
            }
622
            set {
623
                if ((object.ReferenceEquals(this.PAGE_WIDTHField, value) != true)) {
624
                    this.PAGE_WIDTHField = value;
625
                    this.RaisePropertyChanged("PAGE_WIDTH");
626
                }
627
            }
628
        }
629
    }
630
    
631
    [System.Diagnostics.DebuggerStepThroughAttribute()]
632
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
633
    [System.Runtime.Serialization.DataContractAttribute(Name="MARKUP_INFO", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
634
    [System.SerializableAttribute()]
635
    public partial class MARKUP_INFO : DownloadManagerTest.MarkusService.EntityObject {
636
        
637
        [System.Runtime.Serialization.OptionalFieldAttribute()]
638
        private int AVOID_CONSOLIDATEField;
639
        
640
        [System.Runtime.Serialization.OptionalFieldAttribute()]
641
        private int CONSOLIDATEField;
642
        
643
        [System.Runtime.Serialization.OptionalFieldAttribute()]
644
        private System.DateTime CREATE_TIMEField;
645
        
646
        [System.Runtime.Serialization.OptionalFieldAttribute()]
647
        private string DESCRIPTIONField;
648
        
649
        [System.Runtime.Serialization.OptionalFieldAttribute()]
650
        private DownloadManagerTest.MarkusService.DOCINFO DOCINFOField;
651
        
652
        [System.Runtime.Serialization.OptionalFieldAttribute()]
653
        private DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG DOCINFOReferenceField;
654
        
655
        [System.Runtime.Serialization.OptionalFieldAttribute()]
656
        private string DOCINFO_IDField;
657
        
658
        [System.Runtime.Serialization.OptionalFieldAttribute()]
659
        private string IDField;
660
        
661
        [System.Runtime.Serialization.OptionalFieldAttribute()]
662
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION> MARKUP_INFO_VERSIONField;
663
        
664
        [System.Runtime.Serialization.OptionalFieldAttribute()]
665
        private int PART_CONSOLIDATEField;
666
        
667
        [System.Runtime.Serialization.OptionalFieldAttribute()]
668
        private System.Nullable<System.DateTime> UPDATE_TIMEField;
669
        
670
        [System.Runtime.Serialization.OptionalFieldAttribute()]
671
        private string USER_IDField;
672
        
673
        [System.Runtime.Serialization.DataMemberAttribute()]
674
        public int AVOID_CONSOLIDATE {
675
            get {
676
                return this.AVOID_CONSOLIDATEField;
677
            }
678
            set {
679
                if ((this.AVOID_CONSOLIDATEField.Equals(value) != true)) {
680
                    this.AVOID_CONSOLIDATEField = value;
681
                    this.RaisePropertyChanged("AVOID_CONSOLIDATE");
682
                }
683
            }
684
        }
685
        
686
        [System.Runtime.Serialization.DataMemberAttribute()]
687
        public int CONSOLIDATE {
688
            get {
689
                return this.CONSOLIDATEField;
690
            }
691
            set {
692
                if ((this.CONSOLIDATEField.Equals(value) != true)) {
693
                    this.CONSOLIDATEField = value;
694
                    this.RaisePropertyChanged("CONSOLIDATE");
695
                }
696
            }
697
        }
698
        
699
        [System.Runtime.Serialization.DataMemberAttribute()]
700
        public System.DateTime CREATE_TIME {
701
            get {
702
                return this.CREATE_TIMEField;
703
            }
704
            set {
705
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
706
                    this.CREATE_TIMEField = value;
707
                    this.RaisePropertyChanged("CREATE_TIME");
708
                }
709
            }
710
        }
711
        
712
        [System.Runtime.Serialization.DataMemberAttribute()]
713
        public string DESCRIPTION {
714
            get {
715
                return this.DESCRIPTIONField;
716
            }
717
            set {
718
                if ((object.ReferenceEquals(this.DESCRIPTIONField, value) != true)) {
719
                    this.DESCRIPTIONField = value;
720
                    this.RaisePropertyChanged("DESCRIPTION");
721
                }
722
            }
723
        }
724
        
725
        [System.Runtime.Serialization.DataMemberAttribute()]
726
        public DownloadManagerTest.MarkusService.DOCINFO DOCINFO {
727
            get {
728
                return this.DOCINFOField;
729
            }
730
            set {
731
                if ((object.ReferenceEquals(this.DOCINFOField, value) != true)) {
732
                    this.DOCINFOField = value;
733
                    this.RaisePropertyChanged("DOCINFO");
734
                }
735
            }
736
        }
737
        
738
        [System.Runtime.Serialization.DataMemberAttribute()]
739
        public DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG DOCINFOReference {
740
            get {
741
                return this.DOCINFOReferenceField;
742
            }
743
            set {
744
                if ((object.ReferenceEquals(this.DOCINFOReferenceField, value) != true)) {
745
                    this.DOCINFOReferenceField = value;
746
                    this.RaisePropertyChanged("DOCINFOReference");
747
                }
748
            }
749
        }
750
        
751
        [System.Runtime.Serialization.DataMemberAttribute()]
752
        public string DOCINFO_ID {
753
            get {
754
                return this.DOCINFO_IDField;
755
            }
756
            set {
757
                if ((object.ReferenceEquals(this.DOCINFO_IDField, value) != true)) {
758
                    this.DOCINFO_IDField = value;
759
                    this.RaisePropertyChanged("DOCINFO_ID");
760
                }
761
            }
762
        }
763
        
764
        [System.Runtime.Serialization.DataMemberAttribute()]
765
        public string ID {
766
            get {
767
                return this.IDField;
768
            }
769
            set {
770
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
771
                    this.IDField = value;
772
                    this.RaisePropertyChanged("ID");
773
                }
774
            }
775
        }
776
        
777
        [System.Runtime.Serialization.DataMemberAttribute()]
778
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION> MARKUP_INFO_VERSION {
779
            get {
780
                return this.MARKUP_INFO_VERSIONField;
781
            }
782
            set {
783
                if ((object.ReferenceEquals(this.MARKUP_INFO_VERSIONField, value) != true)) {
784
                    this.MARKUP_INFO_VERSIONField = value;
785
                    this.RaisePropertyChanged("MARKUP_INFO_VERSION");
786
                }
787
            }
788
        }
789
        
790
        [System.Runtime.Serialization.DataMemberAttribute()]
791
        public int PART_CONSOLIDATE {
792
            get {
793
                return this.PART_CONSOLIDATEField;
794
            }
795
            set {
796
                if ((this.PART_CONSOLIDATEField.Equals(value) != true)) {
797
                    this.PART_CONSOLIDATEField = value;
798
                    this.RaisePropertyChanged("PART_CONSOLIDATE");
799
                }
800
            }
801
        }
802
        
803
        [System.Runtime.Serialization.DataMemberAttribute()]
804
        public System.Nullable<System.DateTime> UPDATE_TIME {
805
            get {
806
                return this.UPDATE_TIMEField;
807
            }
808
            set {
809
                if ((this.UPDATE_TIMEField.Equals(value) != true)) {
810
                    this.UPDATE_TIMEField = value;
811
                    this.RaisePropertyChanged("UPDATE_TIME");
812
                }
813
            }
814
        }
815
        
816
        [System.Runtime.Serialization.DataMemberAttribute()]
817
        public string USER_ID {
818
            get {
819
                return this.USER_IDField;
820
            }
821
            set {
822
                if ((object.ReferenceEquals(this.USER_IDField, value) != true)) {
823
                    this.USER_IDField = value;
824
                    this.RaisePropertyChanged("USER_ID");
825
                }
826
            }
827
        }
828
    }
829
    
830
    [System.Diagnostics.DebuggerStepThroughAttribute()]
831
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
832
    [System.Runtime.Serialization.DataContractAttribute(Name="MARKUP_INFO_VERSION", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
833
    [System.SerializableAttribute()]
834
    public partial class MARKUP_INFO_VERSION : DownloadManagerTest.MarkusService.EntityObject {
835
        
836
        [System.Runtime.Serialization.OptionalFieldAttribute()]
837
        private System.DateTime CREATE_DATEField;
838
        
839
        [System.Runtime.Serialization.OptionalFieldAttribute()]
840
        private string IDField;
841
        
842
        [System.Runtime.Serialization.OptionalFieldAttribute()]
843
        private string MARKUPINFO_IDField;
844
        
845
        [System.Runtime.Serialization.OptionalFieldAttribute()]
846
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> MARKUP_DATAField;
847
        
848
        [System.Runtime.Serialization.OptionalFieldAttribute()]
849
        private DownloadManagerTest.MarkusService.MARKUP_INFO MARKUP_INFOField;
850
        
851
        [System.Runtime.Serialization.OptionalFieldAttribute()]
852
        private DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFOitJtO6kG MARKUP_INFOReferenceField;
853
        
854
        [System.Runtime.Serialization.DataMemberAttribute()]
855
        public System.DateTime CREATE_DATE {
856
            get {
857
                return this.CREATE_DATEField;
858
            }
859
            set {
860
                if ((this.CREATE_DATEField.Equals(value) != true)) {
861
                    this.CREATE_DATEField = value;
862
                    this.RaisePropertyChanged("CREATE_DATE");
863
                }
864
            }
865
        }
866
        
867
        [System.Runtime.Serialization.DataMemberAttribute()]
868
        public string ID {
869
            get {
870
                return this.IDField;
871
            }
872
            set {
873
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
874
                    this.IDField = value;
875
                    this.RaisePropertyChanged("ID");
876
                }
877
            }
878
        }
879
        
880
        [System.Runtime.Serialization.DataMemberAttribute()]
881
        public string MARKUPINFO_ID {
882
            get {
883
                return this.MARKUPINFO_IDField;
884
            }
885
            set {
886
                if ((object.ReferenceEquals(this.MARKUPINFO_IDField, value) != true)) {
887
                    this.MARKUPINFO_IDField = value;
888
                    this.RaisePropertyChanged("MARKUPINFO_ID");
889
                }
890
            }
891
        }
892
        
893
        [System.Runtime.Serialization.DataMemberAttribute()]
894
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> MARKUP_DATA {
895
            get {
896
                return this.MARKUP_DATAField;
897
            }
898
            set {
899
                if ((object.ReferenceEquals(this.MARKUP_DATAField, value) != true)) {
900
                    this.MARKUP_DATAField = value;
901
                    this.RaisePropertyChanged("MARKUP_DATA");
902
                }
903
            }
904
        }
905
        
906
        [System.Runtime.Serialization.DataMemberAttribute()]
907
        public DownloadManagerTest.MarkusService.MARKUP_INFO MARKUP_INFO {
908
            get {
909
                return this.MARKUP_INFOField;
910
            }
911
            set {
912
                if ((object.ReferenceEquals(this.MARKUP_INFOField, value) != true)) {
913
                    this.MARKUP_INFOField = value;
914
                    this.RaisePropertyChanged("MARKUP_INFO");
915
                }
916
            }
917
        }
918
        
919
        [System.Runtime.Serialization.DataMemberAttribute()]
920
        public DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFOitJtO6kG MARKUP_INFOReference {
921
            get {
922
                return this.MARKUP_INFOReferenceField;
923
            }
924
            set {
925
                if ((object.ReferenceEquals(this.MARKUP_INFOReferenceField, value) != true)) {
926
                    this.MARKUP_INFOReferenceField = value;
927
                    this.RaisePropertyChanged("MARKUP_INFOReference");
928
                }
929
            }
930
        }
931
    }
932
    
933
    [System.Diagnostics.DebuggerStepThroughAttribute()]
934
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
935
    [System.Runtime.Serialization.DataContractAttribute(Name="MARKUP_DATA", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
936
    [System.SerializableAttribute()]
937
    public partial class MARKUP_DATA : DownloadManagerTest.MarkusService.EntityObject {
938
        
939
        [System.Runtime.Serialization.OptionalFieldAttribute()]
940
        private string DATAField;
941
        
942
        [System.Runtime.Serialization.OptionalFieldAttribute()]
943
        private int DATA_TYPEField;
944
        
945
        [System.Runtime.Serialization.OptionalFieldAttribute()]
946
        private string IDField;
947
        
948
        [System.Runtime.Serialization.OptionalFieldAttribute()]
949
        private string MARKUPINFO_VERSION_IDField;
950
        
951
        [System.Runtime.Serialization.OptionalFieldAttribute()]
952
        private DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION MARKUP_INFO_VERSIONField;
953
        
954
        [System.Runtime.Serialization.OptionalFieldAttribute()]
955
        private DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG MARKUP_INFO_VERSIONReferenceField;
956
        
957
        [System.Runtime.Serialization.OptionalFieldAttribute()]
958
        private int PAGENUMBERField;
959
        
960
        [System.Runtime.Serialization.OptionalFieldAttribute()]
961
        private string SYMBOL_IDField;
962
        
963
        [System.Runtime.Serialization.DataMemberAttribute()]
964
        public string DATA {
965
            get {
966
                return this.DATAField;
967
            }
968
            set {
969
                if ((object.ReferenceEquals(this.DATAField, value) != true)) {
970
                    this.DATAField = value;
971
                    this.RaisePropertyChanged("DATA");
972
                }
973
            }
974
        }
975
        
976
        [System.Runtime.Serialization.DataMemberAttribute()]
977
        public int DATA_TYPE {
978
            get {
979
                return this.DATA_TYPEField;
980
            }
981
            set {
982
                if ((this.DATA_TYPEField.Equals(value) != true)) {
983
                    this.DATA_TYPEField = value;
984
                    this.RaisePropertyChanged("DATA_TYPE");
985
                }
986
            }
987
        }
988
        
989
        [System.Runtime.Serialization.DataMemberAttribute()]
990
        public string ID {
991
            get {
992
                return this.IDField;
993
            }
994
            set {
995
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
996
                    this.IDField = value;
997
                    this.RaisePropertyChanged("ID");
998
                }
999
            }
1000
        }
1001
        
1002
        [System.Runtime.Serialization.DataMemberAttribute()]
1003
        public string MARKUPINFO_VERSION_ID {
1004
            get {
1005
                return this.MARKUPINFO_VERSION_IDField;
1006
            }
1007
            set {
1008
                if ((object.ReferenceEquals(this.MARKUPINFO_VERSION_IDField, value) != true)) {
1009
                    this.MARKUPINFO_VERSION_IDField = value;
1010
                    this.RaisePropertyChanged("MARKUPINFO_VERSION_ID");
1011
                }
1012
            }
1013
        }
1014
        
1015
        [System.Runtime.Serialization.DataMemberAttribute()]
1016
        public DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION MARKUP_INFO_VERSION {
1017
            get {
1018
                return this.MARKUP_INFO_VERSIONField;
1019
            }
1020
            set {
1021
                if ((object.ReferenceEquals(this.MARKUP_INFO_VERSIONField, value) != true)) {
1022
                    this.MARKUP_INFO_VERSIONField = value;
1023
                    this.RaisePropertyChanged("MARKUP_INFO_VERSION");
1024
                }
1025
            }
1026
        }
1027
        
1028
        [System.Runtime.Serialization.DataMemberAttribute()]
1029
        public DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG MARKUP_INFO_VERSIONReference {
1030
            get {
1031
                return this.MARKUP_INFO_VERSIONReferenceField;
1032
            }
1033
            set {
1034
                if ((object.ReferenceEquals(this.MARKUP_INFO_VERSIONReferenceField, value) != true)) {
1035
                    this.MARKUP_INFO_VERSIONReferenceField = value;
1036
                    this.RaisePropertyChanged("MARKUP_INFO_VERSIONReference");
1037
                }
1038
            }
1039
        }
1040
        
1041
        [System.Runtime.Serialization.DataMemberAttribute()]
1042
        public int PAGENUMBER {
1043
            get {
1044
                return this.PAGENUMBERField;
1045
            }
1046
            set {
1047
                if ((this.PAGENUMBERField.Equals(value) != true)) {
1048
                    this.PAGENUMBERField = value;
1049
                    this.RaisePropertyChanged("PAGENUMBER");
1050
                }
1051
            }
1052
        }
1053
        
1054
        [System.Runtime.Serialization.DataMemberAttribute()]
1055
        public string SYMBOL_ID {
1056
            get {
1057
                return this.SYMBOL_IDField;
1058
            }
1059
            set {
1060
                if ((object.ReferenceEquals(this.SYMBOL_IDField, value) != true)) {
1061
                    this.SYMBOL_IDField = value;
1062
                    this.RaisePropertyChanged("SYMBOL_ID");
1063
                }
1064
            }
1065
        }
1066
    }
1067
    
1068
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1069
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1070
    [System.Runtime.Serialization.DataContractAttribute(Name="DOCUMENT_ITEM", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1071
    [System.SerializableAttribute()]
1072
    public partial class DOCUMENT_ITEM : DownloadManagerTest.MarkusService.EntityObject {
1073
        
1074
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1075
        private string DOCUMENT_IDField;
1076
        
1077
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1078
        private string DOCUMENT_NAMEField;
1079
        
1080
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1081
        private string DOCUMENT_NOField;
1082
        
1083
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1084
        private string GROUP_NOField;
1085
        
1086
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1087
        private string IDField;
1088
        
1089
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1090
        private string ORIGINAL_FILEField;
1091
        
1092
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1093
        private string PROJECT_NOField;
1094
        
1095
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1096
        private string RESULTField;
1097
        
1098
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1099
        private string RESULT_FILEField;
1100
        
1101
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1102
        private string REVISIONField;
1103
        
1104
        [System.Runtime.Serialization.DataMemberAttribute()]
1105
        public string DOCUMENT_ID {
1106
            get {
1107
                return this.DOCUMENT_IDField;
1108
            }
1109
            set {
1110
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
1111
                    this.DOCUMENT_IDField = value;
1112
                    this.RaisePropertyChanged("DOCUMENT_ID");
1113
                }
1114
            }
1115
        }
1116
        
1117
        [System.Runtime.Serialization.DataMemberAttribute()]
1118
        public string DOCUMENT_NAME {
1119
            get {
1120
                return this.DOCUMENT_NAMEField;
1121
            }
1122
            set {
1123
                if ((object.ReferenceEquals(this.DOCUMENT_NAMEField, value) != true)) {
1124
                    this.DOCUMENT_NAMEField = value;
1125
                    this.RaisePropertyChanged("DOCUMENT_NAME");
1126
                }
1127
            }
1128
        }
1129
        
1130
        [System.Runtime.Serialization.DataMemberAttribute()]
1131
        public string DOCUMENT_NO {
1132
            get {
1133
                return this.DOCUMENT_NOField;
1134
            }
1135
            set {
1136
                if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
1137
                    this.DOCUMENT_NOField = value;
1138
                    this.RaisePropertyChanged("DOCUMENT_NO");
1139
                }
1140
            }
1141
        }
1142
        
1143
        [System.Runtime.Serialization.DataMemberAttribute()]
1144
        public string GROUP_NO {
1145
            get {
1146
                return this.GROUP_NOField;
1147
            }
1148
            set {
1149
                if ((object.ReferenceEquals(this.GROUP_NOField, value) != true)) {
1150
                    this.GROUP_NOField = value;
1151
                    this.RaisePropertyChanged("GROUP_NO");
1152
                }
1153
            }
1154
        }
1155
        
1156
        [System.Runtime.Serialization.DataMemberAttribute()]
1157
        public string ID {
1158
            get {
1159
                return this.IDField;
1160
            }
1161
            set {
1162
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1163
                    this.IDField = value;
1164
                    this.RaisePropertyChanged("ID");
1165
                }
1166
            }
1167
        }
1168
        
1169
        [System.Runtime.Serialization.DataMemberAttribute()]
1170
        public string ORIGINAL_FILE {
1171
            get {
1172
                return this.ORIGINAL_FILEField;
1173
            }
1174
            set {
1175
                if ((object.ReferenceEquals(this.ORIGINAL_FILEField, value) != true)) {
1176
                    this.ORIGINAL_FILEField = value;
1177
                    this.RaisePropertyChanged("ORIGINAL_FILE");
1178
                }
1179
            }
1180
        }
1181
        
1182
        [System.Runtime.Serialization.DataMemberAttribute()]
1183
        public string PROJECT_NO {
1184
            get {
1185
                return this.PROJECT_NOField;
1186
            }
1187
            set {
1188
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
1189
                    this.PROJECT_NOField = value;
1190
                    this.RaisePropertyChanged("PROJECT_NO");
1191
                }
1192
            }
1193
        }
1194
        
1195
        [System.Runtime.Serialization.DataMemberAttribute()]
1196
        public string RESULT {
1197
            get {
1198
                return this.RESULTField;
1199
            }
1200
            set {
1201
                if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
1202
                    this.RESULTField = value;
1203
                    this.RaisePropertyChanged("RESULT");
1204
                }
1205
            }
1206
        }
1207
        
1208
        [System.Runtime.Serialization.DataMemberAttribute()]
1209
        public string RESULT_FILE {
1210
            get {
1211
                return this.RESULT_FILEField;
1212
            }
1213
            set {
1214
                if ((object.ReferenceEquals(this.RESULT_FILEField, value) != true)) {
1215
                    this.RESULT_FILEField = value;
1216
                    this.RaisePropertyChanged("RESULT_FILE");
1217
                }
1218
            }
1219
        }
1220
        
1221
        [System.Runtime.Serialization.DataMemberAttribute()]
1222
        public string REVISION {
1223
            get {
1224
                return this.REVISIONField;
1225
            }
1226
            set {
1227
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
1228
                    this.REVISIONField = value;
1229
                    this.RaisePropertyChanged("REVISION");
1230
                }
1231
            }
1232
        }
1233
    }
1234
    
1235
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1236
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1237
    [System.Runtime.Serialization.DataContractAttribute(Name="MEMBER", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1238
    [System.SerializableAttribute()]
1239
    public partial class MEMBER : DownloadManagerTest.MarkusService.EntityObject {
1240
        
1241
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1242
        private string COMPANYField;
1243
        
1244
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1245
        private System.Nullable<System.DateTime> CREATE_DATETIMEField;
1246
        
1247
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1248
        private string DEPARTMENTField;
1249
        
1250
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1251
        private string EMAIL_ADDRESSField;
1252
        
1253
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1254
        private string IDField;
1255
        
1256
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1257
        private System.Nullable<int> ISLICENSEField;
1258
        
1259
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1260
        private System.Nullable<System.DateTime> MODIFIED_DATETIMEField;
1261
        
1262
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1263
        private string NAMEField;
1264
        
1265
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1266
        private string PASSWORDField;
1267
        
1268
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1269
        private string POSITIONField;
1270
        
1271
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1272
        private string PROJECT_NOField;
1273
        
1274
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1275
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.SIGN_INFO> SIGN_INFOField;
1276
        
1277
        [System.Runtime.Serialization.DataMemberAttribute()]
1278
        public string COMPANY {
1279
            get {
1280
                return this.COMPANYField;
1281
            }
1282
            set {
1283
                if ((object.ReferenceEquals(this.COMPANYField, value) != true)) {
1284
                    this.COMPANYField = value;
1285
                    this.RaisePropertyChanged("COMPANY");
1286
                }
1287
            }
1288
        }
1289
        
1290
        [System.Runtime.Serialization.DataMemberAttribute()]
1291
        public System.Nullable<System.DateTime> CREATE_DATETIME {
1292
            get {
1293
                return this.CREATE_DATETIMEField;
1294
            }
1295
            set {
1296
                if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
1297
                    this.CREATE_DATETIMEField = value;
1298
                    this.RaisePropertyChanged("CREATE_DATETIME");
1299
                }
1300
            }
1301
        }
1302
        
1303
        [System.Runtime.Serialization.DataMemberAttribute()]
1304
        public string DEPARTMENT {
1305
            get {
1306
                return this.DEPARTMENTField;
1307
            }
1308
            set {
1309
                if ((object.ReferenceEquals(this.DEPARTMENTField, value) != true)) {
1310
                    this.DEPARTMENTField = value;
1311
                    this.RaisePropertyChanged("DEPARTMENT");
1312
                }
1313
            }
1314
        }
1315
        
1316
        [System.Runtime.Serialization.DataMemberAttribute()]
1317
        public string EMAIL_ADDRESS {
1318
            get {
1319
                return this.EMAIL_ADDRESSField;
1320
            }
1321
            set {
1322
                if ((object.ReferenceEquals(this.EMAIL_ADDRESSField, value) != true)) {
1323
                    this.EMAIL_ADDRESSField = value;
1324
                    this.RaisePropertyChanged("EMAIL_ADDRESS");
1325
                }
1326
            }
1327
        }
1328
        
1329
        [System.Runtime.Serialization.DataMemberAttribute()]
1330
        public string ID {
1331
            get {
1332
                return this.IDField;
1333
            }
1334
            set {
1335
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1336
                    this.IDField = value;
1337
                    this.RaisePropertyChanged("ID");
1338
                }
1339
            }
1340
        }
1341
        
1342
        [System.Runtime.Serialization.DataMemberAttribute()]
1343
        public System.Nullable<int> ISLICENSE {
1344
            get {
1345
                return this.ISLICENSEField;
1346
            }
1347
            set {
1348
                if ((this.ISLICENSEField.Equals(value) != true)) {
1349
                    this.ISLICENSEField = value;
1350
                    this.RaisePropertyChanged("ISLICENSE");
1351
                }
1352
            }
1353
        }
1354
        
1355
        [System.Runtime.Serialization.DataMemberAttribute()]
1356
        public System.Nullable<System.DateTime> MODIFIED_DATETIME {
1357
            get {
1358
                return this.MODIFIED_DATETIMEField;
1359
            }
1360
            set {
1361
                if ((this.MODIFIED_DATETIMEField.Equals(value) != true)) {
1362
                    this.MODIFIED_DATETIMEField = value;
1363
                    this.RaisePropertyChanged("MODIFIED_DATETIME");
1364
                }
1365
            }
1366
        }
1367
        
1368
        [System.Runtime.Serialization.DataMemberAttribute()]
1369
        public string NAME {
1370
            get {
1371
                return this.NAMEField;
1372
            }
1373
            set {
1374
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1375
                    this.NAMEField = value;
1376
                    this.RaisePropertyChanged("NAME");
1377
                }
1378
            }
1379
        }
1380
        
1381
        [System.Runtime.Serialization.DataMemberAttribute()]
1382
        public string PASSWORD {
1383
            get {
1384
                return this.PASSWORDField;
1385
            }
1386
            set {
1387
                if ((object.ReferenceEquals(this.PASSWORDField, value) != true)) {
1388
                    this.PASSWORDField = value;
1389
                    this.RaisePropertyChanged("PASSWORD");
1390
                }
1391
            }
1392
        }
1393
        
1394
        [System.Runtime.Serialization.DataMemberAttribute()]
1395
        public string POSITION {
1396
            get {
1397
                return this.POSITIONField;
1398
            }
1399
            set {
1400
                if ((object.ReferenceEquals(this.POSITIONField, value) != true)) {
1401
                    this.POSITIONField = value;
1402
                    this.RaisePropertyChanged("POSITION");
1403
                }
1404
            }
1405
        }
1406
        
1407
        [System.Runtime.Serialization.DataMemberAttribute()]
1408
        public string PROJECT_NO {
1409
            get {
1410
                return this.PROJECT_NOField;
1411
            }
1412
            set {
1413
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
1414
                    this.PROJECT_NOField = value;
1415
                    this.RaisePropertyChanged("PROJECT_NO");
1416
                }
1417
            }
1418
        }
1419
        
1420
        [System.Runtime.Serialization.DataMemberAttribute()]
1421
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.SIGN_INFO> SIGN_INFO {
1422
            get {
1423
                return this.SIGN_INFOField;
1424
            }
1425
            set {
1426
                if ((object.ReferenceEquals(this.SIGN_INFOField, value) != true)) {
1427
                    this.SIGN_INFOField = value;
1428
                    this.RaisePropertyChanged("SIGN_INFO");
1429
                }
1430
            }
1431
        }
1432
    }
1433
    
1434
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1435
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1436
    [System.Runtime.Serialization.DataContractAttribute(Name="SIGN_INFO", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1437
    [System.SerializableAttribute()]
1438
    public partial class SIGN_INFO : DownloadManagerTest.MarkusService.EntityObject {
1439
        
1440
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1441
        private System.DateTime CREATE_DATEField;
1442
        
1443
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1444
        private string IDField;
1445
        
1446
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1447
        private DownloadManagerTest.MarkusService.MEMBER MEMBERField;
1448
        
1449
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1450
        private DownloadManagerTest.MarkusService.EntityReferenceOfMEMBERitJtO6kG MEMBERReferenceField;
1451
        
1452
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1453
        private string MEMBER_USER_IDField;
1454
        
1455
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1456
        private System.Nullable<System.DateTime> MODIFY_DATEField;
1457
        
1458
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1459
        private string SIGN_STRField;
1460
        
1461
        [System.Runtime.Serialization.DataMemberAttribute()]
1462
        public System.DateTime CREATE_DATE {
1463
            get {
1464
                return this.CREATE_DATEField;
1465
            }
1466
            set {
1467
                if ((this.CREATE_DATEField.Equals(value) != true)) {
1468
                    this.CREATE_DATEField = value;
1469
                    this.RaisePropertyChanged("CREATE_DATE");
1470
                }
1471
            }
1472
        }
1473
        
1474
        [System.Runtime.Serialization.DataMemberAttribute()]
1475
        public string ID {
1476
            get {
1477
                return this.IDField;
1478
            }
1479
            set {
1480
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1481
                    this.IDField = value;
1482
                    this.RaisePropertyChanged("ID");
1483
                }
1484
            }
1485
        }
1486
        
1487
        [System.Runtime.Serialization.DataMemberAttribute()]
1488
        public DownloadManagerTest.MarkusService.MEMBER MEMBER {
1489
            get {
1490
                return this.MEMBERField;
1491
            }
1492
            set {
1493
                if ((object.ReferenceEquals(this.MEMBERField, value) != true)) {
1494
                    this.MEMBERField = value;
1495
                    this.RaisePropertyChanged("MEMBER");
1496
                }
1497
            }
1498
        }
1499
        
1500
        [System.Runtime.Serialization.DataMemberAttribute()]
1501
        public DownloadManagerTest.MarkusService.EntityReferenceOfMEMBERitJtO6kG MEMBERReference {
1502
            get {
1503
                return this.MEMBERReferenceField;
1504
            }
1505
            set {
1506
                if ((object.ReferenceEquals(this.MEMBERReferenceField, value) != true)) {
1507
                    this.MEMBERReferenceField = value;
1508
                    this.RaisePropertyChanged("MEMBERReference");
1509
                }
1510
            }
1511
        }
1512
        
1513
        [System.Runtime.Serialization.DataMemberAttribute()]
1514
        public string MEMBER_USER_ID {
1515
            get {
1516
                return this.MEMBER_USER_IDField;
1517
            }
1518
            set {
1519
                if ((object.ReferenceEquals(this.MEMBER_USER_IDField, value) != true)) {
1520
                    this.MEMBER_USER_IDField = value;
1521
                    this.RaisePropertyChanged("MEMBER_USER_ID");
1522
                }
1523
            }
1524
        }
1525
        
1526
        [System.Runtime.Serialization.DataMemberAttribute()]
1527
        public System.Nullable<System.DateTime> MODIFY_DATE {
1528
            get {
1529
                return this.MODIFY_DATEField;
1530
            }
1531
            set {
1532
                if ((this.MODIFY_DATEField.Equals(value) != true)) {
1533
                    this.MODIFY_DATEField = value;
1534
                    this.RaisePropertyChanged("MODIFY_DATE");
1535
                }
1536
            }
1537
        }
1538
        
1539
        [System.Runtime.Serialization.DataMemberAttribute()]
1540
        public string SIGN_STR {
1541
            get {
1542
                return this.SIGN_STRField;
1543
            }
1544
            set {
1545
                if ((object.ReferenceEquals(this.SIGN_STRField, value) != true)) {
1546
                    this.SIGN_STRField = value;
1547
                    this.RaisePropertyChanged("SIGN_STR");
1548
                }
1549
            }
1550
        }
1551
    }
1552
    
1553
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1554
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1555
    [System.Runtime.Serialization.DataContractAttribute(Name="SYMBOL_PRIVATE", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1556
    [System.SerializableAttribute()]
1557
    public partial class SYMBOL_PRIVATE : DownloadManagerTest.MarkusService.EntityObject {
1558
        
1559
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1560
        private string DATAField;
1561
        
1562
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1563
        private string IDField;
1564
        
1565
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1566
        private string IMAGE_URLField;
1567
        
1568
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1569
        private string MEMBER_USER_IDField;
1570
        
1571
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1572
        private string NAMEField;
1573
        
1574
        [System.Runtime.Serialization.DataMemberAttribute()]
1575
        public string DATA {
1576
            get {
1577
                return this.DATAField;
1578
            }
1579
            set {
1580
                if ((object.ReferenceEquals(this.DATAField, value) != true)) {
1581
                    this.DATAField = value;
1582
                    this.RaisePropertyChanged("DATA");
1583
                }
1584
            }
1585
        }
1586
        
1587
        [System.Runtime.Serialization.DataMemberAttribute()]
1588
        public string ID {
1589
            get {
1590
                return this.IDField;
1591
            }
1592
            set {
1593
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1594
                    this.IDField = value;
1595
                    this.RaisePropertyChanged("ID");
1596
                }
1597
            }
1598
        }
1599
        
1600
        [System.Runtime.Serialization.DataMemberAttribute()]
1601
        public string IMAGE_URL {
1602
            get {
1603
                return this.IMAGE_URLField;
1604
            }
1605
            set {
1606
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1607
                    this.IMAGE_URLField = value;
1608
                    this.RaisePropertyChanged("IMAGE_URL");
1609
                }
1610
            }
1611
        }
1612
        
1613
        [System.Runtime.Serialization.DataMemberAttribute()]
1614
        public string MEMBER_USER_ID {
1615
            get {
1616
                return this.MEMBER_USER_IDField;
1617
            }
1618
            set {
1619
                if ((object.ReferenceEquals(this.MEMBER_USER_IDField, value) != true)) {
1620
                    this.MEMBER_USER_IDField = value;
1621
                    this.RaisePropertyChanged("MEMBER_USER_ID");
1622
                }
1623
            }
1624
        }
1625
        
1626
        [System.Runtime.Serialization.DataMemberAttribute()]
1627
        public string NAME {
1628
            get {
1629
                return this.NAMEField;
1630
            }
1631
            set {
1632
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1633
                    this.NAMEField = value;
1634
                    this.RaisePropertyChanged("NAME");
1635
                }
1636
            }
1637
        }
1638
    }
1639
    
1640
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1641
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1642
    [System.Runtime.Serialization.DataContractAttribute(Name="SYMBOL_PUBLIC", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1643
    [System.SerializableAttribute()]
1644
    public partial class SYMBOL_PUBLIC : DownloadManagerTest.MarkusService.EntityObject {
1645
        
1646
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1647
        private string DATAField;
1648
        
1649
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1650
        private string DEPARTMENTField;
1651
        
1652
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1653
        private string IDField;
1654
        
1655
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1656
        private string IMAGE_URLField;
1657
        
1658
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1659
        private string NAMEField;
1660
        
1661
        [System.Runtime.Serialization.DataMemberAttribute()]
1662
        public string DATA {
1663
            get {
1664
                return this.DATAField;
1665
            }
1666
            set {
1667
                if ((object.ReferenceEquals(this.DATAField, value) != true)) {
1668
                    this.DATAField = value;
1669
                    this.RaisePropertyChanged("DATA");
1670
                }
1671
            }
1672
        }
1673
        
1674
        [System.Runtime.Serialization.DataMemberAttribute()]
1675
        public string DEPARTMENT {
1676
            get {
1677
                return this.DEPARTMENTField;
1678
            }
1679
            set {
1680
                if ((object.ReferenceEquals(this.DEPARTMENTField, value) != true)) {
1681
                    this.DEPARTMENTField = value;
1682
                    this.RaisePropertyChanged("DEPARTMENT");
1683
                }
1684
            }
1685
        }
1686
        
1687
        [System.Runtime.Serialization.DataMemberAttribute()]
1688
        public string ID {
1689
            get {
1690
                return this.IDField;
1691
            }
1692
            set {
1693
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1694
                    this.IDField = value;
1695
                    this.RaisePropertyChanged("ID");
1696
                }
1697
            }
1698
        }
1699
        
1700
        [System.Runtime.Serialization.DataMemberAttribute()]
1701
        public string IMAGE_URL {
1702
            get {
1703
                return this.IMAGE_URLField;
1704
            }
1705
            set {
1706
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1707
                    this.IMAGE_URLField = value;
1708
                    this.RaisePropertyChanged("IMAGE_URL");
1709
                }
1710
            }
1711
        }
1712
        
1713
        [System.Runtime.Serialization.DataMemberAttribute()]
1714
        public string NAME {
1715
            get {
1716
                return this.NAMEField;
1717
            }
1718
            set {
1719
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1720
                    this.NAMEField = value;
1721
                    this.RaisePropertyChanged("NAME");
1722
                }
1723
            }
1724
        }
1725
    }
1726
    
1727
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1728
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1729
    [System.Runtime.Serialization.DataContractAttribute(Name="CHECK_LIST_HISTORY", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1730
    [System.SerializableAttribute()]
1731
    public partial class CHECK_LIST_HISTORY : DownloadManagerTest.MarkusService.EntityObject {
1732
        
1733
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1734
        private string CHECKLIST_IDField;
1735
        
1736
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1737
        private System.DateTime CREATE_TIMEField;
1738
        
1739
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1740
        private string IDField;
1741
        
1742
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1743
        private string IMAGE_URLField;
1744
        
1745
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1746
        private string REMARKField;
1747
        
1748
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1749
        private string REPLYField;
1750
        
1751
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1752
        private string REVISIONField;
1753
        
1754
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1755
        private string STATUSField;
1756
        
1757
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1758
        private string STATUS_DESCField;
1759
        
1760
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1761
        private string TODOLISTField;
1762
        
1763
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1764
        private System.DateTime UPDATE_TIMEField;
1765
        
1766
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1767
        private string VENDORField;
1768
        
1769
        [System.Runtime.Serialization.DataMemberAttribute()]
1770
        public string CHECKLIST_ID {
1771
            get {
1772
                return this.CHECKLIST_IDField;
1773
            }
1774
            set {
1775
                if ((object.ReferenceEquals(this.CHECKLIST_IDField, value) != true)) {
1776
                    this.CHECKLIST_IDField = value;
1777
                    this.RaisePropertyChanged("CHECKLIST_ID");
1778
                }
1779
            }
1780
        }
1781
        
1782
        [System.Runtime.Serialization.DataMemberAttribute()]
1783
        public System.DateTime CREATE_TIME {
1784
            get {
1785
                return this.CREATE_TIMEField;
1786
            }
1787
            set {
1788
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
1789
                    this.CREATE_TIMEField = value;
1790
                    this.RaisePropertyChanged("CREATE_TIME");
1791
                }
1792
            }
1793
        }
1794
        
1795
        [System.Runtime.Serialization.DataMemberAttribute()]
1796
        public string ID {
1797
            get {
1798
                return this.IDField;
1799
            }
1800
            set {
1801
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1802
                    this.IDField = value;
1803
                    this.RaisePropertyChanged("ID");
1804
                }
1805
            }
1806
        }
1807
        
1808
        [System.Runtime.Serialization.DataMemberAttribute()]
1809
        public string IMAGE_URL {
1810
            get {
1811
                return this.IMAGE_URLField;
1812
            }
1813
            set {
1814
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1815
                    this.IMAGE_URLField = value;
1816
                    this.RaisePropertyChanged("IMAGE_URL");
1817
                }
1818
            }
1819
        }
1820
        
1821
        [System.Runtime.Serialization.DataMemberAttribute()]
1822
        public string REMARK {
1823
            get {
1824
                return this.REMARKField;
1825
            }
1826
            set {
1827
                if ((object.ReferenceEquals(this.REMARKField, value) != true)) {
1828
                    this.REMARKField = value;
1829
                    this.RaisePropertyChanged("REMARK");
1830
                }
1831
            }
1832
        }
1833
        
1834
        [System.Runtime.Serialization.DataMemberAttribute()]
1835
        public string REPLY {
1836
            get {
1837
                return this.REPLYField;
1838
            }
1839
            set {
1840
                if ((object.ReferenceEquals(this.REPLYField, value) != true)) {
1841
                    this.REPLYField = value;
1842
                    this.RaisePropertyChanged("REPLY");
1843
                }
1844
            }
1845
        }
1846
        
1847
        [System.Runtime.Serialization.DataMemberAttribute()]
1848
        public string REVISION {
1849
            get {
1850
                return this.REVISIONField;
1851
            }
1852
            set {
1853
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
1854
                    this.REVISIONField = value;
1855
                    this.RaisePropertyChanged("REVISION");
1856
                }
1857
            }
1858
        }
1859
        
1860
        [System.Runtime.Serialization.DataMemberAttribute()]
1861
        public string STATUS {
1862
            get {
1863
                return this.STATUSField;
1864
            }
1865
            set {
1866
                if ((object.ReferenceEquals(this.STATUSField, value) != true)) {
1867
                    this.STATUSField = value;
1868
                    this.RaisePropertyChanged("STATUS");
1869
                }
1870
            }
1871
        }
1872
        
1873
        [System.Runtime.Serialization.DataMemberAttribute()]
1874
        public string STATUS_DESC {
1875
            get {
1876
                return this.STATUS_DESCField;
1877
            }
1878
            set {
1879
                if ((object.ReferenceEquals(this.STATUS_DESCField, value) != true)) {
1880
                    this.STATUS_DESCField = value;
1881
                    this.RaisePropertyChanged("STATUS_DESC");
1882
                }
1883
            }
1884
        }
1885
        
1886
        [System.Runtime.Serialization.DataMemberAttribute()]
1887
        public string TODOLIST {
1888
            get {
1889
                return this.TODOLISTField;
1890
            }
1891
            set {
1892
                if ((object.ReferenceEquals(this.TODOLISTField, value) != true)) {
1893
                    this.TODOLISTField = value;
1894
                    this.RaisePropertyChanged("TODOLIST");
1895
                }
1896
            }
1897
        }
1898
        
1899
        [System.Runtime.Serialization.DataMemberAttribute()]
1900
        public System.DateTime UPDATE_TIME {
1901
            get {
1902
                return this.UPDATE_TIMEField;
1903
            }
1904
            set {
1905
                if ((this.UPDATE_TIMEField.Equals(value) != true)) {
1906
                    this.UPDATE_TIMEField = value;
1907
                    this.RaisePropertyChanged("UPDATE_TIME");
1908
                }
1909
            }
1910
        }
1911
        
1912
        [System.Runtime.Serialization.DataMemberAttribute()]
1913
        public string VENDOR {
1914
            get {
1915
                return this.VENDORField;
1916
            }
1917
            set {
1918
                if ((object.ReferenceEquals(this.VENDORField, value) != true)) {
1919
                    this.VENDORField = value;
1920
                    this.RaisePropertyChanged("VENDOR");
1921
                }
1922
            }
1923
        }
1924
    }
1925
    
1926
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1927
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1928
    [System.Runtime.Serialization.DataContractAttribute(Name="CHECK_LIST", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1929
    [System.SerializableAttribute()]
1930
    public partial class CHECK_LIST : DownloadManagerTest.MarkusService.EntityObject {
1931
        
1932
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1933
        private System.Nullable<System.DateTime> CREATE_TIMEField;
1934
        
1935
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1936
        private string DOCUMENT_IDField;
1937
        
1938
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1939
        private string DOCUMENT_NOField;
1940
        
1941
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1942
        private string IDField;
1943
        
1944
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1945
        private string IMAGE_ANCHORField;
1946
        
1947
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1948
        private string IMAGE_URLField;
1949
        
1950
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1951
        private int PAGENUMBERField;
1952
        
1953
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1954
        private string PROJECT_NOField;
1955
        
1956
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1957
        private string REMARKField;
1958
        
1959
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1960
        private string REPLYField;
1961
        
1962
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1963
        private string REVISIONField;
1964
        
1965
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1966
        private string REV_0Field;
1967
        
1968
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1969
        private string REV_1Field;
1970
        
1971
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1972
        private string REV_2Field;
1973
        
1974
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1975
        private string REV_3Field;
1976
        
1977
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1978
        private string REV_4Field;
1979
        
1980
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1981
        private string STATUSField;
1982
        
1983
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1984
        private string STATUS_DESC_CLOSEField;
1985
        
1986
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1987
        private string STATUS_DESC_OPENField;
1988
        
1989
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1990
        private string TODOLISTField;
1991
        
1992
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1993
        private System.Nullable<System.DateTime> UPDATE_TIMEField;
1994
        
1995
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1996
        private string USER_IDField;
1997
        
1998
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1999
        private string VENDORField;
2000
        
2001
        [System.Runtime.Serialization.DataMemberAttribute()]
2002
        public System.Nullable<System.DateTime> CREATE_TIME {
2003
            get {
2004
                return this.CREATE_TIMEField;
2005
            }
2006
            set {
2007
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
2008
                    this.CREATE_TIMEField = value;
2009
                    this.RaisePropertyChanged("CREATE_TIME");
2010
                }
2011
            }
2012
        }
2013
        
2014
        [System.Runtime.Serialization.DataMemberAttribute()]
2015
        public string DOCUMENT_ID {
2016
            get {
2017
                return this.DOCUMENT_IDField;
2018
            }
2019
            set {
2020
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2021
                    this.DOCUMENT_IDField = value;
2022
                    this.RaisePropertyChanged("DOCUMENT_ID");
2023
                }
2024
            }
2025
        }
2026
        
2027
        [System.Runtime.Serialization.DataMemberAttribute()]
2028
        public string DOCUMENT_NO {
2029
            get {
2030
                return this.DOCUMENT_NOField;
2031
            }
2032
            set {
2033
                if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
2034
                    this.DOCUMENT_NOField = value;
2035
                    this.RaisePropertyChanged("DOCUMENT_NO");
2036
                }
2037
            }
2038
        }
2039
        
2040
        [System.Runtime.Serialization.DataMemberAttribute()]
2041
        public string ID {
2042
            get {
2043
                return this.IDField;
2044
            }
2045
            set {
2046
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
2047
                    this.IDField = value;
2048
                    this.RaisePropertyChanged("ID");
2049
                }
2050
            }
2051
        }
2052
        
2053
        [System.Runtime.Serialization.DataMemberAttribute()]
2054
        public string IMAGE_ANCHOR {
2055
            get {
2056
                return this.IMAGE_ANCHORField;
2057
            }
2058
            set {
2059
                if ((object.ReferenceEquals(this.IMAGE_ANCHORField, value) != true)) {
2060
                    this.IMAGE_ANCHORField = value;
2061
                    this.RaisePropertyChanged("IMAGE_ANCHOR");
2062
                }
2063
            }
2064
        }
2065
        
2066
        [System.Runtime.Serialization.DataMemberAttribute()]
2067
        public string IMAGE_URL {
2068
            get {
2069
                return this.IMAGE_URLField;
2070
            }
2071
            set {
2072
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
2073
                    this.IMAGE_URLField = value;
2074
                    this.RaisePropertyChanged("IMAGE_URL");
2075
                }
2076
            }
2077
        }
2078
        
2079
        [System.Runtime.Serialization.DataMemberAttribute()]
2080
        public int PAGENUMBER {
2081
            get {
2082
                return this.PAGENUMBERField;
2083
            }
2084
            set {
2085
                if ((this.PAGENUMBERField.Equals(value) != true)) {
2086
                    this.PAGENUMBERField = value;
2087
                    this.RaisePropertyChanged("PAGENUMBER");
2088
                }
2089
            }
2090
        }
2091
        
2092
        [System.Runtime.Serialization.DataMemberAttribute()]
2093
        public string PROJECT_NO {
2094
            get {
2095
                return this.PROJECT_NOField;
2096
            }
2097
            set {
2098
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
2099
                    this.PROJECT_NOField = value;
2100
                    this.RaisePropertyChanged("PROJECT_NO");
2101
                }
2102
            }
2103
        }
2104
        
2105
        [System.Runtime.Serialization.DataMemberAttribute()]
2106
        public string REMARK {
2107
            get {
2108
                return this.REMARKField;
2109
            }
2110
            set {
2111
                if ((object.ReferenceEquals(this.REMARKField, value) != true)) {
2112
                    this.REMARKField = value;
2113
                    this.RaisePropertyChanged("REMARK");
2114
                }
2115
            }
2116
        }
2117
        
2118
        [System.Runtime.Serialization.DataMemberAttribute()]
2119
        public string REPLY {
2120
            get {
2121
                return this.REPLYField;
2122
            }
2123
            set {
2124
                if ((object.ReferenceEquals(this.REPLYField, value) != true)) {
2125
                    this.REPLYField = value;
2126
                    this.RaisePropertyChanged("REPLY");
2127
                }
2128
            }
2129
        }
2130
        
2131
        [System.Runtime.Serialization.DataMemberAttribute()]
2132
        public string REVISION {
2133
            get {
2134
                return this.REVISIONField;
2135
            }
2136
            set {
2137
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
2138
                    this.REVISIONField = value;
2139
                    this.RaisePropertyChanged("REVISION");
2140
                }
2141
            }
2142
        }
2143
        
2144
        [System.Runtime.Serialization.DataMemberAttribute()]
2145
        public string REV_0 {
2146
            get {
2147
                return this.REV_0Field;
2148
            }
2149
            set {
2150
                if ((object.ReferenceEquals(this.REV_0Field, value) != true)) {
2151
                    this.REV_0Field = value;
2152
                    this.RaisePropertyChanged("REV_0");
2153
                }
2154
            }
2155
        }
2156
        
2157
        [System.Runtime.Serialization.DataMemberAttribute()]
2158
        public string REV_1 {
2159
            get {
2160
                return this.REV_1Field;
2161
            }
2162
            set {
2163
                if ((object.ReferenceEquals(this.REV_1Field, value) != true)) {
2164
                    this.REV_1Field = value;
2165
                    this.RaisePropertyChanged("REV_1");
2166
                }
2167
            }
2168
        }
2169
        
2170
        [System.Runtime.Serialization.DataMemberAttribute()]
2171
        public string REV_2 {
2172
            get {
2173
                return this.REV_2Field;
2174
            }
2175
            set {
2176
                if ((object.ReferenceEquals(this.REV_2Field, value) != true)) {
2177
                    this.REV_2Field = value;
2178
                    this.RaisePropertyChanged("REV_2");
2179
                }
2180
            }
2181
        }
2182
        
2183
        [System.Runtime.Serialization.DataMemberAttribute()]
2184
        public string REV_3 {
2185
            get {
2186
                return this.REV_3Field;
2187
            }
2188
            set {
2189
                if ((object.ReferenceEquals(this.REV_3Field, value) != true)) {
2190
                    this.REV_3Field = value;
2191
                    this.RaisePropertyChanged("REV_3");
2192
                }
2193
            }
2194
        }
2195
        
2196
        [System.Runtime.Serialization.DataMemberAttribute()]
2197
        public string REV_4 {
2198
            get {
2199
                return this.REV_4Field;
2200
            }
2201
            set {
2202
                if ((object.ReferenceEquals(this.REV_4Field, value) != true)) {
2203
                    this.REV_4Field = value;
2204
                    this.RaisePropertyChanged("REV_4");
2205
                }
2206
            }
2207
        }
2208
        
2209
        [System.Runtime.Serialization.DataMemberAttribute()]
2210
        public string STATUS {
2211
            get {
2212
                return this.STATUSField;
2213
            }
2214
            set {
2215
                if ((object.ReferenceEquals(this.STATUSField, value) != true)) {
2216
                    this.STATUSField = value;
2217
                    this.RaisePropertyChanged("STATUS");
2218
                }
2219
            }
2220
        }
2221
        
2222
        [System.Runtime.Serialization.DataMemberAttribute()]
2223
        public string STATUS_DESC_CLOSE {
2224
            get {
2225
                return this.STATUS_DESC_CLOSEField;
2226
            }
2227
            set {
2228
                if ((object.ReferenceEquals(this.STATUS_DESC_CLOSEField, value) != true)) {
2229
                    this.STATUS_DESC_CLOSEField = value;
2230
                    this.RaisePropertyChanged("STATUS_DESC_CLOSE");
2231
                }
2232
            }
2233
        }
2234
        
2235
        [System.Runtime.Serialization.DataMemberAttribute()]
2236
        public string STATUS_DESC_OPEN {
2237
            get {
2238
                return this.STATUS_DESC_OPENField;
2239
            }
2240
            set {
2241
                if ((object.ReferenceEquals(this.STATUS_DESC_OPENField, value) != true)) {
2242
                    this.STATUS_DESC_OPENField = value;
2243
                    this.RaisePropertyChanged("STATUS_DESC_OPEN");
2244
                }
2245
            }
2246
        }
2247
        
2248
        [System.Runtime.Serialization.DataMemberAttribute()]
2249
        public string TODOLIST {
2250
            get {
2251
                return this.TODOLISTField;
2252
            }
2253
            set {
2254
                if ((object.ReferenceEquals(this.TODOLISTField, value) != true)) {
2255
                    this.TODOLISTField = value;
2256
                    this.RaisePropertyChanged("TODOLIST");
2257
                }
2258
            }
2259
        }
2260
        
2261
        [System.Runtime.Serialization.DataMemberAttribute()]
2262
        public System.Nullable<System.DateTime> UPDATE_TIME {
2263
            get {
2264
                return this.UPDATE_TIMEField;
2265
            }
2266
            set {
2267
                if ((this.UPDATE_TIMEField.Equals(value) != true)) {
2268
                    this.UPDATE_TIMEField = value;
2269
                    this.RaisePropertyChanged("UPDATE_TIME");
2270
                }
2271
            }
2272
        }
2273
        
2274
        [System.Runtime.Serialization.DataMemberAttribute()]
2275
        public string USER_ID {
2276
            get {
2277
                return this.USER_IDField;
2278
            }
2279
            set {
2280
                if ((object.ReferenceEquals(this.USER_IDField, value) != true)) {
2281
                    this.USER_IDField = value;
2282
                    this.RaisePropertyChanged("USER_ID");
2283
                }
2284
            }
2285
        }
2286
        
2287
        [System.Runtime.Serialization.DataMemberAttribute()]
2288
        public string VENDOR {
2289
            get {
2290
                return this.VENDORField;
2291
            }
2292
            set {
2293
                if ((object.ReferenceEquals(this.VENDORField, value) != true)) {
2294
                    this.VENDORField = value;
2295
                    this.RaisePropertyChanged("VENDOR");
2296
                }
2297
            }
2298
        }
2299
    }
2300
    
2301
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2302
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2303
    [System.Runtime.Serialization.DataContractAttribute(Name="TALK", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2304
    [System.SerializableAttribute()]
2305
    public partial class TALK : DownloadManagerTest.MarkusService.EntityObject {
2306
        
2307
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2308
        private int ANGLEField;
2309
        
2310
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2311
        private string DOCUMENT_IDField;
2312
        
2313
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2314
        private int IDField;
2315
        
2316
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2317
        private string MEMBER_IDField;
2318
        
2319
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2320
        private string MEMBER_NAMEField;
2321
        
2322
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2323
        private byte MSGSIDEField;
2324
        
2325
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2326
        private byte MSGTYPEField;
2327
        
2328
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2329
        private System.Nullable<int> PAGENUMBERField;
2330
        
2331
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2332
        private System.Nullable<double> RECT_HEIGHTField;
2333
        
2334
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2335
        private System.Nullable<double> RECT_WIDTHField;
2336
        
2337
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2338
        private System.Nullable<double> RECT_XField;
2339
        
2340
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2341
        private System.Nullable<double> RECT_YField;
2342
        
2343
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2344
        private string TEXTField;
2345
        
2346
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2347
        private System.DateTime TIMESTAMPField;
2348
        
2349
        [System.Runtime.Serialization.DataMemberAttribute()]
2350
        public int ANGLE {
2351
            get {
2352
                return this.ANGLEField;
2353
            }
2354
            set {
2355
                if ((this.ANGLEField.Equals(value) != true)) {
2356
                    this.ANGLEField = value;
2357
                    this.RaisePropertyChanged("ANGLE");
2358
                }
2359
            }
2360
        }
2361
        
2362
        [System.Runtime.Serialization.DataMemberAttribute()]
2363
        public string DOCUMENT_ID {
2364
            get {
2365
                return this.DOCUMENT_IDField;
2366
            }
2367
            set {
2368
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2369
                    this.DOCUMENT_IDField = value;
2370
                    this.RaisePropertyChanged("DOCUMENT_ID");
2371
                }
2372
            }
2373
        }
2374
        
2375
        [System.Runtime.Serialization.DataMemberAttribute()]
2376
        public int ID {
2377
            get {
2378
                return this.IDField;
2379
            }
2380
            set {
2381
                if ((this.IDField.Equals(value) != true)) {
2382
                    this.IDField = value;
2383
                    this.RaisePropertyChanged("ID");
2384
                }
2385
            }
2386
        }
2387
        
2388
        [System.Runtime.Serialization.DataMemberAttribute()]
2389
        public string MEMBER_ID {
2390
            get {
2391
                return this.MEMBER_IDField;
2392
            }
2393
            set {
2394
                if ((object.ReferenceEquals(this.MEMBER_IDField, value) != true)) {
2395
                    this.MEMBER_IDField = value;
2396
                    this.RaisePropertyChanged("MEMBER_ID");
2397
                }
2398
            }
2399
        }
2400
        
2401
        [System.Runtime.Serialization.DataMemberAttribute()]
2402
        public string MEMBER_NAME {
2403
            get {
2404
                return this.MEMBER_NAMEField;
2405
            }
2406
            set {
2407
                if ((object.ReferenceEquals(this.MEMBER_NAMEField, value) != true)) {
2408
                    this.MEMBER_NAMEField = value;
2409
                    this.RaisePropertyChanged("MEMBER_NAME");
2410
                }
2411
            }
2412
        }
2413
        
2414
        [System.Runtime.Serialization.DataMemberAttribute()]
2415
        public byte MSGSIDE {
2416
            get {
2417
                return this.MSGSIDEField;
2418
            }
2419
            set {
2420
                if ((this.MSGSIDEField.Equals(value) != true)) {
2421
                    this.MSGSIDEField = value;
2422
                    this.RaisePropertyChanged("MSGSIDE");
2423
                }
2424
            }
2425
        }
2426
        
2427
        [System.Runtime.Serialization.DataMemberAttribute()]
2428
        public byte MSGTYPE {
2429
            get {
2430
                return this.MSGTYPEField;
2431
            }
2432
            set {
2433
                if ((this.MSGTYPEField.Equals(value) != true)) {
2434
                    this.MSGTYPEField = value;
2435
                    this.RaisePropertyChanged("MSGTYPE");
2436
                }
2437
            }
2438
        }
2439
        
2440
        [System.Runtime.Serialization.DataMemberAttribute()]
2441
        public System.Nullable<int> PAGENUMBER {
2442
            get {
2443
                return this.PAGENUMBERField;
2444
            }
2445
            set {
2446
                if ((this.PAGENUMBERField.Equals(value) != true)) {
2447
                    this.PAGENUMBERField = value;
2448
                    this.RaisePropertyChanged("PAGENUMBER");
2449
                }
2450
            }
2451
        }
2452
        
2453
        [System.Runtime.Serialization.DataMemberAttribute()]
2454
        public System.Nullable<double> RECT_HEIGHT {
2455
            get {
2456
                return this.RECT_HEIGHTField;
2457
            }
2458
            set {
2459
                if ((this.RECT_HEIGHTField.Equals(value) != true)) {
2460
                    this.RECT_HEIGHTField = value;
2461
                    this.RaisePropertyChanged("RECT_HEIGHT");
2462
                }
2463
            }
2464
        }
2465
        
2466
        [System.Runtime.Serialization.DataMemberAttribute()]
2467
        public System.Nullable<double> RECT_WIDTH {
2468
            get {
2469
                return this.RECT_WIDTHField;
2470
            }
2471
            set {
2472
                if ((this.RECT_WIDTHField.Equals(value) != true)) {
2473
                    this.RECT_WIDTHField = value;
2474
                    this.RaisePropertyChanged("RECT_WIDTH");
2475
                }
2476
            }
2477
        }
2478
        
2479
        [System.Runtime.Serialization.DataMemberAttribute()]
2480
        public System.Nullable<double> RECT_X {
2481
            get {
2482
                return this.RECT_XField;
2483
            }
2484
            set {
2485
                if ((this.RECT_XField.Equals(value) != true)) {
2486
                    this.RECT_XField = value;
2487
                    this.RaisePropertyChanged("RECT_X");
2488
                }
2489
            }
2490
        }
2491
        
2492
        [System.Runtime.Serialization.DataMemberAttribute()]
2493
        public System.Nullable<double> RECT_Y {
2494
            get {
2495
                return this.RECT_YField;
2496
            }
2497
            set {
2498
                if ((this.RECT_YField.Equals(value) != true)) {
2499
                    this.RECT_YField = value;
2500
                    this.RaisePropertyChanged("RECT_Y");
2501
                }
2502
            }
2503
        }
2504
        
2505
        [System.Runtime.Serialization.DataMemberAttribute()]
2506
        public string TEXT {
2507
            get {
2508
                return this.TEXTField;
2509
            }
2510
            set {
2511
                if ((object.ReferenceEquals(this.TEXTField, value) != true)) {
2512
                    this.TEXTField = value;
2513
                    this.RaisePropertyChanged("TEXT");
2514
                }
2515
            }
2516
        }
2517
        
2518
        [System.Runtime.Serialization.DataMemberAttribute()]
2519
        public System.DateTime TIMESTAMP {
2520
            get {
2521
                return this.TIMESTAMPField;
2522
            }
2523
            set {
2524
                if ((this.TIMESTAMPField.Equals(value) != true)) {
2525
                    this.TIMESTAMPField = value;
2526
                    this.RaisePropertyChanged("TIMESTAMP");
2527
                }
2528
            }
2529
        }
2530
    }
2531
    
2532
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2533
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2534
    [System.Runtime.Serialization.DataContractAttribute(Name="FINAL_PDF", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2535
    [System.SerializableAttribute()]
2536
    public partial class FINAL_PDF : DownloadManagerTest.MarkusService.EntityObject {
2537
        
2538
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2539
        private System.DateTime CREATE_DATETIMEField;
2540
        
2541
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2542
        private string CREATE_USER_IDField;
2543
        
2544
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2545
        private int CURRENT_PAGEField;
2546
        
2547
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2548
        private string DOCINFO_IDField;
2549
        
2550
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2551
        private string DOCUMENT_IDField;
2552
        
2553
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2554
        private System.Nullable<System.DateTime> END_DATETIMEField;
2555
        
2556
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2557
        private string EXCEPTIONField;
2558
        
2559
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2560
        private string IDField;
2561
        
2562
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2563
        private string MARKUPINFO_IDField;
2564
        
2565
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2566
        private string PROJECT_NOField;
2567
        
2568
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2569
        private System.Nullable<System.DateTime> START_DATETIMEField;
2570
        
2571
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2572
        private int STATUSField;
2573
        
2574
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2575
        private int TOTAL_PAGEField;
2576
        
2577
        [System.Runtime.Serialization.DataMemberAttribute()]
2578
        public System.DateTime CREATE_DATETIME {
2579
            get {
2580
                return this.CREATE_DATETIMEField;
2581
            }
2582
            set {
2583
                if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
2584
                    this.CREATE_DATETIMEField = value;
2585
                    this.RaisePropertyChanged("CREATE_DATETIME");
2586
                }
2587
            }
2588
        }
2589
        
2590
        [System.Runtime.Serialization.DataMemberAttribute()]
2591
        public string CREATE_USER_ID {
2592
            get {
2593
                return this.CREATE_USER_IDField;
2594
            }
2595
            set {
2596
                if ((object.ReferenceEquals(this.CREATE_USER_IDField, value) != true)) {
2597
                    this.CREATE_USER_IDField = value;
2598
                    this.RaisePropertyChanged("CREATE_USER_ID");
2599
                }
2600
            }
2601
        }
2602
        
2603
        [System.Runtime.Serialization.DataMemberAttribute()]
2604
        public int CURRENT_PAGE {
2605
            get {
2606
                return this.CURRENT_PAGEField;
2607
            }
2608
            set {
2609
                if ((this.CURRENT_PAGEField.Equals(value) != true)) {
2610
                    this.CURRENT_PAGEField = value;
2611
                    this.RaisePropertyChanged("CURRENT_PAGE");
2612
                }
2613
            }
2614
        }
2615
        
2616
        [System.Runtime.Serialization.DataMemberAttribute()]
2617
        public string DOCINFO_ID {
2618
            get {
2619
                return this.DOCINFO_IDField;
2620
            }
2621
            set {
2622
                if ((object.ReferenceEquals(this.DOCINFO_IDField, value) != true)) {
2623
                    this.DOCINFO_IDField = value;
2624
                    this.RaisePropertyChanged("DOCINFO_ID");
2625
                }
2626
            }
2627
        }
2628
        
2629
        [System.Runtime.Serialization.DataMemberAttribute()]
2630
        public string DOCUMENT_ID {
2631
            get {
2632
                return this.DOCUMENT_IDField;
2633
            }
2634
            set {
2635
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2636
                    this.DOCUMENT_IDField = value;
2637
                    this.RaisePropertyChanged("DOCUMENT_ID");
2638
                }
2639
            }
2640
        }
2641
        
2642
        [System.Runtime.Serialization.DataMemberAttribute()]
2643
        public System.Nullable<System.DateTime> END_DATETIME {
2644
            get {
2645
                return this.END_DATETIMEField;
2646
            }
2647
            set {
2648
                if ((this.END_DATETIMEField.Equals(value) != true)) {
2649
                    this.END_DATETIMEField = value;
2650
                    this.RaisePropertyChanged("END_DATETIME");
2651
                }
2652
            }
2653
        }
2654
        
2655
        [System.Runtime.Serialization.DataMemberAttribute()]
2656
        public string EXCEPTION {
2657
            get {
2658
                return this.EXCEPTIONField;
2659
            }
2660
            set {
2661
                if ((object.ReferenceEquals(this.EXCEPTIONField, value) != true)) {
2662
                    this.EXCEPTIONField = value;
2663
                    this.RaisePropertyChanged("EXCEPTION");
2664
                }
2665
            }
2666
        }
2667
        
2668
        [System.Runtime.Serialization.DataMemberAttribute()]
2669
        public string ID {
2670
            get {
2671
                return this.IDField;
2672
            }
2673
            set {
2674
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
2675
                    this.IDField = value;
2676
                    this.RaisePropertyChanged("ID");
2677
                }
2678
            }
2679
        }
2680
        
2681
        [System.Runtime.Serialization.DataMemberAttribute()]
2682
        public string MARKUPINFO_ID {
2683
            get {
2684
                return this.MARKUPINFO_IDField;
2685
            }
2686
            set {
2687
                if ((object.ReferenceEquals(this.MARKUPINFO_IDField, value) != true)) {
2688
                    this.MARKUPINFO_IDField = value;
2689
                    this.RaisePropertyChanged("MARKUPINFO_ID");
2690
                }
2691
            }
2692
        }
2693
        
2694
        [System.Runtime.Serialization.DataMemberAttribute()]
2695
        public string PROJECT_NO {
2696
            get {
2697
                return this.PROJECT_NOField;
2698
            }
2699
            set {
2700
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
2701
                    this.PROJECT_NOField = value;
2702
                    this.RaisePropertyChanged("PROJECT_NO");
2703
                }
2704
            }
2705
        }
2706
        
2707
        [System.Runtime.Serialization.DataMemberAttribute()]
2708
        public System.Nullable<System.DateTime> START_DATETIME {
2709
            get {
2710
                return this.START_DATETIMEField;
2711
            }
2712
            set {
2713
                if ((this.START_DATETIMEField.Equals(value) != true)) {
2714
                    this.START_DATETIMEField = value;
2715
                    this.RaisePropertyChanged("START_DATETIME");
2716
                }
2717
            }
2718
        }
2719
        
2720
        [System.Runtime.Serialization.DataMemberAttribute()]
2721
        public int STATUS {
2722
            get {
2723
                return this.STATUSField;
2724
            }
2725
            set {
2726
                if ((this.STATUSField.Equals(value) != true)) {
2727
                    this.STATUSField = value;
2728
                    this.RaisePropertyChanged("STATUS");
2729
                }
2730
            }
2731
        }
2732
        
2733
        [System.Runtime.Serialization.DataMemberAttribute()]
2734
        public int TOTAL_PAGE {
2735
            get {
2736
                return this.TOTAL_PAGEField;
2737
            }
2738
            set {
2739
                if ((this.TOTAL_PAGEField.Equals(value) != true)) {
2740
                    this.TOTAL_PAGEField = value;
2741
                    this.RaisePropertyChanged("TOTAL_PAGE");
2742
                }
2743
            }
2744
        }
2745
    }
2746
    
2747
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2748
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2749
    [System.Runtime.Serialization.DataContractAttribute(Name="PROPERTIES", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2750
    [System.SerializableAttribute()]
2751
    public partial class PROPERTIES : DownloadManagerTest.MarkusService.EntityObject {
2752
        
2753
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2754
        private int IDField;
2755
        
2756
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2757
        private string PROPERTYField;
2758
        
2759
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2760
        private string TYPEField;
2761
        
2762
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2763
        private string VALUEField;
2764
        
2765
        [System.Runtime.Serialization.DataMemberAttribute()]
2766
        public int ID {
2767
            get {
2768
                return this.IDField;
2769
            }
2770
            set {
2771
                if ((this.IDField.Equals(value) != true)) {
2772
                    this.IDField = value;
2773
                    this.RaisePropertyChanged("ID");
2774
                }
2775
            }
2776
        }
2777
        
2778
        [System.Runtime.Serialization.DataMemberAttribute()]
2779
        public string PROPERTY {
2780
            get {
2781
                return this.PROPERTYField;
2782
            }
2783
            set {
2784
                if ((object.ReferenceEquals(this.PROPERTYField, value) != true)) {
2785
                    this.PROPERTYField = value;
2786
                    this.RaisePropertyChanged("PROPERTY");
2787
                }
2788
            }
2789
        }
2790
        
2791
        [System.Runtime.Serialization.DataMemberAttribute()]
2792
        public string TYPE {
2793
            get {
2794
                return this.TYPEField;
2795
            }
2796
            set {
2797
                if ((object.ReferenceEquals(this.TYPEField, value) != true)) {
2798
                    this.TYPEField = value;
2799
                    this.RaisePropertyChanged("TYPE");
2800
                }
2801
            }
2802
        }
2803
        
2804
        [System.Runtime.Serialization.DataMemberAttribute()]
2805
        public string VALUE {
2806
            get {
2807
                return this.VALUEField;
2808
            }
2809
            set {
2810
                if ((object.ReferenceEquals(this.VALUEField, value) != true)) {
2811
                    this.VALUEField = value;
2812
                    this.RaisePropertyChanged("VALUE");
2813
                }
2814
            }
2815
        }
2816
    }
2817
    
2818
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2819
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2820
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
2821
    [System.SerializableAttribute()]
2822
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
2823
        
2824
        [System.NonSerializedAttribute()]
2825
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
2826
        
2827
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2828
        private string EntityContainerNameField;
2829
        
2830
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2831
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.EntityKeyMember> EntityKeyValuesField;
2832
        
2833
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2834
        private string EntitySetNameField;
2835
        
2836
        [global::System.ComponentModel.BrowsableAttribute(false)]
2837
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
2838
            get {
2839
                return this.extensionDataField;
2840
            }
2841
            set {
2842
                this.extensionDataField = value;
2843
            }
2844
        }
2845
        
2846
        [System.Runtime.Serialization.DataMemberAttribute()]
2847
        public string EntityContainerName {
2848
            get {
2849
                return this.EntityContainerNameField;
2850
            }
2851
            set {
2852
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
2853
                    this.EntityContainerNameField = value;
2854
                    this.RaisePropertyChanged("EntityContainerName");
2855
                }
2856
            }
2857
        }
2858
        
2859
        [System.Runtime.Serialization.DataMemberAttribute()]
2860
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.EntityKeyMember> EntityKeyValues {
2861
            get {
2862
                return this.EntityKeyValuesField;
2863
            }
2864
            set {
2865
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
2866
                    this.EntityKeyValuesField = value;
2867
                    this.RaisePropertyChanged("EntityKeyValues");
2868
                }
2869
            }
2870
        }
2871
        
2872
        [System.Runtime.Serialization.DataMemberAttribute()]
2873
        public string EntitySetName {
2874
            get {
2875
                return this.EntitySetNameField;
2876
            }
2877
            set {
2878
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
2879
                    this.EntitySetNameField = value;
2880
                    this.RaisePropertyChanged("EntitySetName");
2881
                }
2882
            }
2883
        }
2884
        
2885
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
2886
        
2887
        protected void RaisePropertyChanged(string propertyName) {
2888
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
2889
            if ((propertyChanged != null)) {
2890
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
2891
            }
2892
        }
2893
    }
2894
    
2895
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2896
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2897
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
2898
    [System.SerializableAttribute()]
2899
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityObject))]
2900
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.StructuralObject))]
2901
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG))]
2902
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReference))]
2903
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.RelatedEnd))]
2904
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
2905
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFOitJtO6kG))]
2906
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMEMBERitJtO6kG))]
2907
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
2908
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FinalPDFResult))]
2909
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FinalStatus))]
2910
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityKey))]
2911
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.EntityKeyMember>))]
2912
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.FAVORITE_DOC>))]
2913
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FAVORITE_DOC))]
2914
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCINFO))]
2915
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE>))]
2916
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCPAGE))]
2917
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO>))]
2918
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO))]
2919
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION>))]
2920
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION))]
2921
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA>))]
2922
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MARKUP_DATA))]
2923
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.DOCUMENT_ITEM))]
2924
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MEMBER))]
2925
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.SIGN_INFO>))]
2926
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SIGN_INFO))]
2927
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MEMBER>))]
2928
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE))]
2929
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC))]
2930
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY))]
2931
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.CHECK_LIST))]
2932
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST>))]
2933
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY>))]
2934
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PRIVATE>))]
2935
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PUBLIC>))]
2936
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCUMENT_ITEM>))]
2937
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.TALK))]
2938
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.TALK>))]
2939
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FINAL_PDF))]
2940
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.FINAL_PDF>))]
2941
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.PROPERTIES))]
2942
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.PROPERTIES>))]
2943
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.KCOM_SystemInfo))]
2944
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.KCOM_BasicParam))]
2945
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.VPRevision>))]
2946
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.VPRevision))]
2947
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>))]
2948
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MarkupInfoItem))]
2949
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupItem>))]
2950
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.MarkupItem))]
2951
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.FAVORITE_FLAG))]
2952
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<DownloadManagerTest.MarkusService.Rect>))]
2953
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.Rect))]
2954
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
2955
        
2956
        [System.NonSerializedAttribute()]
2957
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
2958
        
2959
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2960
        private string KeyField;
2961
        
2962
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2963
        private object ValueField;
2964
        
2965
        [global::System.ComponentModel.BrowsableAttribute(false)]
2966
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
2967
            get {
2968
                return this.extensionDataField;
2969
            }
2970
            set {
2971
                this.extensionDataField = value;
2972
            }
2973
        }
2974
        
2975
        [System.Runtime.Serialization.DataMemberAttribute()]
2976
        public string Key {
2977
            get {
2978
                return this.KeyField;
2979
            }
2980
            set {
2981
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
2982
                    this.KeyField = value;
2983
                    this.RaisePropertyChanged("Key");
2984
                }
2985
            }
2986
        }
2987
        
2988
        [System.Runtime.Serialization.DataMemberAttribute()]
2989
        public object Value {
2990
            get {
2991
                return this.ValueField;
2992
            }
2993
            set {
2994
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
2995
                    this.ValueField = value;
2996
                    this.RaisePropertyChanged("Value");
2997
                }
2998
            }
2999
        }
3000
        
3001
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3002
        
3003
        protected void RaisePropertyChanged(string propertyName) {
3004
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3005
            if ((propertyChanged != null)) {
3006
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3007
            }
3008
        }
3009
    }
3010
    
3011
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3012
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3013
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3014
    [System.SerializableAttribute()]
3015
    public partial class EntityReferenceOfDOCINFOitJtO6kG : DownloadManagerTest.MarkusService.EntityReference {
3016
    }
3017
    
3018
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3019
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3020
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3021
    [System.SerializableAttribute()]
3022
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
3023
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFOitJtO6kG))]
3024
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMEMBERitJtO6kG))]
3025
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG))]
3026
    public partial class EntityReference : DownloadManagerTest.MarkusService.RelatedEnd {
3027
        
3028
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3029
        private DownloadManagerTest.MarkusService.EntityKey EntityKeyField;
3030
        
3031
        [System.Runtime.Serialization.DataMemberAttribute()]
3032
        public DownloadManagerTest.MarkusService.EntityKey EntityKey {
3033
            get {
3034
                return this.EntityKeyField;
3035
            }
3036
            set {
3037
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
3038
                    this.EntityKeyField = value;
3039
                    this.RaisePropertyChanged("EntityKey");
3040
                }
3041
            }
3042
        }
3043
    }
3044
    
3045
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3046
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3047
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3048
    [System.SerializableAttribute()]
3049
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReference))]
3050
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
3051
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMARKUP_INFOitJtO6kG))]
3052
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfMEMBERitJtO6kG))]
3053
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(DownloadManagerTest.MarkusService.EntityReferenceOfDOCINFOitJtO6kG))]
3054
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3055
        
3056
        [System.NonSerializedAttribute()]
3057
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3058
        
3059
        [global::System.ComponentModel.BrowsableAttribute(false)]
3060
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3061
            get {
3062
                return this.extensionDataField;
3063
            }
3064
            set {
3065
                this.extensionDataField = value;
3066
            }
3067
        }
3068
        
3069
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3070
        
3071
        protected void RaisePropertyChanged(string propertyName) {
3072
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3073
            if ((propertyChanged != null)) {
3074
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3075
            }
3076
        }
3077
    }
3078
    
3079
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3080
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3081
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3082
    [System.SerializableAttribute()]
3083
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : DownloadManagerTest.MarkusService.EntityReference {
3084
    }
3085
    
3086
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3087
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3088
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3089
    [System.SerializableAttribute()]
3090
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : DownloadManagerTest.MarkusService.EntityReference {
3091
    }
3092
    
3093
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3094
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3095
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3096
    [System.SerializableAttribute()]
3097
    public partial class EntityReferenceOfMEMBERitJtO6kG : DownloadManagerTest.MarkusService.EntityReference {
3098
    }
3099
    
3100
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3101
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3102
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
3103
    [System.SerializableAttribute()]
3104
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3105
        
3106
        [System.NonSerializedAttribute()]
3107
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3108
        
3109
        private int CurrentPageField;
3110
        
3111
        private string ExceptionField;
3112
        
3113
        private string FinalIDField;
3114
        
3115
        private string ProjectNoField;
3116
        
3117
        private DownloadManagerTest.MarkusService.FinalStatus StatusField;
3118
        
3119
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3120
            get {
3121
                return this.extensionDataField;
3122
            }
3123
            set {
3124
                this.extensionDataField = value;
3125
            }
3126
        }
3127
        
3128
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3129
        public int CurrentPage {
3130
            get {
3131
                return this.CurrentPageField;
3132
            }
3133
            set {
3134
                if ((this.CurrentPageField.Equals(value) != true)) {
3135
                    this.CurrentPageField = value;
3136
                    this.RaisePropertyChanged("CurrentPage");
3137
                }
3138
            }
3139
        }
3140
        
3141
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3142
        public string Exception {
3143
            get {
3144
                return this.ExceptionField;
3145
            }
3146
            set {
3147
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
3148
                    this.ExceptionField = value;
3149
                    this.RaisePropertyChanged("Exception");
3150
                }
3151
            }
3152
        }
3153
        
3154
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3155
        public string FinalID {
3156
            get {
3157
                return this.FinalIDField;
3158
            }
3159
            set {
3160
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
3161
                    this.FinalIDField = value;
3162
                    this.RaisePropertyChanged("FinalID");
3163
                }
3164
            }
3165
        }
3166
        
3167
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3168
        public string ProjectNo {
3169
            get {
3170
                return this.ProjectNoField;
3171
            }
3172
            set {
3173
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
3174
                    this.ProjectNoField = value;
3175
                    this.RaisePropertyChanged("ProjectNo");
3176
                }
3177
            }
3178
        }
3179
        
3180
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3181
        public DownloadManagerTest.MarkusService.FinalStatus Status {
3182
            get {
3183
                return this.StatusField;
3184
            }
3185
            set {
3186
                if ((this.StatusField.Equals(value) != true)) {
3187
                    this.StatusField = value;
3188
                    this.RaisePropertyChanged("Status");
3189
                }
3190
            }
3191
        }
3192
        
3193
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3194
        
3195
        void RaisePropertyChanged(string propertyName) {
3196
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3197
            if ((propertyChanged != null)) {
3198
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3199
            }
3200
        }
3201
    }
3202
    
3203
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3204
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
3205
    public enum FinalStatus : int {
3206
        
3207
        [System.Runtime.Serialization.EnumMemberAttribute()]
3208
        Insert = 0,
3209
        
3210
        [System.Runtime.Serialization.EnumMemberAttribute()]
3211
        Wait = 1,
3212
        
3213
        [System.Runtime.Serialization.EnumMemberAttribute()]
3214
        Create = 2,
3215
        
3216
        [System.Runtime.Serialization.EnumMemberAttribute()]
3217
        PdfStamp = 3,
3218
        
3219
        [System.Runtime.Serialization.EnumMemberAttribute()]
3220
        Success = 4,
3221
        
3222
        [System.Runtime.Serialization.EnumMemberAttribute()]
3223
        Error = 5,
3224
    }
3225
    
3226
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3227
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3228
    [System.Runtime.Serialization.DataContractAttribute(Name="KCOM_BasicParam", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3229
    [System.SerializableAttribute()]
3230
    public partial class KCOM_BasicParam : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3231
        
3232
        [System.NonSerializedAttribute()]
3233
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3234
        
3235
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3236
        private string documentIDField;
3237
        
3238
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3239
        private string projectNoField;
3240
        
3241
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3242
        private string userIDField;
3243
        
3244
        [global::System.ComponentModel.BrowsableAttribute(false)]
3245
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3246
            get {
3247
                return this.extensionDataField;
3248
            }
3249
            set {
3250
                this.extensionDataField = value;
3251
            }
3252
        }
3253
        
3254
        [System.Runtime.Serialization.DataMemberAttribute()]
3255
        public string documentID {
3256
            get {
3257
                return this.documentIDField;
3258
            }
3259
            set {
3260
                if ((object.ReferenceEquals(this.documentIDField, value) != true)) {
3261
                    this.documentIDField = value;
3262
                    this.RaisePropertyChanged("documentID");
3263
                }
3264
            }
3265
        }
3266
        
3267
        [System.Runtime.Serialization.DataMemberAttribute()]
3268
        public string projectNo {
3269
            get {
3270
                return this.projectNoField;
3271
            }
3272
            set {
3273
                if ((object.ReferenceEquals(this.projectNoField, value) != true)) {
3274
                    this.projectNoField = value;
3275
                    this.RaisePropertyChanged("projectNo");
3276
                }
3277
            }
3278
        }
3279
        
3280
        [System.Runtime.Serialization.DataMemberAttribute()]
3281
        public string userID {
3282
            get {
3283
                return this.userIDField;
3284
            }
3285
            set {
3286
                if ((object.ReferenceEquals(this.userIDField, value) != true)) {
3287
                    this.userIDField = value;
3288
                    this.RaisePropertyChanged("userID");
3289
                }
3290
            }
3291
        }
3292
        
3293
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3294
        
3295
        protected void RaisePropertyChanged(string propertyName) {
3296
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3297
            if ((propertyChanged != null)) {
3298
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3299
            }
3300
        }
3301
    }
3302
    
3303
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3304
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3305
    [System.Runtime.Serialization.DataContractAttribute(Name="VPRevision", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3306
    [System.SerializableAttribute()]
3307
    public partial class VPRevision : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3308
        
3309
        [System.NonSerializedAttribute()]
3310
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3311
        
3312
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3313
        private string DOCUMENT_IDField;
3314
        
3315
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3316
        private string DocNoField;
3317
        
3318
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3319
        private string EnsembleLinkField;
3320
        
3321
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3322
        private string FROM_VENDORField;
3323
        
3324
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3325
        private string GroupNoField;
3326
        
3327
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3328
        private bool IsSyncPossibleField;
3329
        
3330
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3331
        private string RESULTField;
3332
        
3333
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3334
        private string RevNoField;
3335
        
3336
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3337
        private string TO_VENDORField;
3338
        
3339
        [global::System.ComponentModel.BrowsableAttribute(false)]
3340
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3341
            get {
3342
                return this.extensionDataField;
3343
            }
3344
            set {
3345
                this.extensionDataField = value;
3346
            }
3347
        }
3348
        
3349
        [System.Runtime.Serialization.DataMemberAttribute()]
3350
        public string DOCUMENT_ID {
3351
            get {
3352
                return this.DOCUMENT_IDField;
3353
            }
3354
            set {
3355
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
3356
                    this.DOCUMENT_IDField = value;
3357
                    this.RaisePropertyChanged("DOCUMENT_ID");
3358
                }
3359
            }
3360
        }
3361
        
3362
        [System.Runtime.Serialization.DataMemberAttribute()]
3363
        public string DocNo {
3364
            get {
3365
                return this.DocNoField;
3366
            }
3367
            set {
3368
                if ((object.ReferenceEquals(this.DocNoField, value) != true)) {
3369
                    this.DocNoField = value;
3370
                    this.RaisePropertyChanged("DocNo");
3371
                }
3372
            }
3373
        }
3374
        
3375
        [System.Runtime.Serialization.DataMemberAttribute()]
3376
        public string EnsembleLink {
3377
            get {
3378
                return this.EnsembleLinkField;
3379
            }
3380
            set {
3381
                if ((object.ReferenceEquals(this.EnsembleLinkField, value) != true)) {
3382
                    this.EnsembleLinkField = value;
3383
                    this.RaisePropertyChanged("EnsembleLink");
3384
                }
3385
            }
3386
        }
3387
        
3388
        [System.Runtime.Serialization.DataMemberAttribute()]
3389
        public string FROM_VENDOR {
3390
            get {
3391
                return this.FROM_VENDORField;
3392
            }
3393
            set {
3394
                if ((object.ReferenceEquals(this.FROM_VENDORField, value) != true)) {
3395
                    this.FROM_VENDORField = value;
3396
                    this.RaisePropertyChanged("FROM_VENDOR");
3397
                }
3398
            }
3399
        }
3400
        
3401
        [System.Runtime.Serialization.DataMemberAttribute()]
3402
        public string GroupNo {
3403
            get {
3404
                return this.GroupNoField;
3405
            }
3406
            set {
3407
                if ((object.ReferenceEquals(this.GroupNoField, value) != true)) {
3408
                    this.GroupNoField = value;
3409
                    this.RaisePropertyChanged("GroupNo");
3410
                }
3411
            }
3412
        }
3413
        
3414
        [System.Runtime.Serialization.DataMemberAttribute()]
3415
        public bool IsSyncPossible {
3416
            get {
3417
                return this.IsSyncPossibleField;
3418
            }
3419
            set {
3420
                if ((this.IsSyncPossibleField.Equals(value) != true)) {
3421
                    this.IsSyncPossibleField = value;
3422
                    this.RaisePropertyChanged("IsSyncPossible");
3423
                }
3424
            }
3425
        }
3426
        
3427
        [System.Runtime.Serialization.DataMemberAttribute()]
3428
        public string RESULT {
3429
            get {
3430
                return this.RESULTField;
3431
            }
3432
            set {
3433
                if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
3434
                    this.RESULTField = value;
3435
                    this.RaisePropertyChanged("RESULT");
3436
                }
3437
            }
3438
        }
3439
        
3440
        [System.Runtime.Serialization.DataMemberAttribute()]
3441
        public string RevNo {
3442
            get {
3443
                return this.RevNoField;
3444
            }
3445
            set {
3446
                if ((object.ReferenceEquals(this.RevNoField, value) != true)) {
3447
                    this.RevNoField = value;
3448
                    this.RaisePropertyChanged("RevNo");
3449
                }
3450
            }
3451
        }
3452
        
3453
        [System.Runtime.Serialization.DataMemberAttribute()]
3454
        public string TO_VENDOR {
3455
            get {
3456
                return this.TO_VENDORField;
3457
            }
3458
            set {
3459
                if ((object.ReferenceEquals(this.TO_VENDORField, value) != true)) {
3460
                    this.TO_VENDORField = value;
3461
                    this.RaisePropertyChanged("TO_VENDOR");
3462
                }
3463
            }
3464
        }
3465
        
3466
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3467
        
3468
        protected void RaisePropertyChanged(string propertyName) {
3469
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3470
            if ((propertyChanged != null)) {
3471
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3472
            }
3473
        }
3474
    }
3475
    
3476
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3477
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3478
    [System.Runtime.Serialization.DataContractAttribute(Name="MarkupInfoItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3479
    [System.SerializableAttribute()]
3480
    public partial class MarkupInfoItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3481
        
3482
        [System.NonSerializedAttribute()]
3483
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3484
        
3485
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3486
        private int AvoidConsolidateField;
3487
        
3488
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3489
        private int ConsolidateField;
3490
        
3491
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3492
        private System.DateTime CreateTimeField;
3493
        
3494
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3495
        private string DepatmentField;
3496
        
3497
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3498
        private string DescriptionField;
3499
        
3500
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3501
        private string DisplayColorField;
3502
        
3503
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3504
        private bool IsPreviewUserField;
3505
        
3506
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3507
        private string MarkupInfoIDField;
3508
        
3509
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3510
        private System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupItem> MarkupListField;
3511
        
3512
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3513
        private string MarkupVersionIDField;
3514
        
3515
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3516
        private int PageCountField;
3517
        
3518
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3519
        private int PartConsolidateField;
3520
        
3521
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3522
        private System.DateTime UpdateTimeField;
3523
        
3524
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3525
        private string UserIDField;
3526
        
3527
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3528
        private string UserNameField;
3529
        
3530
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3531
        private bool userDeleteField;
3532
        
3533
        [global::System.ComponentModel.BrowsableAttribute(false)]
3534
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3535
            get {
3536
                return this.extensionDataField;
3537
            }
3538
            set {
3539
                this.extensionDataField = value;
3540
            }
3541
        }
3542
        
3543
        [System.Runtime.Serialization.DataMemberAttribute()]
3544
        public int AvoidConsolidate {
3545
            get {
3546
                return this.AvoidConsolidateField;
3547
            }
3548
            set {
3549
                if ((this.AvoidConsolidateField.Equals(value) != true)) {
3550
                    this.AvoidConsolidateField = value;
3551
                    this.RaisePropertyChanged("AvoidConsolidate");
3552
                }
3553
            }
3554
        }
3555
        
3556
        [System.Runtime.Serialization.DataMemberAttribute()]
3557
        public int Consolidate {
3558
            get {
3559
                return this.ConsolidateField;
3560
            }
3561
            set {
3562
                if ((this.ConsolidateField.Equals(value) != true)) {
3563
                    this.ConsolidateField = value;
3564
                    this.RaisePropertyChanged("Consolidate");
3565
                }
3566
            }
3567
        }
3568
        
3569
        [System.Runtime.Serialization.DataMemberAttribute()]
3570
        public System.DateTime CreateTime {
3571
            get {
3572
                return this.CreateTimeField;
3573
            }
3574
            set {
3575
                if ((this.CreateTimeField.Equals(value) != true)) {
3576
                    this.CreateTimeField = value;
3577
                    this.RaisePropertyChanged("CreateTime");
3578
                }
3579
            }
3580
        }
3581
        
3582
        [System.Runtime.Serialization.DataMemberAttribute()]
3583
        public string Depatment {
3584
            get {
3585
                return this.DepatmentField;
3586
            }
3587
            set {
3588
                if ((object.ReferenceEquals(this.DepatmentField, value) != true)) {
3589
                    this.DepatmentField = value;
3590
                    this.RaisePropertyChanged("Depatment");
3591
                }
3592
            }
3593
        }
3594
        
3595
        [System.Runtime.Serialization.DataMemberAttribute()]
3596
        public string Description {
3597
            get {
3598
                return this.DescriptionField;
3599
            }
3600
            set {
3601
                if ((object.ReferenceEquals(this.DescriptionField, value) != true)) {
3602
                    this.DescriptionField = value;
3603
                    this.RaisePropertyChanged("Description");
3604
                }
3605
            }
3606
        }
3607
        
3608
        [System.Runtime.Serialization.DataMemberAttribute()]
3609
        public string DisplayColor {
3610
            get {
3611
                return this.DisplayColorField;
3612
            }
3613
            set {
3614
                if ((object.ReferenceEquals(this.DisplayColorField, value) != true)) {
3615
                    this.DisplayColorField = value;
3616
                    this.RaisePropertyChanged("DisplayColor");
3617
                }
3618
            }
3619
        }
3620
        
3621
        [System.Runtime.Serialization.DataMemberAttribute()]
3622
        public bool IsPreviewUser {
3623
            get {
3624
                return this.IsPreviewUserField;
3625
            }
3626
            set {
3627
                if ((this.IsPreviewUserField.Equals(value) != true)) {
3628
                    this.IsPreviewUserField = value;
3629
                    this.RaisePropertyChanged("IsPreviewUser");
3630
                }
3631
            }
3632
        }
3633
        
3634
        [System.Runtime.Serialization.DataMemberAttribute()]
3635
        public string MarkupInfoID {
3636
            get {
3637
                return this.MarkupInfoIDField;
3638
            }
3639
            set {
3640
                if ((object.ReferenceEquals(this.MarkupInfoIDField, value) != true)) {
3641
                    this.MarkupInfoIDField = value;
3642
                    this.RaisePropertyChanged("MarkupInfoID");
3643
                }
3644
            }
3645
        }
3646
        
3647
        [System.Runtime.Serialization.DataMemberAttribute()]
3648
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupItem> MarkupList {
3649
            get {
3650
                return this.MarkupListField;
3651
            }
3652
            set {
3653
                if ((object.ReferenceEquals(this.MarkupListField, value) != true)) {
3654
                    this.MarkupListField = value;
3655
                    this.RaisePropertyChanged("MarkupList");
3656
                }
3657
            }
3658
        }
3659
        
3660
        [System.Runtime.Serialization.DataMemberAttribute()]
3661
        public string MarkupVersionID {
3662
            get {
3663
                return this.MarkupVersionIDField;
3664
            }
3665
            set {
3666
                if ((object.ReferenceEquals(this.MarkupVersionIDField, value) != true)) {
3667
                    this.MarkupVersionIDField = value;
3668
                    this.RaisePropertyChanged("MarkupVersionID");
3669
                }
3670
            }
3671
        }
3672
        
3673
        [System.Runtime.Serialization.DataMemberAttribute()]
3674
        public int PageCount {
3675
            get {
3676
                return this.PageCountField;
3677
            }
3678
            set {
3679
                if ((this.PageCountField.Equals(value) != true)) {
3680
                    this.PageCountField = value;
3681
                    this.RaisePropertyChanged("PageCount");
3682
                }
3683
            }
3684
        }
3685
        
3686
        [System.Runtime.Serialization.DataMemberAttribute()]
3687
        public int PartConsolidate {
3688
            get {
3689
                return this.PartConsolidateField;
3690
            }
3691
            set {
3692
                if ((this.PartConsolidateField.Equals(value) != true)) {
3693
                    this.PartConsolidateField = value;
3694
                    this.RaisePropertyChanged("PartConsolidate");
3695
                }
3696
            }
3697
        }
3698
        
3699
        [System.Runtime.Serialization.DataMemberAttribute()]
3700
        public System.DateTime UpdateTime {
3701
            get {
3702
                return this.UpdateTimeField;
3703
            }
3704
            set {
3705
                if ((this.UpdateTimeField.Equals(value) != true)) {
3706
                    this.UpdateTimeField = value;
3707
                    this.RaisePropertyChanged("UpdateTime");
3708
                }
3709
            }
3710
        }
3711
        
3712
        [System.Runtime.Serialization.DataMemberAttribute()]
3713
        public string UserID {
3714
            get {
3715
                return this.UserIDField;
3716
            }
3717
            set {
3718
                if ((object.ReferenceEquals(this.UserIDField, value) != true)) {
3719
                    this.UserIDField = value;
3720
                    this.RaisePropertyChanged("UserID");
3721
                }
3722
            }
3723
        }
3724
        
3725
        [System.Runtime.Serialization.DataMemberAttribute()]
3726
        public string UserName {
3727
            get {
3728
                return this.UserNameField;
3729
            }
3730
            set {
3731
                if ((object.ReferenceEquals(this.UserNameField, value) != true)) {
3732
                    this.UserNameField = value;
3733
                    this.RaisePropertyChanged("UserName");
3734
                }
3735
            }
3736
        }
3737
        
3738
        [System.Runtime.Serialization.DataMemberAttribute()]
3739
        public bool userDelete {
3740
            get {
3741
                return this.userDeleteField;
3742
            }
3743
            set {
3744
                if ((this.userDeleteField.Equals(value) != true)) {
3745
                    this.userDeleteField = value;
3746
                    this.RaisePropertyChanged("userDelete");
3747
                }
3748
            }
3749
        }
3750
        
3751
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3752
        
3753
        protected void RaisePropertyChanged(string propertyName) {
3754
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3755
            if ((propertyChanged != null)) {
3756
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3757
            }
3758
        }
3759
    }
3760
    
3761
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3762
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3763
    [System.Runtime.Serialization.DataContractAttribute(Name="MarkupItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3764
    [System.SerializableAttribute()]
3765
    public partial class MarkupItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3766
        
3767
        [System.NonSerializedAttribute()]
3768
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3769
        
3770
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3771
        private string DataField;
3772
        
3773
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3774
        private int Data_TypeField;
3775
        
3776
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3777
        private string IDField;
3778
        
3779
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3780
        private int PageNumberField;
3781
        
3782
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3783
        private string ParsingMemoField;
3784
        
3785
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3786
        private string Symbol_IDField;
3787
        
3788
        [global::System.ComponentModel.BrowsableAttribute(false)]
3789
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3790
            get {
3791
                return this.extensionDataField;
3792
            }
3793
            set {
3794
                this.extensionDataField = value;
3795
            }
3796
        }
3797
        
3798
        [System.Runtime.Serialization.DataMemberAttribute()]
3799
        public string Data {
3800
            get {
3801
                return this.DataField;
3802
            }
3803
            set {
3804
                if ((object.ReferenceEquals(this.DataField, value) != true)) {
3805
                    this.DataField = value;
3806
                    this.RaisePropertyChanged("Data");
3807
                }
3808
            }
3809
        }
3810
        
3811
        [System.Runtime.Serialization.DataMemberAttribute()]
3812
        public int Data_Type {
3813
            get {
3814
                return this.Data_TypeField;
3815
            }
3816
            set {
3817
                if ((this.Data_TypeField.Equals(value) != true)) {
3818
                    this.Data_TypeField = value;
3819
                    this.RaisePropertyChanged("Data_Type");
3820
                }
3821
            }
3822
        }
3823
        
3824
        [System.Runtime.Serialization.DataMemberAttribute()]
3825
        public string ID {
3826
            get {
3827
                return this.IDField;
3828
            }
3829
            set {
3830
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
3831
                    this.IDField = value;
3832
                    this.RaisePropertyChanged("ID");
3833
                }
3834
            }
3835
        }
3836
        
3837
        [System.Runtime.Serialization.DataMemberAttribute()]
3838
        public int PageNumber {
3839
            get {
3840
                return this.PageNumberField;
3841
            }
3842
            set {
3843
                if ((this.PageNumberField.Equals(value) != true)) {
3844
                    this.PageNumberField = value;
3845
                    this.RaisePropertyChanged("PageNumber");
3846
                }
3847
            }
3848
        }
3849
        
3850
        [System.Runtime.Serialization.DataMemberAttribute()]
3851
        public string ParsingMemo {
3852
            get {
3853
                return this.ParsingMemoField;
3854
            }
3855
            set {
3856
                if ((object.ReferenceEquals(this.ParsingMemoField, value) != true)) {
3857
                    this.ParsingMemoField = value;
3858
                    this.RaisePropertyChanged("ParsingMemo");
3859
                }
3860
            }
3861
        }
3862
        
3863
        [System.Runtime.Serialization.DataMemberAttribute()]
3864
        public string Symbol_ID {
3865
            get {
3866
                return this.Symbol_IDField;
3867
            }
3868
            set {
3869
                if ((object.ReferenceEquals(this.Symbol_IDField, value) != true)) {
3870
                    this.Symbol_IDField = value;
3871
                    this.RaisePropertyChanged("Symbol_ID");
3872
                }
3873
            }
3874
        }
3875
        
3876
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3877
        
3878
        protected void RaisePropertyChanged(string propertyName) {
3879
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3880
            if ((propertyChanged != null)) {
3881
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3882
            }
3883
        }
3884
    }
3885
    
3886
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3887
    [System.Runtime.Serialization.DataContractAttribute(Name="FAVORITE_FLAG", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3888
    public enum FAVORITE_FLAG : int {
3889
        
3890
        [System.Runtime.Serialization.EnumMemberAttribute()]
3891
        ALL = 0,
3892
        
3893
        [System.Runtime.Serialization.EnumMemberAttribute()]
3894
        TeamShare = 1,
3895
        
3896
        [System.Runtime.Serialization.EnumMemberAttribute()]
3897
        Personal = 2,
3898
    }
3899
    
3900
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3901
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3902
    [System.Runtime.Serialization.DataContractAttribute(Name="Rect", Namespace="http://schemas.datacontract.org/2004/07/System.Windows")]
3903
    [System.SerializableAttribute()]
3904
    public partial struct Rect : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3905
        
3906
        [System.NonSerializedAttribute()]
3907
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3908
        
3909
        private double _heightField;
3910
        
3911
        private double _widthField;
3912
        
3913
        private double _xField;
3914
        
3915
        private double _yField;
3916
        
3917
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3918
            get {
3919
                return this.extensionDataField;
3920
            }
3921
            set {
3922
                this.extensionDataField = value;
3923
            }
3924
        }
3925
        
3926
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3927
        public double _height {
3928
            get {
3929
                return this._heightField;
3930
            }
3931
            set {
3932
                if ((this._heightField.Equals(value) != true)) {
3933
                    this._heightField = value;
3934
                    this.RaisePropertyChanged("_height");
3935
                }
3936
            }
3937
        }
3938
        
3939
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3940
        public double _width {
3941
            get {
3942
                return this._widthField;
3943
            }
3944
            set {
3945
                if ((this._widthField.Equals(value) != true)) {
3946
                    this._widthField = value;
3947
                    this.RaisePropertyChanged("_width");
3948
                }
3949
            }
3950
        }
3951
        
3952
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3953
        public double _x {
3954
            get {
3955
                return this._xField;
3956
            }
3957
            set {
3958
                if ((this._xField.Equals(value) != true)) {
3959
                    this._xField = value;
3960
                    this.RaisePropertyChanged("_x");
3961
                }
3962
            }
3963
        }
3964
        
3965
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3966
        public double _y {
3967
            get {
3968
                return this._yField;
3969
            }
3970
            set {
3971
                if ((this._yField.Equals(value) != true)) {
3972
                    this._yField = value;
3973
                    this.RaisePropertyChanged("_y");
3974
                }
3975
            }
3976
        }
3977
        
3978
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3979
        
3980
        void RaisePropertyChanged(string propertyName) {
3981
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3982
            if ((propertyChanged != null)) {
3983
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3984
            }
3985
        }
3986
    }
3987
    
3988
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
3989
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="MarkusService.ServiceDeepView")]
3990
    public interface ServiceDeepView {
3991
        
3992
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
3993
        string GetVersionData(bool is64BitProcess, string markusVer);
3994
        
3995
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
3996
        System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer);
3997
        
3998
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
3999
        DownloadManagerTest.MarkusService.KCOM_SystemInfo GetSystemData();
4000
        
4001
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
4002
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.KCOM_SystemInfo> GetSystemDataAsync();
4003
        
4004
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
4005
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
4006
        
4007
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
4008
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID);
4009
        
4010
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
4011
        bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
4012
        
4013
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
4014
        System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description);
4015
        
4016
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
4017
        bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
4018
        
4019
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
4020
        System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID);
4021
        
4022
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
4023
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
4024
        
4025
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
4026
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
4027
        
4028
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
4029
        DownloadManagerTest.MarkusService.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
4030
        
4031
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
4032
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
4033
        
4034
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
4035
        bool GetConversionState(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4036
        
4037
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
4038
        System.Threading.Tasks.Task<bool> GetConversionStateAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4039
        
4040
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
4041
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
4042
        
4043
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
4044
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId);
4045
        
4046
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
4047
        DownloadManagerTest.MarkusService.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId);
4048
        
4049
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
4050
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId);
4051
        
4052
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
4053
        DownloadManagerTest.MarkusService.DOCINFO GetDocInfo(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4054
        
4055
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
4056
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> GetDocInfoAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4057
        
4058
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
4059
        bool GetCheckSystemAdmin(string UserID);
4060
        
4061
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
4062
        System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID);
4063
        
4064
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
4065
        DownloadManagerTest.MarkusService.DOCUMENT_ITEM GetDocumentItemInfo(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4066
        
4067
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
4068
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> GetDocumentItemInfoAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param);
4069
        
4070
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
4071
        string GetDocItemID(string ensemble_id);
4072
        
4073
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
4074
        System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id);
4075
        
4076
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
4077
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
4078
        
4079
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
4080
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId);
4081
        
4082
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
4083
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
4084
        
4085
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
4086
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser);
4087
        
4088
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
4089
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MEMBER> GetUserData(string ProjectNo, string UserID);
4090
        
4091
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
4092
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID);
4093
        
4094
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
4095
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
4096
        
4097
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
4098
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept);
4099
        
4100
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
4101
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
4102
        
4103
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
4104
        System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID);
4105
        
4106
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
4107
        bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, DownloadManagerTest.MarkusService.FAVORITE_FLAG flag);
4108
        
4109
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
4110
        System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, DownloadManagerTest.MarkusService.FAVORITE_FLAG flag);
4111
        
4112
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
4113
        bool SaveMarkupData(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data);
4114
        
4115
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
4116
        System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data);
4117
        
4118
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")]
4119
        bool SavePageMarkupData(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data);
4120
        
4121
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")]
4122
        System.Threading.Tasks.Task<bool> SavePageMarkupDataAsync(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data);
4123
        
4124
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
4125
        bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo);
4126
        
4127
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
4128
        System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo);
4129
        
4130
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
4131
        bool SaveSymbol(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE symbol_private);
4132
        
4133
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
4134
        System.Threading.Tasks.Task<bool> SaveSymbolAsync(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE symbol_private);
4135
        
4136
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
4137
        bool AddPublicSymbol(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC symbol);
4138
        
4139
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
4140
        System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC symbol);
4141
        
4142
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
4143
        bool DeleteSymbol(string symbol_id, int type);
4144
        
4145
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
4146
        System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type);
4147
        
4148
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
4149
        bool RenameSymbol(string symbol_id, string name, int type);
4150
        
4151
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
4152
        System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type);
4153
        
4154
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
4155
        bool AddCheckListHistory(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History);
4156
        
4157
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
4158
        System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History);
4159
        
4160
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
4161
        bool SaveCheckListHistory(string project_no, string rev, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History);
4162
        
4163
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
4164
        System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History);
4165
        
4166
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
4167
        bool SaveCheckList(string project_no, string _id, DownloadManagerTest.MarkusService.CHECK_LIST Check_value);
4168
        
4169
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
4170
        System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, DownloadManagerTest.MarkusService.CHECK_LIST Check_value);
4171
        
4172
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
4173
        bool AddCheckList(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST Check_value);
4174
        
4175
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
4176
        System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST Check_value);
4177
        
4178
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
4179
        DownloadManagerTest.MarkusService.CHECK_LIST GetCheckList(string project_no, string _id);
4180
        
4181
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
4182
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.CHECK_LIST> GetCheckListAsync(string project_no, string _id);
4183
        
4184
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
4185
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no);
4186
        
4187
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
4188
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no);
4189
        
4190
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
4191
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id);
4192
        
4193
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
4194
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id);
4195
        
4196
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
4197
        DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev);
4198
        
4199
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
4200
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev);
4201
        
4202
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
4203
        bool SavePageAngle(string project_no, System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> _mldocpage);
4204
        
4205
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
4206
        System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> _mldocpage);
4207
        
4208
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
4209
        DownloadManagerTest.MarkusService.MARKUP_INFO GetMarkupInfo(string project_no, string _id);
4210
        
4211
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
4212
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id);
4213
        
4214
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
4215
        System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo);
4216
        
4217
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
4218
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo);
4219
        
4220
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
4221
        bool AddMarkupInfo(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO value);
4222
        
4223
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
4224
        System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO value);
4225
        
4226
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
4227
        bool AddMarkupInfoVersion(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION value);
4228
        
4229
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
4230
        System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION value);
4231
        
4232
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
4233
        bool AddMarkupData(string project_no, DownloadManagerTest.MarkusService.MARKUP_DATA value);
4234
        
4235
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
4236
        System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_DATA value);
4237
        
4238
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
4239
        bool AvoidMarkupInfo(string project_no, string _doc_id);
4240
        
4241
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
4242
        System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id);
4243
        
4244
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
4245
        bool SaveMarkupInfo(string project_no, string _id, DownloadManagerTest.MarkusService.MARKUP_INFO value);
4246
        
4247
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
4248
        System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, DownloadManagerTest.MarkusService.MARKUP_INFO value);
4249
        
4250
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
4251
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid);
4252
        
4253
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
4254
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid);
4255
        
4256
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
4257
        bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems);
4258
        
4259
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
4260
        System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems);
4261
        
4262
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
4263
        DownloadManagerTest.MarkusService.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID);
4264
        
4265
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
4266
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID);
4267
        
4268
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
4269
        bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems);
4270
        
4271
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
4272
        System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems);
4273
        
4274
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
4275
        DownloadManagerTest.MarkusService.MEMBER GetMember(string project_no, string user_id);
4276
        
4277
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
4278
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MEMBER> GetMemberAsync(string project_no, string user_id);
4279
        
4280
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
4281
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PRIVATE> GetSymbolList(string user_id);
4282
        
4283
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
4284
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id);
4285
        
4286
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
4287
        System.Collections.Generic.List<string> GetPublicSymbolDeptList();
4288
        
4289
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
4290
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync();
4291
        
4292
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
4293
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PUBLIC> GetPublicSymbolList(string dept);
4294
        
4295
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
4296
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept);
4297
        
4298
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
4299
        string GetSymbolData(string id, int type);
4300
        
4301
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
4302
        System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type);
4303
        
4304
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
4305
        string GetSymbolImageURL(string id, int type);
4306
        
4307
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
4308
        System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type);
4309
        
4310
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
4311
        string GetSignData(string project_no, string user_id);
4312
        
4313
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
4314
        System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id);
4315
        
4316
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
4317
        string GetProjectName(string project_no);
4318
        
4319
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
4320
        System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no);
4321
        
4322
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
4323
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev);
4324
        
4325
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
4326
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev);
4327
        
4328
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
4329
        DownloadManagerTest.MarkusService.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id);
4330
        
4331
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
4332
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id);
4333
        
4334
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
4335
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> _markupInfoList);
4336
        
4337
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
4338
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> _markupInfoList);
4339
        
4340
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
4341
        bool AddMessage(string project_no, DownloadManagerTest.MarkusService.TALK value);
4342
        
4343
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
4344
        System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, DownloadManagerTest.MarkusService.TALK value);
4345
        
4346
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
4347
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.TALK> GetMessage(string project_no, string doc_id);
4348
        
4349
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
4350
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.TALK>> GetMessageAsync(string project_no, string doc_id);
4351
        
4352
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
4353
        DownloadManagerTest.MarkusService.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id);
4354
        
4355
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
4356
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id);
4357
        
4358
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
4359
        DownloadManagerTest.MarkusService.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id);
4360
        
4361
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
4362
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id);
4363
        
4364
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
4365
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id);
4366
        
4367
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
4368
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id);
4369
        
4370
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
4371
        DownloadManagerTest.MarkusService.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id);
4372
        
4373
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
4374
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id);
4375
        
4376
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
4377
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id);
4378
        
4379
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
4380
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id);
4381
        
4382
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
4383
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id);
4384
        
4385
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
4386
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id);
4387
        
4388
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
4389
        bool FinalPDF_SetFinalPDFStatus(string final_id, DownloadManagerTest.MarkusService.FinalStatus status);
4390
        
4391
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
4392
        System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, DownloadManagerTest.MarkusService.FinalStatus status);
4393
        
4394
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
4395
        bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID);
4396
        
4397
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
4398
        System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID);
4399
        
4400
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
4401
        bool FinalPDF_SetCurrentPage(string final_id, int currentpage);
4402
        
4403
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
4404
        System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage);
4405
        
4406
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
4407
        bool FinalPDF_SetError(string final_id, string msg);
4408
        
4409
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
4410
        System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg);
4411
        
4412
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
4413
        bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url);
4414
        
4415
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
4416
        System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url);
4417
        
4418
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
4419
        DownloadManagerTest.MarkusService.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id);
4420
        
4421
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
4422
        System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id);
4423
        
4424
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
4425
        System.Collections.Generic.List<DownloadManagerTest.MarkusService.PROPERTIES> FinalPDF_GetProperties(string project_no);
4426
        
4427
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
4428
        System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no);
4429
    }
4430
    
4431
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
4432
    public interface ServiceDeepViewChannel : DownloadManagerTest.MarkusService.ServiceDeepView, System.ServiceModel.IClientChannel {
4433
    }
4434
    
4435
    [System.Diagnostics.DebuggerStepThroughAttribute()]
4436
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
4437
    public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<DownloadManagerTest.MarkusService.ServiceDeepView>, DownloadManagerTest.MarkusService.ServiceDeepView {
4438
        
4439
        public ServiceDeepViewClient() {
4440
        }
4441
        
4442
        public ServiceDeepViewClient(string endpointConfigurationName) : 
4443
                base(endpointConfigurationName) {
4444
        }
4445
        
4446
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
4447
                base(endpointConfigurationName, remoteAddress) {
4448
        }
4449
        
4450
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
4451
                base(endpointConfigurationName, remoteAddress) {
4452
        }
4453
        
4454
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
4455
                base(binding, remoteAddress) {
4456
        }
4457
        
4458
        public string GetVersionData(bool is64BitProcess, string markusVer) {
4459
            return base.Channel.GetVersionData(is64BitProcess, markusVer);
4460
        }
4461
        
4462
        public System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer) {
4463
            return base.Channel.GetVersionDataAsync(is64BitProcess, markusVer);
4464
        }
4465
        
4466
        public DownloadManagerTest.MarkusService.KCOM_SystemInfo GetSystemData() {
4467
            return base.Channel.GetSystemData();
4468
        }
4469
        
4470
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.KCOM_SystemInfo> GetSystemDataAsync() {
4471
            return base.Channel.GetSystemDataAsync();
4472
        }
4473
        
4474
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
4475
            return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
4476
        }
4477
        
4478
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
4479
            return base.Channel.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID);
4480
        }
4481
        
4482
        public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
4483
            return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
4484
        }
4485
        
4486
        public System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
4487
            return base.Channel.EditFavoriteVPAsync(prjNo, userID, docID, state, description);
4488
        }
4489
        
4490
        public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
4491
            return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
4492
        }
4493
        
4494
        public System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
4495
            return base.Channel.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID);
4496
        }
4497
        
4498
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
4499
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
4500
        }
4501
        
4502
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
4503
            return base.Channel.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
4504
        }
4505
        
4506
        public DownloadManagerTest.MarkusService.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
4507
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
4508
        }
4509
        
4510
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
4511
            return base.Channel.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
4512
        }
4513
        
4514
        public bool GetConversionState(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4515
            return base.Channel.GetConversionState(param);
4516
        }
4517
        
4518
        public System.Threading.Tasks.Task<bool> GetConversionStateAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4519
            return base.Channel.GetConversionStateAsync(param);
4520
        }
4521
        
4522
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
4523
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
4524
        }
4525
        
4526
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
4527
            return base.Channel.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId);
4528
        }
4529
        
4530
        public DownloadManagerTest.MarkusService.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) {
4531
            return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId);
4532
        }
4533
        
4534
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) {
4535
            return base.Channel.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId);
4536
        }
4537
        
4538
        public DownloadManagerTest.MarkusService.DOCINFO GetDocInfo(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4539
            return base.Channel.GetDocInfo(param);
4540
        }
4541
        
4542
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> GetDocInfoAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4543
            return base.Channel.GetDocInfoAsync(param);
4544
        }
4545
        
4546
        public bool GetCheckSystemAdmin(string UserID) {
4547
            return base.Channel.GetCheckSystemAdmin(UserID);
4548
        }
4549
        
4550
        public System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID) {
4551
            return base.Channel.GetCheckSystemAdminAsync(UserID);
4552
        }
4553
        
4554
        public DownloadManagerTest.MarkusService.DOCUMENT_ITEM GetDocumentItemInfo(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4555
            return base.Channel.GetDocumentItemInfo(param);
4556
        }
4557
        
4558
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> GetDocumentItemInfoAsync(DownloadManagerTest.MarkusService.KCOM_BasicParam param) {
4559
            return base.Channel.GetDocumentItemInfoAsync(param);
4560
        }
4561
        
4562
        public string GetDocItemID(string ensemble_id) {
4563
            return base.Channel.GetDocItemID(ensemble_id);
4564
        }
4565
        
4566
        public System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id) {
4567
            return base.Channel.GetDocItemIDAsync(ensemble_id);
4568
        }
4569
        
4570
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
4571
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
4572
        }
4573
        
4574
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
4575
            return base.Channel.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId);
4576
        }
4577
        
4578
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
4579
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
4580
        }
4581
        
4582
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
4583
            return base.Channel.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser);
4584
        }
4585
        
4586
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MEMBER> GetUserData(string ProjectNo, string UserID) {
4587
            return base.Channel.GetUserData(ProjectNo, UserID);
4588
        }
4589
        
4590
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID) {
4591
            return base.Channel.GetUserDataAsync(ProjectNo, UserID);
4592
        }
4593
        
4594
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
4595
            return base.Channel.GetDeptData(UserDept);
4596
        }
4597
        
4598
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept) {
4599
            return base.Channel.GetDeptDataAsync(UserDept);
4600
        }
4601
        
4602
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
4603
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
4604
        }
4605
        
4606
        public System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
4607
            return base.Channel.DeleteMarkupAsync(ProjectNo, MarkupInfoID);
4608
        }
4609
        
4610
        public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, DownloadManagerTest.MarkusService.FAVORITE_FLAG flag) {
4611
            return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
4612
        }
4613
        
4614
        public System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, DownloadManagerTest.MarkusService.FAVORITE_FLAG flag) {
4615
            return base.Channel.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
4616
        }
4617
        
4618
        public bool SaveMarkupData(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data) {
4619
            return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data);
4620
        }
4621
        
4622
        public System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data) {
4623
            return base.Channel.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data);
4624
        }
4625
        
4626
        public bool SavePageMarkupData(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data) {
4627
            return base.Channel.SavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data);
4628
        }
4629
        
4630
        public System.Threading.Tasks.Task<bool> SavePageMarkupDataAsync(DownloadManagerTest.MarkusService.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> mlmarkup_data) {
4631
            return base.Channel.SavePageMarkupDataAsync(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data);
4632
        }
4633
        
4634
        public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) {
4635
            return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo);
4636
        }
4637
        
4638
        public System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) {
4639
            return base.Channel.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo);
4640
        }
4641
        
4642
        public bool SaveSymbol(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE symbol_private) {
4643
            return base.Channel.SaveSymbol(symbol_private);
4644
        }
4645
        
4646
        public System.Threading.Tasks.Task<bool> SaveSymbolAsync(DownloadManagerTest.MarkusService.SYMBOL_PRIVATE symbol_private) {
4647
            return base.Channel.SaveSymbolAsync(symbol_private);
4648
        }
4649
        
4650
        public bool AddPublicSymbol(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC symbol) {
4651
            return base.Channel.AddPublicSymbol(symbol);
4652
        }
4653
        
4654
        public System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(DownloadManagerTest.MarkusService.SYMBOL_PUBLIC symbol) {
4655
            return base.Channel.AddPublicSymbolAsync(symbol);
4656
        }
4657
        
4658
        public bool DeleteSymbol(string symbol_id, int type) {
4659
            return base.Channel.DeleteSymbol(symbol_id, type);
4660
        }
4661
        
4662
        public System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type) {
4663
            return base.Channel.DeleteSymbolAsync(symbol_id, type);
4664
        }
4665
        
4666
        public bool RenameSymbol(string symbol_id, string name, int type) {
4667
            return base.Channel.RenameSymbol(symbol_id, name, type);
4668
        }
4669
        
4670
        public System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type) {
4671
            return base.Channel.RenameSymbolAsync(symbol_id, name, type);
4672
        }
4673
        
4674
        public bool AddCheckListHistory(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History) {
4675
            return base.Channel.AddCheckListHistory(project_no, Check_History);
4676
        }
4677
        
4678
        public System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History) {
4679
            return base.Channel.AddCheckListHistoryAsync(project_no, Check_History);
4680
        }
4681
        
4682
        public bool SaveCheckListHistory(string project_no, string rev, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History) {
4683
            return base.Channel.SaveCheckListHistory(project_no, rev, Check_History);
4684
        }
4685
        
4686
        public System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY Check_History) {
4687
            return base.Channel.SaveCheckListHistoryAsync(project_no, rev, Check_History);
4688
        }
4689
        
4690
        public bool SaveCheckList(string project_no, string _id, DownloadManagerTest.MarkusService.CHECK_LIST Check_value) {
4691
            return base.Channel.SaveCheckList(project_no, _id, Check_value);
4692
        }
4693
        
4694
        public System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, DownloadManagerTest.MarkusService.CHECK_LIST Check_value) {
4695
            return base.Channel.SaveCheckListAsync(project_no, _id, Check_value);
4696
        }
4697
        
4698
        public bool AddCheckList(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST Check_value) {
4699
            return base.Channel.AddCheckList(project_no, Check_value);
4700
        }
4701
        
4702
        public System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, DownloadManagerTest.MarkusService.CHECK_LIST Check_value) {
4703
            return base.Channel.AddCheckListAsync(project_no, Check_value);
4704
        }
4705
        
4706
        public DownloadManagerTest.MarkusService.CHECK_LIST GetCheckList(string project_no, string _id) {
4707
            return base.Channel.GetCheckList(project_no, _id);
4708
        }
4709
        
4710
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.CHECK_LIST> GetCheckListAsync(string project_no, string _id) {
4711
            return base.Channel.GetCheckListAsync(project_no, _id);
4712
        }
4713
        
4714
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) {
4715
            return base.Channel.GetUserCheckList(project_no, user_id, doc_no);
4716
        }
4717
        
4718
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no) {
4719
            return base.Channel.GetUserCheckListAsync(project_no, user_id, doc_no);
4720
        }
4721
        
4722
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) {
4723
            return base.Channel.GetCheckListHistory(project_no, _id);
4724
        }
4725
        
4726
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id) {
4727
            return base.Channel.GetCheckListHistoryAsync(project_no, _id);
4728
        }
4729
        
4730
        public DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) {
4731
            return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev);
4732
        }
4733
        
4734
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) {
4735
            return base.Channel.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev);
4736
        }
4737
        
4738
        public bool SavePageAngle(string project_no, System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> _mldocpage) {
4739
            return base.Channel.SavePageAngle(project_no, _mldocpage);
4740
        }
4741
        
4742
        public System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> _mldocpage) {
4743
            return base.Channel.SavePageAngleAsync(project_no, _mldocpage);
4744
        }
4745
        
4746
        public DownloadManagerTest.MarkusService.MARKUP_INFO GetMarkupInfo(string project_no, string _id) {
4747
            return base.Channel.GetMarkupInfo(project_no, _id);
4748
        }
4749
        
4750
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id) {
4751
            return base.Channel.GetMarkupInfoAsync(project_no, _id);
4752
        }
4753
        
4754
        public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) {
4755
            return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo);
4756
        }
4757
        
4758
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4759
            return base.Channel.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo);
4760
        }
4761
        
4762
        public bool AddMarkupInfo(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO value) {
4763
            return base.Channel.AddMarkupInfo(project_no, value);
4764
        }
4765
        
4766
        public System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO value) {
4767
            return base.Channel.AddMarkupInfoAsync(project_no, value);
4768
        }
4769
        
4770
        public bool AddMarkupInfoVersion(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION value) {
4771
            return base.Channel.AddMarkupInfoVersion(project_no, value);
4772
        }
4773
        
4774
        public System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_INFO_VERSION value) {
4775
            return base.Channel.AddMarkupInfoVersionAsync(project_no, value);
4776
        }
4777
        
4778
        public bool AddMarkupData(string project_no, DownloadManagerTest.MarkusService.MARKUP_DATA value) {
4779
            return base.Channel.AddMarkupData(project_no, value);
4780
        }
4781
        
4782
        public System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, DownloadManagerTest.MarkusService.MARKUP_DATA value) {
4783
            return base.Channel.AddMarkupDataAsync(project_no, value);
4784
        }
4785
        
4786
        public bool AvoidMarkupInfo(string project_no, string _doc_id) {
4787
            return base.Channel.AvoidMarkupInfo(project_no, _doc_id);
4788
        }
4789
        
4790
        public System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id) {
4791
            return base.Channel.AvoidMarkupInfoAsync(project_no, _doc_id);
4792
        }
4793
        
4794
        public bool SaveMarkupInfo(string project_no, string _id, DownloadManagerTest.MarkusService.MARKUP_INFO value) {
4795
            return base.Channel.SaveMarkupInfo(project_no, _id, value);
4796
        }
4797
        
4798
        public System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, DownloadManagerTest.MarkusService.MARKUP_INFO value) {
4799
            return base.Channel.SaveMarkupInfoAsync(project_no, _id, value);
4800
        }
4801
        
4802
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) {
4803
            return base.Channel.GetMarkupDataList(project_no, _versionid);
4804
        }
4805
        
4806
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid) {
4807
            return base.Channel.GetMarkupDataListAsync(project_no, _versionid);
4808
        }
4809
        
4810
        public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems) {
4811
            return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems);
4812
        }
4813
        
4814
        public System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems) {
4815
            return base.Channel.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems);
4816
        }
4817
        
4818
        public DownloadManagerTest.MarkusService.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
4819
            return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
4820
        }
4821
        
4822
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
4823
            return base.Channel.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
4824
        }
4825
        
4826
        public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems) {
4827
            return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems);
4828
        }
4829
        
4830
        public System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> markupInfoItems) {
4831
            return base.Channel.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems);
4832
        }
4833
        
4834
        public DownloadManagerTest.MarkusService.MEMBER GetMember(string project_no, string user_id) {
4835
            return base.Channel.GetMember(project_no, user_id);
4836
        }
4837
        
4838
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MEMBER> GetMemberAsync(string project_no, string user_id) {
4839
            return base.Channel.GetMemberAsync(project_no, user_id);
4840
        }
4841
        
4842
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PRIVATE> GetSymbolList(string user_id) {
4843
            return base.Channel.GetSymbolList(user_id);
4844
        }
4845
        
4846
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id) {
4847
            return base.Channel.GetSymbolListAsync(user_id);
4848
        }
4849
        
4850
        public System.Collections.Generic.List<string> GetPublicSymbolDeptList() {
4851
            return base.Channel.GetPublicSymbolDeptList();
4852
        }
4853
        
4854
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync() {
4855
            return base.Channel.GetPublicSymbolDeptListAsync();
4856
        }
4857
        
4858
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) {
4859
            return base.Channel.GetPublicSymbolList(dept);
4860
        }
4861
        
4862
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept) {
4863
            return base.Channel.GetPublicSymbolListAsync(dept);
4864
        }
4865
        
4866
        public string GetSymbolData(string id, int type) {
4867
            return base.Channel.GetSymbolData(id, type);
4868
        }
4869
        
4870
        public System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type) {
4871
            return base.Channel.GetSymbolDataAsync(id, type);
4872
        }
4873
        
4874
        public string GetSymbolImageURL(string id, int type) {
4875
            return base.Channel.GetSymbolImageURL(id, type);
4876
        }
4877
        
4878
        public System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type) {
4879
            return base.Channel.GetSymbolImageURLAsync(id, type);
4880
        }
4881
        
4882
        public string GetSignData(string project_no, string user_id) {
4883
            return base.Channel.GetSignData(project_no, user_id);
4884
        }
4885
        
4886
        public System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id) {
4887
            return base.Channel.GetSignDataAsync(project_no, user_id);
4888
        }
4889
        
4890
        public string GetProjectName(string project_no) {
4891
            return base.Channel.GetProjectName(project_no);
4892
        }
4893
        
4894
        public System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no) {
4895
            return base.Channel.GetProjectNameAsync(project_no);
4896
        }
4897
        
4898
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) {
4899
            return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev);
4900
        }
4901
        
4902
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) {
4903
            return base.Channel.GetPreRevSelectAsync(project_no, doc_no, current_rev);
4904
        }
4905
        
4906
        public DownloadManagerTest.MarkusService.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) {
4907
            return base.Channel.GetDocInfoOneSelect(project_no, doc_id);
4908
        }
4909
        
4910
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id) {
4911
            return base.Channel.GetDocInfoOneSelectAsync(project_no, doc_id);
4912
        }
4913
        
4914
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> _markupInfoList) {
4915
            return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList);
4916
        }
4917
        
4918
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<DownloadManagerTest.MarkusService.MarkupInfoItem> _markupInfoList) {
4919
            return base.Channel.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList);
4920
        }
4921
        
4922
        public bool AddMessage(string project_no, DownloadManagerTest.MarkusService.TALK value) {
4923
            return base.Channel.AddMessage(project_no, value);
4924
        }
4925
        
4926
        public System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, DownloadManagerTest.MarkusService.TALK value) {
4927
            return base.Channel.AddMessageAsync(project_no, value);
4928
        }
4929
        
4930
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.TALK> GetMessage(string project_no, string doc_id) {
4931
            return base.Channel.GetMessage(project_no, doc_id);
4932
        }
4933
        
4934
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.TALK>> GetMessageAsync(string project_no, string doc_id) {
4935
            return base.Channel.GetMessageAsync(project_no, doc_id);
4936
        }
4937
        
4938
        public DownloadManagerTest.MarkusService.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) {
4939
            return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id);
4940
        }
4941
        
4942
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) {
4943
            return base.Channel.FinalPDF_GetDocinfoAsync(project_no, docinfo_id);
4944
        }
4945
        
4946
        public DownloadManagerTest.MarkusService.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) {
4947
            return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id);
4948
        }
4949
        
4950
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id) {
4951
            return base.Channel.FinalPDF_GetDocumentItemAsync(project_no, document_id);
4952
        }
4953
        
4954
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) {
4955
            return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id);
4956
        }
4957
        
4958
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) {
4959
            return base.Channel.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id);
4960
        }
4961
        
4962
        public DownloadManagerTest.MarkusService.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) {
4963
            return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id);
4964
        }
4965
        
4966
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) {
4967
            return base.Channel.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id);
4968
        }
4969
        
4970
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) {
4971
            return base.Channel.FinalPDF_GetFinalPDFs(final_id);
4972
        }
4973
        
4974
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id) {
4975
            return base.Channel.FinalPDF_GetFinalPDFsAsync(final_id);
4976
        }
4977
        
4978
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) {
4979
            return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id);
4980
        }
4981
        
4982
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) {
4983
            return base.Channel.FinalPDF_GetDocpageAsync(project_no, docinfo_id);
4984
        }
4985
        
4986
        public bool FinalPDF_SetFinalPDFStatus(string final_id, DownloadManagerTest.MarkusService.FinalStatus status) {
4987
            return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status);
4988
        }
4989
        
4990
        public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, DownloadManagerTest.MarkusService.FinalStatus status) {
4991
            return base.Channel.FinalPDF_SetFinalPDFStatusAsync(final_id, status);
4992
        }
4993
        
4994
        public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) {
4995
            return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID);
4996
        }
4997
        
4998
        public System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) {
4999
            return base.Channel.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID);
5000
        }
5001
        
5002
        public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) {
5003
            return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage);
5004
        }
5005
        
5006
        public System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) {
5007
            return base.Channel.FinalPDF_SetCurrentPageAsync(final_id, currentpage);
5008
        }
5009
        
5010
        public bool FinalPDF_SetError(string final_id, string msg) {
5011
            return base.Channel.FinalPDF_SetError(final_id, msg);
5012
        }
5013
        
5014
        public System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg) {
5015
            return base.Channel.FinalPDF_SetErrorAsync(final_id, msg);
5016
        }
5017
        
5018
        public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) {
5019
            return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url);
5020
        }
5021
        
5022
        public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) {
5023
            return base.Channel.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url);
5024
        }
5025
        
5026
        public DownloadManagerTest.MarkusService.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) {
5027
            return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id);
5028
        }
5029
        
5030
        public System.Threading.Tasks.Task<DownloadManagerTest.MarkusService.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) {
5031
            return base.Channel.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id);
5032
        }
5033
        
5034
        public System.Collections.Generic.List<DownloadManagerTest.MarkusService.PROPERTIES> FinalPDF_GetProperties(string project_no) {
5035
            return base.Channel.FinalPDF_GetProperties(project_no);
5036
        }
5037
        
5038
        public System.Threading.Tasks.Task<System.Collections.Generic.List<DownloadManagerTest.MarkusService.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no) {
5039
            return base.Channel.FinalPDF_GetPropertiesAsync(project_no);
5040
        }
5041
    }
5042
}
클립보드 이미지 추가 (최대 크기: 500 MB)