프로젝트

일반

사용자정보

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

markus / PemssApiTest / Connected Services / ServiceDeepView / Reference.cs @ 0b75c341

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

1 0f6604ce taeseongkim
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     이 코드는 도구를 사용하여 생성되었습니다.
4
//     런타임 버전:4.0.30319.42000
5
//
6
//     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
7
//     이러한 변경 내용이 손실됩니다.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10
11
namespace PemssApiTest.ServiceDeepView {
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 : PemssApiTest.ServiceDeepView.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(PemssApiTest.ServiceDeepView.EntityObject))]
297
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCINFO))]
298
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCPAGE))]
299
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO))]
300
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION))]
301
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_DATA))]
302
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCUMENT_ITEM))]
303
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MEMBER))]
304
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SIGN_INFO))]
305
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE))]
306
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC))]
307
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY))]
308
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST))]
309
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.TALK))]
310
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FINAL_PDF))]
311
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.PROPERTIES))]
312
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.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(PemssApiTest.ServiceDeepView.DOCINFO))]
343
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCPAGE))]
344
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO))]
345
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION))]
346
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_DATA))]
347
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCUMENT_ITEM))]
348
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MEMBER))]
349
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SIGN_INFO))]
350
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE))]
351
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC))]
352
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY))]
353
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST))]
354
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.TALK))]
355
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FINAL_PDF))]
356
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.PROPERTIES))]
357
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FAVORITE_DOC))]
358
    public partial class EntityObject : PemssApiTest.ServiceDeepView.StructuralObject {
359
        
360
        [System.Runtime.Serialization.OptionalFieldAttribute()]
361
        private PemssApiTest.ServiceDeepView.EntityKey EntityKeyField;
362
        
363
        [System.Runtime.Serialization.DataMemberAttribute()]
364
        public PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.EntityObject {
382
        
383
        [System.Runtime.Serialization.OptionalFieldAttribute()]
384
        private System.Collections.Generic.List<PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.EntityObject {
501
        
502
        [System.Runtime.Serialization.OptionalFieldAttribute()]
503
        private PemssApiTest.ServiceDeepView.DOCINFO DOCINFOField;
504
        
505
        [System.Runtime.Serialization.OptionalFieldAttribute()]
506
        private PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.DOCINFO DOCINFOField;
651
        
652
        [System.Runtime.Serialization.OptionalFieldAttribute()]
653
        private PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.MARKUP_DATA> MARKUP_DATAField;
847
        
848
        [System.Runtime.Serialization.OptionalFieldAttribute()]
849
        private PemssApiTest.ServiceDeepView.MARKUP_INFO MARKUP_INFOField;
850
        
851
        [System.Runtime.Serialization.OptionalFieldAttribute()]
852
        private PemssApiTest.ServiceDeepView.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<PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION MARKUP_INFO_VERSIONField;
953
        
954
        [System.Runtime.Serialization.OptionalFieldAttribute()]
955
        private PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 PemssApiTest.ServiceDeepView.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 : PemssApiTest.ServiceDeepView.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 ENSEMBLEINFO_URLField;
1085
        
1086
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1087
        private string GROUP_NOField;
1088
        
1089
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1090
        private string IDField;
1091
        
1092
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1093
        private string ORIGINAL_FILEField;
1094
        
1095
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1096
        private string PROJECT_NOField;
1097
        
1098
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1099
        private string RESULTField;
1100
        
1101
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1102
        private string RESULT_FILEField;
1103
        
1104
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1105
        private string REVISIONField;
1106
        
1107
        [System.Runtime.Serialization.DataMemberAttribute()]
1108
        public string DOCUMENT_ID {
1109
            get {
1110
                return this.DOCUMENT_IDField;
1111
            }
1112
            set {
1113
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
1114
                    this.DOCUMENT_IDField = value;
1115
                    this.RaisePropertyChanged("DOCUMENT_ID");
1116
                }
1117
            }
1118
        }
1119
        
1120
        [System.Runtime.Serialization.DataMemberAttribute()]
1121
        public string DOCUMENT_NAME {
1122
            get {
1123
                return this.DOCUMENT_NAMEField;
1124
            }
1125
            set {
1126
                if ((object.ReferenceEquals(this.DOCUMENT_NAMEField, value) != true)) {
1127
                    this.DOCUMENT_NAMEField = value;
1128
                    this.RaisePropertyChanged("DOCUMENT_NAME");
1129
                }
1130
            }
1131
        }
1132
        
1133
        [System.Runtime.Serialization.DataMemberAttribute()]
1134
        public string DOCUMENT_NO {
1135
            get {
1136
                return this.DOCUMENT_NOField;
1137
            }
1138
            set {
1139
                if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
1140
                    this.DOCUMENT_NOField = value;
1141
                    this.RaisePropertyChanged("DOCUMENT_NO");
1142
                }
1143
            }
1144
        }
1145
        
1146
        [System.Runtime.Serialization.DataMemberAttribute()]
1147
        public string ENSEMBLEINFO_URL {
1148
            get {
1149
                return this.ENSEMBLEINFO_URLField;
1150
            }
1151
            set {
1152
                if ((object.ReferenceEquals(this.ENSEMBLEINFO_URLField, value) != true)) {
1153
                    this.ENSEMBLEINFO_URLField = value;
1154
                    this.RaisePropertyChanged("ENSEMBLEINFO_URL");
1155
                }
1156
            }
1157
        }
1158
        
1159
        [System.Runtime.Serialization.DataMemberAttribute()]
1160
        public string GROUP_NO {
1161
            get {
1162
                return this.GROUP_NOField;
1163
            }
1164
            set {
1165
                if ((object.ReferenceEquals(this.GROUP_NOField, value) != true)) {
1166
                    this.GROUP_NOField = value;
1167
                    this.RaisePropertyChanged("GROUP_NO");
1168
                }
1169
            }
1170
        }
1171
        
1172
        [System.Runtime.Serialization.DataMemberAttribute()]
1173
        public string ID {
1174
            get {
1175
                return this.IDField;
1176
            }
1177
            set {
1178
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1179
                    this.IDField = value;
1180
                    this.RaisePropertyChanged("ID");
1181
                }
1182
            }
1183
        }
1184
        
1185
        [System.Runtime.Serialization.DataMemberAttribute()]
1186
        public string ORIGINAL_FILE {
1187
            get {
1188
                return this.ORIGINAL_FILEField;
1189
            }
1190
            set {
1191
                if ((object.ReferenceEquals(this.ORIGINAL_FILEField, value) != true)) {
1192
                    this.ORIGINAL_FILEField = value;
1193
                    this.RaisePropertyChanged("ORIGINAL_FILE");
1194
                }
1195
            }
1196
        }
1197
        
1198
        [System.Runtime.Serialization.DataMemberAttribute()]
1199
        public string PROJECT_NO {
1200
            get {
1201
                return this.PROJECT_NOField;
1202
            }
1203
            set {
1204
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
1205
                    this.PROJECT_NOField = value;
1206
                    this.RaisePropertyChanged("PROJECT_NO");
1207
                }
1208
            }
1209
        }
1210
        
1211
        [System.Runtime.Serialization.DataMemberAttribute()]
1212
        public string RESULT {
1213
            get {
1214
                return this.RESULTField;
1215
            }
1216
            set {
1217
                if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
1218
                    this.RESULTField = value;
1219
                    this.RaisePropertyChanged("RESULT");
1220
                }
1221
            }
1222
        }
1223
        
1224
        [System.Runtime.Serialization.DataMemberAttribute()]
1225
        public string RESULT_FILE {
1226
            get {
1227
                return this.RESULT_FILEField;
1228
            }
1229
            set {
1230
                if ((object.ReferenceEquals(this.RESULT_FILEField, value) != true)) {
1231
                    this.RESULT_FILEField = value;
1232
                    this.RaisePropertyChanged("RESULT_FILE");
1233
                }
1234
            }
1235
        }
1236
        
1237
        [System.Runtime.Serialization.DataMemberAttribute()]
1238
        public string REVISION {
1239
            get {
1240
                return this.REVISIONField;
1241
            }
1242
            set {
1243
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
1244
                    this.REVISIONField = value;
1245
                    this.RaisePropertyChanged("REVISION");
1246
                }
1247
            }
1248
        }
1249
    }
1250
    
1251
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1252
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1253
    [System.Runtime.Serialization.DataContractAttribute(Name="MEMBER", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1254
    [System.SerializableAttribute()]
1255
    public partial class MEMBER : PemssApiTest.ServiceDeepView.EntityObject {
1256
        
1257
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1258
        private string COMPANYField;
1259
        
1260
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1261
        private System.Nullable<System.DateTime> CREATE_DATETIMEField;
1262
        
1263
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1264
        private string DEPARTMENTField;
1265
        
1266
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1267
        private string EMAIL_ADDRESSField;
1268
        
1269
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1270
        private string IDField;
1271
        
1272
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1273
        private System.Nullable<int> ISLICENSEField;
1274
        
1275
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1276
        private System.Nullable<System.DateTime> MODIFIED_DATETIMEField;
1277
        
1278
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1279
        private string NAMEField;
1280
        
1281
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1282
        private string PASSWORDField;
1283
        
1284
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1285
        private string POSITIONField;
1286
        
1287
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1288
        private string PROJECT_NOField;
1289
        
1290
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1291
        private System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SIGN_INFO> SIGN_INFOField;
1292
        
1293
        [System.Runtime.Serialization.DataMemberAttribute()]
1294
        public string COMPANY {
1295
            get {
1296
                return this.COMPANYField;
1297
            }
1298
            set {
1299
                if ((object.ReferenceEquals(this.COMPANYField, value) != true)) {
1300
                    this.COMPANYField = value;
1301
                    this.RaisePropertyChanged("COMPANY");
1302
                }
1303
            }
1304
        }
1305
        
1306
        [System.Runtime.Serialization.DataMemberAttribute()]
1307
        public System.Nullable<System.DateTime> CREATE_DATETIME {
1308
            get {
1309
                return this.CREATE_DATETIMEField;
1310
            }
1311
            set {
1312
                if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
1313
                    this.CREATE_DATETIMEField = value;
1314
                    this.RaisePropertyChanged("CREATE_DATETIME");
1315
                }
1316
            }
1317
        }
1318
        
1319
        [System.Runtime.Serialization.DataMemberAttribute()]
1320
        public string DEPARTMENT {
1321
            get {
1322
                return this.DEPARTMENTField;
1323
            }
1324
            set {
1325
                if ((object.ReferenceEquals(this.DEPARTMENTField, value) != true)) {
1326
                    this.DEPARTMENTField = value;
1327
                    this.RaisePropertyChanged("DEPARTMENT");
1328
                }
1329
            }
1330
        }
1331
        
1332
        [System.Runtime.Serialization.DataMemberAttribute()]
1333
        public string EMAIL_ADDRESS {
1334
            get {
1335
                return this.EMAIL_ADDRESSField;
1336
            }
1337
            set {
1338
                if ((object.ReferenceEquals(this.EMAIL_ADDRESSField, value) != true)) {
1339
                    this.EMAIL_ADDRESSField = value;
1340
                    this.RaisePropertyChanged("EMAIL_ADDRESS");
1341
                }
1342
            }
1343
        }
1344
        
1345
        [System.Runtime.Serialization.DataMemberAttribute()]
1346
        public string ID {
1347
            get {
1348
                return this.IDField;
1349
            }
1350
            set {
1351
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1352
                    this.IDField = value;
1353
                    this.RaisePropertyChanged("ID");
1354
                }
1355
            }
1356
        }
1357
        
1358
        [System.Runtime.Serialization.DataMemberAttribute()]
1359
        public System.Nullable<int> ISLICENSE {
1360
            get {
1361
                return this.ISLICENSEField;
1362
            }
1363
            set {
1364
                if ((this.ISLICENSEField.Equals(value) != true)) {
1365
                    this.ISLICENSEField = value;
1366
                    this.RaisePropertyChanged("ISLICENSE");
1367
                }
1368
            }
1369
        }
1370
        
1371
        [System.Runtime.Serialization.DataMemberAttribute()]
1372
        public System.Nullable<System.DateTime> MODIFIED_DATETIME {
1373
            get {
1374
                return this.MODIFIED_DATETIMEField;
1375
            }
1376
            set {
1377
                if ((this.MODIFIED_DATETIMEField.Equals(value) != true)) {
1378
                    this.MODIFIED_DATETIMEField = value;
1379
                    this.RaisePropertyChanged("MODIFIED_DATETIME");
1380
                }
1381
            }
1382
        }
1383
        
1384
        [System.Runtime.Serialization.DataMemberAttribute()]
1385
        public string NAME {
1386
            get {
1387
                return this.NAMEField;
1388
            }
1389
            set {
1390
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1391
                    this.NAMEField = value;
1392
                    this.RaisePropertyChanged("NAME");
1393
                }
1394
            }
1395
        }
1396
        
1397
        [System.Runtime.Serialization.DataMemberAttribute()]
1398
        public string PASSWORD {
1399
            get {
1400
                return this.PASSWORDField;
1401
            }
1402
            set {
1403
                if ((object.ReferenceEquals(this.PASSWORDField, value) != true)) {
1404
                    this.PASSWORDField = value;
1405
                    this.RaisePropertyChanged("PASSWORD");
1406
                }
1407
            }
1408
        }
1409
        
1410
        [System.Runtime.Serialization.DataMemberAttribute()]
1411
        public string POSITION {
1412
            get {
1413
                return this.POSITIONField;
1414
            }
1415
            set {
1416
                if ((object.ReferenceEquals(this.POSITIONField, value) != true)) {
1417
                    this.POSITIONField = value;
1418
                    this.RaisePropertyChanged("POSITION");
1419
                }
1420
            }
1421
        }
1422
        
1423
        [System.Runtime.Serialization.DataMemberAttribute()]
1424
        public string PROJECT_NO {
1425
            get {
1426
                return this.PROJECT_NOField;
1427
            }
1428
            set {
1429
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
1430
                    this.PROJECT_NOField = value;
1431
                    this.RaisePropertyChanged("PROJECT_NO");
1432
                }
1433
            }
1434
        }
1435
        
1436
        [System.Runtime.Serialization.DataMemberAttribute()]
1437
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SIGN_INFO> SIGN_INFO {
1438
            get {
1439
                return this.SIGN_INFOField;
1440
            }
1441
            set {
1442
                if ((object.ReferenceEquals(this.SIGN_INFOField, value) != true)) {
1443
                    this.SIGN_INFOField = value;
1444
                    this.RaisePropertyChanged("SIGN_INFO");
1445
                }
1446
            }
1447
        }
1448
    }
1449
    
1450
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1451
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1452
    [System.Runtime.Serialization.DataContractAttribute(Name="SIGN_INFO", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1453
    [System.SerializableAttribute()]
1454
    public partial class SIGN_INFO : PemssApiTest.ServiceDeepView.EntityObject {
1455
        
1456
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1457
        private System.DateTime CREATE_DATEField;
1458
        
1459
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1460
        private string IDField;
1461
        
1462
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1463
        private PemssApiTest.ServiceDeepView.MEMBER MEMBERField;
1464
        
1465
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1466
        private PemssApiTest.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG MEMBERReferenceField;
1467
        
1468
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1469
        private string MEMBER_USER_IDField;
1470
        
1471
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1472
        private System.Nullable<System.DateTime> MODIFY_DATEField;
1473
        
1474
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1475
        private string SIGN_STRField;
1476
        
1477
        [System.Runtime.Serialization.DataMemberAttribute()]
1478
        public System.DateTime CREATE_DATE {
1479
            get {
1480
                return this.CREATE_DATEField;
1481
            }
1482
            set {
1483
                if ((this.CREATE_DATEField.Equals(value) != true)) {
1484
                    this.CREATE_DATEField = value;
1485
                    this.RaisePropertyChanged("CREATE_DATE");
1486
                }
1487
            }
1488
        }
1489
        
1490
        [System.Runtime.Serialization.DataMemberAttribute()]
1491
        public string ID {
1492
            get {
1493
                return this.IDField;
1494
            }
1495
            set {
1496
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1497
                    this.IDField = value;
1498
                    this.RaisePropertyChanged("ID");
1499
                }
1500
            }
1501
        }
1502
        
1503
        [System.Runtime.Serialization.DataMemberAttribute()]
1504
        public PemssApiTest.ServiceDeepView.MEMBER MEMBER {
1505
            get {
1506
                return this.MEMBERField;
1507
            }
1508
            set {
1509
                if ((object.ReferenceEquals(this.MEMBERField, value) != true)) {
1510
                    this.MEMBERField = value;
1511
                    this.RaisePropertyChanged("MEMBER");
1512
                }
1513
            }
1514
        }
1515
        
1516
        [System.Runtime.Serialization.DataMemberAttribute()]
1517
        public PemssApiTest.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG MEMBERReference {
1518
            get {
1519
                return this.MEMBERReferenceField;
1520
            }
1521
            set {
1522
                if ((object.ReferenceEquals(this.MEMBERReferenceField, value) != true)) {
1523
                    this.MEMBERReferenceField = value;
1524
                    this.RaisePropertyChanged("MEMBERReference");
1525
                }
1526
            }
1527
        }
1528
        
1529
        [System.Runtime.Serialization.DataMemberAttribute()]
1530
        public string MEMBER_USER_ID {
1531
            get {
1532
                return this.MEMBER_USER_IDField;
1533
            }
1534
            set {
1535
                if ((object.ReferenceEquals(this.MEMBER_USER_IDField, value) != true)) {
1536
                    this.MEMBER_USER_IDField = value;
1537
                    this.RaisePropertyChanged("MEMBER_USER_ID");
1538
                }
1539
            }
1540
        }
1541
        
1542
        [System.Runtime.Serialization.DataMemberAttribute()]
1543
        public System.Nullable<System.DateTime> MODIFY_DATE {
1544
            get {
1545
                return this.MODIFY_DATEField;
1546
            }
1547
            set {
1548
                if ((this.MODIFY_DATEField.Equals(value) != true)) {
1549
                    this.MODIFY_DATEField = value;
1550
                    this.RaisePropertyChanged("MODIFY_DATE");
1551
                }
1552
            }
1553
        }
1554
        
1555
        [System.Runtime.Serialization.DataMemberAttribute()]
1556
        public string SIGN_STR {
1557
            get {
1558
                return this.SIGN_STRField;
1559
            }
1560
            set {
1561
                if ((object.ReferenceEquals(this.SIGN_STRField, value) != true)) {
1562
                    this.SIGN_STRField = value;
1563
                    this.RaisePropertyChanged("SIGN_STR");
1564
                }
1565
            }
1566
        }
1567
    }
1568
    
1569
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1570
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1571
    [System.Runtime.Serialization.DataContractAttribute(Name="SYMBOL_PRIVATE", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1572
    [System.SerializableAttribute()]
1573
    public partial class SYMBOL_PRIVATE : PemssApiTest.ServiceDeepView.EntityObject {
1574
        
1575
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1576
        private string DATAField;
1577
        
1578
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1579
        private string IDField;
1580
        
1581
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1582
        private string IMAGE_URLField;
1583
        
1584
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1585
        private string MEMBER_USER_IDField;
1586
        
1587
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1588
        private string NAMEField;
1589
        
1590
        [System.Runtime.Serialization.DataMemberAttribute()]
1591
        public string DATA {
1592
            get {
1593
                return this.DATAField;
1594
            }
1595
            set {
1596
                if ((object.ReferenceEquals(this.DATAField, value) != true)) {
1597
                    this.DATAField = value;
1598
                    this.RaisePropertyChanged("DATA");
1599
                }
1600
            }
1601
        }
1602
        
1603
        [System.Runtime.Serialization.DataMemberAttribute()]
1604
        public string ID {
1605
            get {
1606
                return this.IDField;
1607
            }
1608
            set {
1609
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1610
                    this.IDField = value;
1611
                    this.RaisePropertyChanged("ID");
1612
                }
1613
            }
1614
        }
1615
        
1616
        [System.Runtime.Serialization.DataMemberAttribute()]
1617
        public string IMAGE_URL {
1618
            get {
1619
                return this.IMAGE_URLField;
1620
            }
1621
            set {
1622
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1623
                    this.IMAGE_URLField = value;
1624
                    this.RaisePropertyChanged("IMAGE_URL");
1625
                }
1626
            }
1627
        }
1628
        
1629
        [System.Runtime.Serialization.DataMemberAttribute()]
1630
        public string MEMBER_USER_ID {
1631
            get {
1632
                return this.MEMBER_USER_IDField;
1633
            }
1634
            set {
1635
                if ((object.ReferenceEquals(this.MEMBER_USER_IDField, value) != true)) {
1636
                    this.MEMBER_USER_IDField = value;
1637
                    this.RaisePropertyChanged("MEMBER_USER_ID");
1638
                }
1639
            }
1640
        }
1641
        
1642
        [System.Runtime.Serialization.DataMemberAttribute()]
1643
        public string NAME {
1644
            get {
1645
                return this.NAMEField;
1646
            }
1647
            set {
1648
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1649
                    this.NAMEField = value;
1650
                    this.RaisePropertyChanged("NAME");
1651
                }
1652
            }
1653
        }
1654
    }
1655
    
1656
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1657
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1658
    [System.Runtime.Serialization.DataContractAttribute(Name="SYMBOL_PUBLIC", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1659
    [System.SerializableAttribute()]
1660
    public partial class SYMBOL_PUBLIC : PemssApiTest.ServiceDeepView.EntityObject {
1661
        
1662
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1663
        private string DATAField;
1664
        
1665
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1666
        private string DEPARTMENTField;
1667
        
1668
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1669
        private string IDField;
1670
        
1671
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1672
        private string IMAGE_URLField;
1673
        
1674
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1675
        private string NAMEField;
1676
        
1677
        [System.Runtime.Serialization.DataMemberAttribute()]
1678
        public string DATA {
1679
            get {
1680
                return this.DATAField;
1681
            }
1682
            set {
1683
                if ((object.ReferenceEquals(this.DATAField, value) != true)) {
1684
                    this.DATAField = value;
1685
                    this.RaisePropertyChanged("DATA");
1686
                }
1687
            }
1688
        }
1689
        
1690
        [System.Runtime.Serialization.DataMemberAttribute()]
1691
        public string DEPARTMENT {
1692
            get {
1693
                return this.DEPARTMENTField;
1694
            }
1695
            set {
1696
                if ((object.ReferenceEquals(this.DEPARTMENTField, value) != true)) {
1697
                    this.DEPARTMENTField = value;
1698
                    this.RaisePropertyChanged("DEPARTMENT");
1699
                }
1700
            }
1701
        }
1702
        
1703
        [System.Runtime.Serialization.DataMemberAttribute()]
1704
        public string ID {
1705
            get {
1706
                return this.IDField;
1707
            }
1708
            set {
1709
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1710
                    this.IDField = value;
1711
                    this.RaisePropertyChanged("ID");
1712
                }
1713
            }
1714
        }
1715
        
1716
        [System.Runtime.Serialization.DataMemberAttribute()]
1717
        public string IMAGE_URL {
1718
            get {
1719
                return this.IMAGE_URLField;
1720
            }
1721
            set {
1722
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1723
                    this.IMAGE_URLField = value;
1724
                    this.RaisePropertyChanged("IMAGE_URL");
1725
                }
1726
            }
1727
        }
1728
        
1729
        [System.Runtime.Serialization.DataMemberAttribute()]
1730
        public string NAME {
1731
            get {
1732
                return this.NAMEField;
1733
            }
1734
            set {
1735
                if ((object.ReferenceEquals(this.NAMEField, value) != true)) {
1736
                    this.NAMEField = value;
1737
                    this.RaisePropertyChanged("NAME");
1738
                }
1739
            }
1740
        }
1741
    }
1742
    
1743
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1744
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1745
    [System.Runtime.Serialization.DataContractAttribute(Name="CHECK_LIST_HISTORY", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1746
    [System.SerializableAttribute()]
1747
    public partial class CHECK_LIST_HISTORY : PemssApiTest.ServiceDeepView.EntityObject {
1748
        
1749
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1750
        private string CHECKLIST_IDField;
1751
        
1752
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1753
        private System.DateTime CREATE_TIMEField;
1754
        
1755
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1756
        private string IDField;
1757
        
1758
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1759
        private string IMAGE_URLField;
1760
        
1761
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1762
        private string REMARKField;
1763
        
1764
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1765
        private string REPLYField;
1766
        
1767
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1768
        private string REVISIONField;
1769
        
1770
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1771
        private string STATUSField;
1772
        
1773
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1774
        private string STATUS_DESCField;
1775
        
1776
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1777
        private string TODOLISTField;
1778
        
1779
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1780
        private System.DateTime UPDATE_TIMEField;
1781
        
1782
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1783
        private string VENDORField;
1784
        
1785
        [System.Runtime.Serialization.DataMemberAttribute()]
1786
        public string CHECKLIST_ID {
1787
            get {
1788
                return this.CHECKLIST_IDField;
1789
            }
1790
            set {
1791
                if ((object.ReferenceEquals(this.CHECKLIST_IDField, value) != true)) {
1792
                    this.CHECKLIST_IDField = value;
1793
                    this.RaisePropertyChanged("CHECKLIST_ID");
1794
                }
1795
            }
1796
        }
1797
        
1798
        [System.Runtime.Serialization.DataMemberAttribute()]
1799
        public System.DateTime CREATE_TIME {
1800
            get {
1801
                return this.CREATE_TIMEField;
1802
            }
1803
            set {
1804
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
1805
                    this.CREATE_TIMEField = value;
1806
                    this.RaisePropertyChanged("CREATE_TIME");
1807
                }
1808
            }
1809
        }
1810
        
1811
        [System.Runtime.Serialization.DataMemberAttribute()]
1812
        public string ID {
1813
            get {
1814
                return this.IDField;
1815
            }
1816
            set {
1817
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
1818
                    this.IDField = value;
1819
                    this.RaisePropertyChanged("ID");
1820
                }
1821
            }
1822
        }
1823
        
1824
        [System.Runtime.Serialization.DataMemberAttribute()]
1825
        public string IMAGE_URL {
1826
            get {
1827
                return this.IMAGE_URLField;
1828
            }
1829
            set {
1830
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
1831
                    this.IMAGE_URLField = value;
1832
                    this.RaisePropertyChanged("IMAGE_URL");
1833
                }
1834
            }
1835
        }
1836
        
1837
        [System.Runtime.Serialization.DataMemberAttribute()]
1838
        public string REMARK {
1839
            get {
1840
                return this.REMARKField;
1841
            }
1842
            set {
1843
                if ((object.ReferenceEquals(this.REMARKField, value) != true)) {
1844
                    this.REMARKField = value;
1845
                    this.RaisePropertyChanged("REMARK");
1846
                }
1847
            }
1848
        }
1849
        
1850
        [System.Runtime.Serialization.DataMemberAttribute()]
1851
        public string REPLY {
1852
            get {
1853
                return this.REPLYField;
1854
            }
1855
            set {
1856
                if ((object.ReferenceEquals(this.REPLYField, value) != true)) {
1857
                    this.REPLYField = value;
1858
                    this.RaisePropertyChanged("REPLY");
1859
                }
1860
            }
1861
        }
1862
        
1863
        [System.Runtime.Serialization.DataMemberAttribute()]
1864
        public string REVISION {
1865
            get {
1866
                return this.REVISIONField;
1867
            }
1868
            set {
1869
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
1870
                    this.REVISIONField = value;
1871
                    this.RaisePropertyChanged("REVISION");
1872
                }
1873
            }
1874
        }
1875
        
1876
        [System.Runtime.Serialization.DataMemberAttribute()]
1877
        public string STATUS {
1878
            get {
1879
                return this.STATUSField;
1880
            }
1881
            set {
1882
                if ((object.ReferenceEquals(this.STATUSField, value) != true)) {
1883
                    this.STATUSField = value;
1884
                    this.RaisePropertyChanged("STATUS");
1885
                }
1886
            }
1887
        }
1888
        
1889
        [System.Runtime.Serialization.DataMemberAttribute()]
1890
        public string STATUS_DESC {
1891
            get {
1892
                return this.STATUS_DESCField;
1893
            }
1894
            set {
1895
                if ((object.ReferenceEquals(this.STATUS_DESCField, value) != true)) {
1896
                    this.STATUS_DESCField = value;
1897
                    this.RaisePropertyChanged("STATUS_DESC");
1898
                }
1899
            }
1900
        }
1901
        
1902
        [System.Runtime.Serialization.DataMemberAttribute()]
1903
        public string TODOLIST {
1904
            get {
1905
                return this.TODOLISTField;
1906
            }
1907
            set {
1908
                if ((object.ReferenceEquals(this.TODOLISTField, value) != true)) {
1909
                    this.TODOLISTField = value;
1910
                    this.RaisePropertyChanged("TODOLIST");
1911
                }
1912
            }
1913
        }
1914
        
1915
        [System.Runtime.Serialization.DataMemberAttribute()]
1916
        public System.DateTime UPDATE_TIME {
1917
            get {
1918
                return this.UPDATE_TIMEField;
1919
            }
1920
            set {
1921
                if ((this.UPDATE_TIMEField.Equals(value) != true)) {
1922
                    this.UPDATE_TIMEField = value;
1923
                    this.RaisePropertyChanged("UPDATE_TIME");
1924
                }
1925
            }
1926
        }
1927
        
1928
        [System.Runtime.Serialization.DataMemberAttribute()]
1929
        public string VENDOR {
1930
            get {
1931
                return this.VENDORField;
1932
            }
1933
            set {
1934
                if ((object.ReferenceEquals(this.VENDORField, value) != true)) {
1935
                    this.VENDORField = value;
1936
                    this.RaisePropertyChanged("VENDOR");
1937
                }
1938
            }
1939
        }
1940
    }
1941
    
1942
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1943
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
1944
    [System.Runtime.Serialization.DataContractAttribute(Name="CHECK_LIST", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
1945
    [System.SerializableAttribute()]
1946
    public partial class CHECK_LIST : PemssApiTest.ServiceDeepView.EntityObject {
1947
        
1948
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1949
        private System.Nullable<System.DateTime> CREATE_TIMEField;
1950
        
1951
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1952
        private string DOCUMENT_IDField;
1953
        
1954
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1955
        private string DOCUMENT_NOField;
1956
        
1957
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1958
        private string IDField;
1959
        
1960
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1961
        private string IMAGE_ANCHORField;
1962
        
1963
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1964
        private string IMAGE_URLField;
1965
        
1966
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1967
        private int PAGENUMBERField;
1968
        
1969
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1970
        private string PROJECT_NOField;
1971
        
1972
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1973
        private string REMARKField;
1974
        
1975
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1976
        private string REPLYField;
1977
        
1978
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1979
        private string REVISIONField;
1980
        
1981
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1982
        private string REV_0Field;
1983
        
1984
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1985
        private string REV_1Field;
1986
        
1987
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1988
        private string REV_2Field;
1989
        
1990
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1991
        private string REV_3Field;
1992
        
1993
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1994
        private string REV_4Field;
1995
        
1996
        [System.Runtime.Serialization.OptionalFieldAttribute()]
1997
        private string STATUSField;
1998
        
1999
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2000
        private string STATUS_DESC_CLOSEField;
2001
        
2002
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2003
        private string STATUS_DESC_OPENField;
2004
        
2005
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2006
        private string TODOLISTField;
2007
        
2008
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2009
        private System.Nullable<System.DateTime> UPDATE_TIMEField;
2010
        
2011
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2012
        private string USER_IDField;
2013
        
2014
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2015
        private string VENDORField;
2016
        
2017
        [System.Runtime.Serialization.DataMemberAttribute()]
2018
        public System.Nullable<System.DateTime> CREATE_TIME {
2019
            get {
2020
                return this.CREATE_TIMEField;
2021
            }
2022
            set {
2023
                if ((this.CREATE_TIMEField.Equals(value) != true)) {
2024
                    this.CREATE_TIMEField = value;
2025
                    this.RaisePropertyChanged("CREATE_TIME");
2026
                }
2027
            }
2028
        }
2029
        
2030
        [System.Runtime.Serialization.DataMemberAttribute()]
2031
        public string DOCUMENT_ID {
2032
            get {
2033
                return this.DOCUMENT_IDField;
2034
            }
2035
            set {
2036
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2037
                    this.DOCUMENT_IDField = value;
2038
                    this.RaisePropertyChanged("DOCUMENT_ID");
2039
                }
2040
            }
2041
        }
2042
        
2043
        [System.Runtime.Serialization.DataMemberAttribute()]
2044
        public string DOCUMENT_NO {
2045
            get {
2046
                return this.DOCUMENT_NOField;
2047
            }
2048
            set {
2049
                if ((object.ReferenceEquals(this.DOCUMENT_NOField, value) != true)) {
2050
                    this.DOCUMENT_NOField = value;
2051
                    this.RaisePropertyChanged("DOCUMENT_NO");
2052
                }
2053
            }
2054
        }
2055
        
2056
        [System.Runtime.Serialization.DataMemberAttribute()]
2057
        public string ID {
2058
            get {
2059
                return this.IDField;
2060
            }
2061
            set {
2062
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
2063
                    this.IDField = value;
2064
                    this.RaisePropertyChanged("ID");
2065
                }
2066
            }
2067
        }
2068
        
2069
        [System.Runtime.Serialization.DataMemberAttribute()]
2070
        public string IMAGE_ANCHOR {
2071
            get {
2072
                return this.IMAGE_ANCHORField;
2073
            }
2074
            set {
2075
                if ((object.ReferenceEquals(this.IMAGE_ANCHORField, value) != true)) {
2076
                    this.IMAGE_ANCHORField = value;
2077
                    this.RaisePropertyChanged("IMAGE_ANCHOR");
2078
                }
2079
            }
2080
        }
2081
        
2082
        [System.Runtime.Serialization.DataMemberAttribute()]
2083
        public string IMAGE_URL {
2084
            get {
2085
                return this.IMAGE_URLField;
2086
            }
2087
            set {
2088
                if ((object.ReferenceEquals(this.IMAGE_URLField, value) != true)) {
2089
                    this.IMAGE_URLField = value;
2090
                    this.RaisePropertyChanged("IMAGE_URL");
2091
                }
2092
            }
2093
        }
2094
        
2095
        [System.Runtime.Serialization.DataMemberAttribute()]
2096
        public int PAGENUMBER {
2097
            get {
2098
                return this.PAGENUMBERField;
2099
            }
2100
            set {
2101
                if ((this.PAGENUMBERField.Equals(value) != true)) {
2102
                    this.PAGENUMBERField = value;
2103
                    this.RaisePropertyChanged("PAGENUMBER");
2104
                }
2105
            }
2106
        }
2107
        
2108
        [System.Runtime.Serialization.DataMemberAttribute()]
2109
        public string PROJECT_NO {
2110
            get {
2111
                return this.PROJECT_NOField;
2112
            }
2113
            set {
2114
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
2115
                    this.PROJECT_NOField = value;
2116
                    this.RaisePropertyChanged("PROJECT_NO");
2117
                }
2118
            }
2119
        }
2120
        
2121
        [System.Runtime.Serialization.DataMemberAttribute()]
2122
        public string REMARK {
2123
            get {
2124
                return this.REMARKField;
2125
            }
2126
            set {
2127
                if ((object.ReferenceEquals(this.REMARKField, value) != true)) {
2128
                    this.REMARKField = value;
2129
                    this.RaisePropertyChanged("REMARK");
2130
                }
2131
            }
2132
        }
2133
        
2134
        [System.Runtime.Serialization.DataMemberAttribute()]
2135
        public string REPLY {
2136
            get {
2137
                return this.REPLYField;
2138
            }
2139
            set {
2140
                if ((object.ReferenceEquals(this.REPLYField, value) != true)) {
2141
                    this.REPLYField = value;
2142
                    this.RaisePropertyChanged("REPLY");
2143
                }
2144
            }
2145
        }
2146
        
2147
        [System.Runtime.Serialization.DataMemberAttribute()]
2148
        public string REVISION {
2149
            get {
2150
                return this.REVISIONField;
2151
            }
2152
            set {
2153
                if ((object.ReferenceEquals(this.REVISIONField, value) != true)) {
2154
                    this.REVISIONField = value;
2155
                    this.RaisePropertyChanged("REVISION");
2156
                }
2157
            }
2158
        }
2159
        
2160
        [System.Runtime.Serialization.DataMemberAttribute()]
2161
        public string REV_0 {
2162
            get {
2163
                return this.REV_0Field;
2164
            }
2165
            set {
2166
                if ((object.ReferenceEquals(this.REV_0Field, value) != true)) {
2167
                    this.REV_0Field = value;
2168
                    this.RaisePropertyChanged("REV_0");
2169
                }
2170
            }
2171
        }
2172
        
2173
        [System.Runtime.Serialization.DataMemberAttribute()]
2174
        public string REV_1 {
2175
            get {
2176
                return this.REV_1Field;
2177
            }
2178
            set {
2179
                if ((object.ReferenceEquals(this.REV_1Field, value) != true)) {
2180
                    this.REV_1Field = value;
2181
                    this.RaisePropertyChanged("REV_1");
2182
                }
2183
            }
2184
        }
2185
        
2186
        [System.Runtime.Serialization.DataMemberAttribute()]
2187
        public string REV_2 {
2188
            get {
2189
                return this.REV_2Field;
2190
            }
2191
            set {
2192
                if ((object.ReferenceEquals(this.REV_2Field, value) != true)) {
2193
                    this.REV_2Field = value;
2194
                    this.RaisePropertyChanged("REV_2");
2195
                }
2196
            }
2197
        }
2198
        
2199
        [System.Runtime.Serialization.DataMemberAttribute()]
2200
        public string REV_3 {
2201
            get {
2202
                return this.REV_3Field;
2203
            }
2204
            set {
2205
                if ((object.ReferenceEquals(this.REV_3Field, value) != true)) {
2206
                    this.REV_3Field = value;
2207
                    this.RaisePropertyChanged("REV_3");
2208
                }
2209
            }
2210
        }
2211
        
2212
        [System.Runtime.Serialization.DataMemberAttribute()]
2213
        public string REV_4 {
2214
            get {
2215
                return this.REV_4Field;
2216
            }
2217
            set {
2218
                if ((object.ReferenceEquals(this.REV_4Field, value) != true)) {
2219
                    this.REV_4Field = value;
2220
                    this.RaisePropertyChanged("REV_4");
2221
                }
2222
            }
2223
        }
2224
        
2225
        [System.Runtime.Serialization.DataMemberAttribute()]
2226
        public string STATUS {
2227
            get {
2228
                return this.STATUSField;
2229
            }
2230
            set {
2231
                if ((object.ReferenceEquals(this.STATUSField, value) != true)) {
2232
                    this.STATUSField = value;
2233
                    this.RaisePropertyChanged("STATUS");
2234
                }
2235
            }
2236
        }
2237
        
2238
        [System.Runtime.Serialization.DataMemberAttribute()]
2239
        public string STATUS_DESC_CLOSE {
2240
            get {
2241
                return this.STATUS_DESC_CLOSEField;
2242
            }
2243
            set {
2244
                if ((object.ReferenceEquals(this.STATUS_DESC_CLOSEField, value) != true)) {
2245
                    this.STATUS_DESC_CLOSEField = value;
2246
                    this.RaisePropertyChanged("STATUS_DESC_CLOSE");
2247
                }
2248
            }
2249
        }
2250
        
2251
        [System.Runtime.Serialization.DataMemberAttribute()]
2252
        public string STATUS_DESC_OPEN {
2253
            get {
2254
                return this.STATUS_DESC_OPENField;
2255
            }
2256
            set {
2257
                if ((object.ReferenceEquals(this.STATUS_DESC_OPENField, value) != true)) {
2258
                    this.STATUS_DESC_OPENField = value;
2259
                    this.RaisePropertyChanged("STATUS_DESC_OPEN");
2260
                }
2261
            }
2262
        }
2263
        
2264
        [System.Runtime.Serialization.DataMemberAttribute()]
2265
        public string TODOLIST {
2266
            get {
2267
                return this.TODOLISTField;
2268
            }
2269
            set {
2270
                if ((object.ReferenceEquals(this.TODOLISTField, value) != true)) {
2271
                    this.TODOLISTField = value;
2272
                    this.RaisePropertyChanged("TODOLIST");
2273
                }
2274
            }
2275
        }
2276
        
2277
        [System.Runtime.Serialization.DataMemberAttribute()]
2278
        public System.Nullable<System.DateTime> UPDATE_TIME {
2279
            get {
2280
                return this.UPDATE_TIMEField;
2281
            }
2282
            set {
2283
                if ((this.UPDATE_TIMEField.Equals(value) != true)) {
2284
                    this.UPDATE_TIMEField = value;
2285
                    this.RaisePropertyChanged("UPDATE_TIME");
2286
                }
2287
            }
2288
        }
2289
        
2290
        [System.Runtime.Serialization.DataMemberAttribute()]
2291
        public string USER_ID {
2292
            get {
2293
                return this.USER_IDField;
2294
            }
2295
            set {
2296
                if ((object.ReferenceEquals(this.USER_IDField, value) != true)) {
2297
                    this.USER_IDField = value;
2298
                    this.RaisePropertyChanged("USER_ID");
2299
                }
2300
            }
2301
        }
2302
        
2303
        [System.Runtime.Serialization.DataMemberAttribute()]
2304
        public string VENDOR {
2305
            get {
2306
                return this.VENDORField;
2307
            }
2308
            set {
2309
                if ((object.ReferenceEquals(this.VENDORField, value) != true)) {
2310
                    this.VENDORField = value;
2311
                    this.RaisePropertyChanged("VENDOR");
2312
                }
2313
            }
2314
        }
2315
    }
2316
    
2317
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2318
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2319
    [System.Runtime.Serialization.DataContractAttribute(Name="TALK", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2320
    [System.SerializableAttribute()]
2321
    public partial class TALK : PemssApiTest.ServiceDeepView.EntityObject {
2322
        
2323
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2324
        private int ANGLEField;
2325
        
2326
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2327
        private string DOCUMENT_IDField;
2328
        
2329
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2330
        private int IDField;
2331
        
2332
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2333
        private string MEMBER_IDField;
2334
        
2335
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2336
        private string MEMBER_NAMEField;
2337
        
2338
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2339
        private byte MSGSIDEField;
2340
        
2341
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2342
        private byte MSGTYPEField;
2343
        
2344
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2345
        private System.Nullable<int> PAGENUMBERField;
2346
        
2347
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2348
        private System.Nullable<double> RECT_HEIGHTField;
2349
        
2350
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2351
        private System.Nullable<double> RECT_WIDTHField;
2352
        
2353
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2354
        private System.Nullable<double> RECT_XField;
2355
        
2356
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2357
        private System.Nullable<double> RECT_YField;
2358
        
2359
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2360
        private string TEXTField;
2361
        
2362
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2363
        private System.DateTime TIMESTAMPField;
2364
        
2365
        [System.Runtime.Serialization.DataMemberAttribute()]
2366
        public int ANGLE {
2367
            get {
2368
                return this.ANGLEField;
2369
            }
2370
            set {
2371
                if ((this.ANGLEField.Equals(value) != true)) {
2372
                    this.ANGLEField = value;
2373
                    this.RaisePropertyChanged("ANGLE");
2374
                }
2375
            }
2376
        }
2377
        
2378
        [System.Runtime.Serialization.DataMemberAttribute()]
2379
        public string DOCUMENT_ID {
2380
            get {
2381
                return this.DOCUMENT_IDField;
2382
            }
2383
            set {
2384
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2385
                    this.DOCUMENT_IDField = value;
2386
                    this.RaisePropertyChanged("DOCUMENT_ID");
2387
                }
2388
            }
2389
        }
2390
        
2391
        [System.Runtime.Serialization.DataMemberAttribute()]
2392
        public int ID {
2393
            get {
2394
                return this.IDField;
2395
            }
2396
            set {
2397
                if ((this.IDField.Equals(value) != true)) {
2398
                    this.IDField = value;
2399
                    this.RaisePropertyChanged("ID");
2400
                }
2401
            }
2402
        }
2403
        
2404
        [System.Runtime.Serialization.DataMemberAttribute()]
2405
        public string MEMBER_ID {
2406
            get {
2407
                return this.MEMBER_IDField;
2408
            }
2409
            set {
2410
                if ((object.ReferenceEquals(this.MEMBER_IDField, value) != true)) {
2411
                    this.MEMBER_IDField = value;
2412
                    this.RaisePropertyChanged("MEMBER_ID");
2413
                }
2414
            }
2415
        }
2416
        
2417
        [System.Runtime.Serialization.DataMemberAttribute()]
2418
        public string MEMBER_NAME {
2419
            get {
2420
                return this.MEMBER_NAMEField;
2421
            }
2422
            set {
2423
                if ((object.ReferenceEquals(this.MEMBER_NAMEField, value) != true)) {
2424
                    this.MEMBER_NAMEField = value;
2425
                    this.RaisePropertyChanged("MEMBER_NAME");
2426
                }
2427
            }
2428
        }
2429
        
2430
        [System.Runtime.Serialization.DataMemberAttribute()]
2431
        public byte MSGSIDE {
2432
            get {
2433
                return this.MSGSIDEField;
2434
            }
2435
            set {
2436
                if ((this.MSGSIDEField.Equals(value) != true)) {
2437
                    this.MSGSIDEField = value;
2438
                    this.RaisePropertyChanged("MSGSIDE");
2439
                }
2440
            }
2441
        }
2442
        
2443
        [System.Runtime.Serialization.DataMemberAttribute()]
2444
        public byte MSGTYPE {
2445
            get {
2446
                return this.MSGTYPEField;
2447
            }
2448
            set {
2449
                if ((this.MSGTYPEField.Equals(value) != true)) {
2450
                    this.MSGTYPEField = value;
2451
                    this.RaisePropertyChanged("MSGTYPE");
2452
                }
2453
            }
2454
        }
2455
        
2456
        [System.Runtime.Serialization.DataMemberAttribute()]
2457
        public System.Nullable<int> PAGENUMBER {
2458
            get {
2459
                return this.PAGENUMBERField;
2460
            }
2461
            set {
2462
                if ((this.PAGENUMBERField.Equals(value) != true)) {
2463
                    this.PAGENUMBERField = value;
2464
                    this.RaisePropertyChanged("PAGENUMBER");
2465
                }
2466
            }
2467
        }
2468
        
2469
        [System.Runtime.Serialization.DataMemberAttribute()]
2470
        public System.Nullable<double> RECT_HEIGHT {
2471
            get {
2472
                return this.RECT_HEIGHTField;
2473
            }
2474
            set {
2475
                if ((this.RECT_HEIGHTField.Equals(value) != true)) {
2476
                    this.RECT_HEIGHTField = value;
2477
                    this.RaisePropertyChanged("RECT_HEIGHT");
2478
                }
2479
            }
2480
        }
2481
        
2482
        [System.Runtime.Serialization.DataMemberAttribute()]
2483
        public System.Nullable<double> RECT_WIDTH {
2484
            get {
2485
                return this.RECT_WIDTHField;
2486
            }
2487
            set {
2488
                if ((this.RECT_WIDTHField.Equals(value) != true)) {
2489
                    this.RECT_WIDTHField = value;
2490
                    this.RaisePropertyChanged("RECT_WIDTH");
2491
                }
2492
            }
2493
        }
2494
        
2495
        [System.Runtime.Serialization.DataMemberAttribute()]
2496
        public System.Nullable<double> RECT_X {
2497
            get {
2498
                return this.RECT_XField;
2499
            }
2500
            set {
2501
                if ((this.RECT_XField.Equals(value) != true)) {
2502
                    this.RECT_XField = value;
2503
                    this.RaisePropertyChanged("RECT_X");
2504
                }
2505
            }
2506
        }
2507
        
2508
        [System.Runtime.Serialization.DataMemberAttribute()]
2509
        public System.Nullable<double> RECT_Y {
2510
            get {
2511
                return this.RECT_YField;
2512
            }
2513
            set {
2514
                if ((this.RECT_YField.Equals(value) != true)) {
2515
                    this.RECT_YField = value;
2516
                    this.RaisePropertyChanged("RECT_Y");
2517
                }
2518
            }
2519
        }
2520
        
2521
        [System.Runtime.Serialization.DataMemberAttribute()]
2522
        public string TEXT {
2523
            get {
2524
                return this.TEXTField;
2525
            }
2526
            set {
2527
                if ((object.ReferenceEquals(this.TEXTField, value) != true)) {
2528
                    this.TEXTField = value;
2529
                    this.RaisePropertyChanged("TEXT");
2530
                }
2531
            }
2532
        }
2533
        
2534
        [System.Runtime.Serialization.DataMemberAttribute()]
2535
        public System.DateTime TIMESTAMP {
2536
            get {
2537
                return this.TIMESTAMPField;
2538
            }
2539
            set {
2540
                if ((this.TIMESTAMPField.Equals(value) != true)) {
2541
                    this.TIMESTAMPField = value;
2542
                    this.RaisePropertyChanged("TIMESTAMP");
2543
                }
2544
            }
2545
        }
2546
    }
2547
    
2548
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2549
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2550
    [System.Runtime.Serialization.DataContractAttribute(Name="FINAL_PDF", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2551
    [System.SerializableAttribute()]
2552
    public partial class FINAL_PDF : PemssApiTest.ServiceDeepView.EntityObject {
2553
        
2554
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2555
        private System.DateTime CREATE_DATETIMEField;
2556
        
2557
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2558
        private string CREATE_USER_IDField;
2559
        
2560
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2561
        private int CURRENT_PAGEField;
2562
        
2563
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2564
        private string DOCINFO_IDField;
2565
        
2566
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2567
        private string DOCUMENT_IDField;
2568
        
2569
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2570
        private System.Nullable<System.DateTime> END_DATETIMEField;
2571
        
2572
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2573
        private string EXCEPTIONField;
2574
        
2575
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2576
        private string IDField;
2577
        
2578
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2579
        private string MARKUPINFO_IDField;
2580
        
2581
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2582
        private string PROJECT_NOField;
2583
        
2584
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2585
        private System.Nullable<System.DateTime> START_DATETIMEField;
2586
        
2587
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2588
        private int STATUSField;
2589
        
2590
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2591
        private int TOTAL_PAGEField;
2592
        
2593
        [System.Runtime.Serialization.DataMemberAttribute()]
2594
        public System.DateTime CREATE_DATETIME {
2595
            get {
2596
                return this.CREATE_DATETIMEField;
2597
            }
2598
            set {
2599
                if ((this.CREATE_DATETIMEField.Equals(value) != true)) {
2600
                    this.CREATE_DATETIMEField = value;
2601
                    this.RaisePropertyChanged("CREATE_DATETIME");
2602
                }
2603
            }
2604
        }
2605
        
2606
        [System.Runtime.Serialization.DataMemberAttribute()]
2607
        public string CREATE_USER_ID {
2608
            get {
2609
                return this.CREATE_USER_IDField;
2610
            }
2611
            set {
2612
                if ((object.ReferenceEquals(this.CREATE_USER_IDField, value) != true)) {
2613
                    this.CREATE_USER_IDField = value;
2614
                    this.RaisePropertyChanged("CREATE_USER_ID");
2615
                }
2616
            }
2617
        }
2618
        
2619
        [System.Runtime.Serialization.DataMemberAttribute()]
2620
        public int CURRENT_PAGE {
2621
            get {
2622
                return this.CURRENT_PAGEField;
2623
            }
2624
            set {
2625
                if ((this.CURRENT_PAGEField.Equals(value) != true)) {
2626
                    this.CURRENT_PAGEField = value;
2627
                    this.RaisePropertyChanged("CURRENT_PAGE");
2628
                }
2629
            }
2630
        }
2631
        
2632
        [System.Runtime.Serialization.DataMemberAttribute()]
2633
        public string DOCINFO_ID {
2634
            get {
2635
                return this.DOCINFO_IDField;
2636
            }
2637
            set {
2638
                if ((object.ReferenceEquals(this.DOCINFO_IDField, value) != true)) {
2639
                    this.DOCINFO_IDField = value;
2640
                    this.RaisePropertyChanged("DOCINFO_ID");
2641
                }
2642
            }
2643
        }
2644
        
2645
        [System.Runtime.Serialization.DataMemberAttribute()]
2646
        public string DOCUMENT_ID {
2647
            get {
2648
                return this.DOCUMENT_IDField;
2649
            }
2650
            set {
2651
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
2652
                    this.DOCUMENT_IDField = value;
2653
                    this.RaisePropertyChanged("DOCUMENT_ID");
2654
                }
2655
            }
2656
        }
2657
        
2658
        [System.Runtime.Serialization.DataMemberAttribute()]
2659
        public System.Nullable<System.DateTime> END_DATETIME {
2660
            get {
2661
                return this.END_DATETIMEField;
2662
            }
2663
            set {
2664
                if ((this.END_DATETIMEField.Equals(value) != true)) {
2665
                    this.END_DATETIMEField = value;
2666
                    this.RaisePropertyChanged("END_DATETIME");
2667
                }
2668
            }
2669
        }
2670
        
2671
        [System.Runtime.Serialization.DataMemberAttribute()]
2672
        public string EXCEPTION {
2673
            get {
2674
                return this.EXCEPTIONField;
2675
            }
2676
            set {
2677
                if ((object.ReferenceEquals(this.EXCEPTIONField, value) != true)) {
2678
                    this.EXCEPTIONField = value;
2679
                    this.RaisePropertyChanged("EXCEPTION");
2680
                }
2681
            }
2682
        }
2683
        
2684
        [System.Runtime.Serialization.DataMemberAttribute()]
2685
        public string ID {
2686
            get {
2687
                return this.IDField;
2688
            }
2689
            set {
2690
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
2691
                    this.IDField = value;
2692
                    this.RaisePropertyChanged("ID");
2693
                }
2694
            }
2695
        }
2696
        
2697
        [System.Runtime.Serialization.DataMemberAttribute()]
2698
        public string MARKUPINFO_ID {
2699
            get {
2700
                return this.MARKUPINFO_IDField;
2701
            }
2702
            set {
2703
                if ((object.ReferenceEquals(this.MARKUPINFO_IDField, value) != true)) {
2704
                    this.MARKUPINFO_IDField = value;
2705
                    this.RaisePropertyChanged("MARKUPINFO_ID");
2706
                }
2707
            }
2708
        }
2709
        
2710
        [System.Runtime.Serialization.DataMemberAttribute()]
2711
        public string PROJECT_NO {
2712
            get {
2713
                return this.PROJECT_NOField;
2714
            }
2715
            set {
2716
                if ((object.ReferenceEquals(this.PROJECT_NOField, value) != true)) {
2717
                    this.PROJECT_NOField = value;
2718
                    this.RaisePropertyChanged("PROJECT_NO");
2719
                }
2720
            }
2721
        }
2722
        
2723
        [System.Runtime.Serialization.DataMemberAttribute()]
2724
        public System.Nullable<System.DateTime> START_DATETIME {
2725
            get {
2726
                return this.START_DATETIMEField;
2727
            }
2728
            set {
2729
                if ((this.START_DATETIMEField.Equals(value) != true)) {
2730
                    this.START_DATETIMEField = value;
2731
                    this.RaisePropertyChanged("START_DATETIME");
2732
                }
2733
            }
2734
        }
2735
        
2736
        [System.Runtime.Serialization.DataMemberAttribute()]
2737
        public int STATUS {
2738
            get {
2739
                return this.STATUSField;
2740
            }
2741
            set {
2742
                if ((this.STATUSField.Equals(value) != true)) {
2743
                    this.STATUSField = value;
2744
                    this.RaisePropertyChanged("STATUS");
2745
                }
2746
            }
2747
        }
2748
        
2749
        [System.Runtime.Serialization.DataMemberAttribute()]
2750
        public int TOTAL_PAGE {
2751
            get {
2752
                return this.TOTAL_PAGEField;
2753
            }
2754
            set {
2755
                if ((this.TOTAL_PAGEField.Equals(value) != true)) {
2756
                    this.TOTAL_PAGEField = value;
2757
                    this.RaisePropertyChanged("TOTAL_PAGE");
2758
                }
2759
            }
2760
        }
2761
    }
2762
    
2763
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2764
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2765
    [System.Runtime.Serialization.DataContractAttribute(Name="PROPERTIES", Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel", IsReference=true)]
2766
    [System.SerializableAttribute()]
2767
    public partial class PROPERTIES : PemssApiTest.ServiceDeepView.EntityObject {
2768
        
2769
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2770
        private int IDField;
2771
        
2772
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2773
        private string PROPERTYField;
2774
        
2775
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2776
        private string TYPEField;
2777
        
2778
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2779
        private string VALUEField;
2780
        
2781
        [System.Runtime.Serialization.DataMemberAttribute()]
2782
        public int ID {
2783
            get {
2784
                return this.IDField;
2785
            }
2786
            set {
2787
                if ((this.IDField.Equals(value) != true)) {
2788
                    this.IDField = value;
2789
                    this.RaisePropertyChanged("ID");
2790
                }
2791
            }
2792
        }
2793
        
2794
        [System.Runtime.Serialization.DataMemberAttribute()]
2795
        public string PROPERTY {
2796
            get {
2797
                return this.PROPERTYField;
2798
            }
2799
            set {
2800
                if ((object.ReferenceEquals(this.PROPERTYField, value) != true)) {
2801
                    this.PROPERTYField = value;
2802
                    this.RaisePropertyChanged("PROPERTY");
2803
                }
2804
            }
2805
        }
2806
        
2807
        [System.Runtime.Serialization.DataMemberAttribute()]
2808
        public string TYPE {
2809
            get {
2810
                return this.TYPEField;
2811
            }
2812
            set {
2813
                if ((object.ReferenceEquals(this.TYPEField, value) != true)) {
2814
                    this.TYPEField = value;
2815
                    this.RaisePropertyChanged("TYPE");
2816
                }
2817
            }
2818
        }
2819
        
2820
        [System.Runtime.Serialization.DataMemberAttribute()]
2821
        public string VALUE {
2822
            get {
2823
                return this.VALUEField;
2824
            }
2825
            set {
2826
                if ((object.ReferenceEquals(this.VALUEField, value) != true)) {
2827
                    this.VALUEField = value;
2828
                    this.RaisePropertyChanged("VALUE");
2829
                }
2830
            }
2831
        }
2832
    }
2833
    
2834
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2835
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2836
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
2837
    [System.SerializableAttribute()]
2838
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
2839
        
2840
        [System.NonSerializedAttribute()]
2841
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
2842
        
2843
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2844
        private string EntityContainerNameField;
2845
        
2846
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2847
        private System.Collections.Generic.List<PemssApiTest.ServiceDeepView.EntityKeyMember> EntityKeyValuesField;
2848
        
2849
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2850
        private string EntitySetNameField;
2851
        
2852
        [global::System.ComponentModel.BrowsableAttribute(false)]
2853
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
2854
            get {
2855
                return this.extensionDataField;
2856
            }
2857
            set {
2858
                this.extensionDataField = value;
2859
            }
2860
        }
2861
        
2862
        [System.Runtime.Serialization.DataMemberAttribute()]
2863
        public string EntityContainerName {
2864
            get {
2865
                return this.EntityContainerNameField;
2866
            }
2867
            set {
2868
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
2869
                    this.EntityContainerNameField = value;
2870
                    this.RaisePropertyChanged("EntityContainerName");
2871
                }
2872
            }
2873
        }
2874
        
2875
        [System.Runtime.Serialization.DataMemberAttribute()]
2876
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.EntityKeyMember> EntityKeyValues {
2877
            get {
2878
                return this.EntityKeyValuesField;
2879
            }
2880
            set {
2881
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
2882
                    this.EntityKeyValuesField = value;
2883
                    this.RaisePropertyChanged("EntityKeyValues");
2884
                }
2885
            }
2886
        }
2887
        
2888
        [System.Runtime.Serialization.DataMemberAttribute()]
2889
        public string EntitySetName {
2890
            get {
2891
                return this.EntitySetNameField;
2892
            }
2893
            set {
2894
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
2895
                    this.EntitySetNameField = value;
2896
                    this.RaisePropertyChanged("EntitySetName");
2897
                }
2898
            }
2899
        }
2900
        
2901
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
2902
        
2903
        protected void RaisePropertyChanged(string propertyName) {
2904
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
2905
            if ((propertyChanged != null)) {
2906
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
2907
            }
2908
        }
2909
    }
2910
    
2911
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2912
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
2913
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
2914
    [System.SerializableAttribute()]
2915
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FinalPDFResult))]
2916
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FinalStatus))]
2917
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityObject))]
2918
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.StructuralObject))]
2919
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
2920
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReference))]
2921
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.RelatedEnd))]
2922
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
2923
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
2924
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
2925
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.KCOM_SystemInfo))]
2926
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.KCOM_BasicParam))]
2927
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.VPRevision>))]
2928
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.VPRevision))]
2929
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>))]
2930
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MarkupInfoItem))]
2931
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupItem>))]
2932
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MarkupItem))]
2933
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FAVORITE_FLAG))]
2934
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityKey))]
2935
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.EntityKeyMember>))]
2936
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
2937
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
2938
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
2939
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FAVORITE_DOC>))]
2940
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FAVORITE_DOC))]
2941
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCINFO))]
2942
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE>))]
2943
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCPAGE))]
2944
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_INFO>))]
2945
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO))]
2946
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION>))]
2947
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION))]
2948
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>))]
2949
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MARKUP_DATA))]
2950
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.DOCUMENT_ITEM))]
2951
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.MEMBER))]
2952
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SIGN_INFO>))]
2953
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SIGN_INFO))]
2954
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MEMBER>))]
2955
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE))]
2956
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC))]
2957
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY))]
2958
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.CHECK_LIST))]
2959
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST>))]
2960
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY>))]
2961
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE>))]
2962
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC>))]
2963
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM>))]
2964
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.TALK))]
2965
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.TALK>))]
2966
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.FINAL_PDF))]
2967
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FINAL_PDF>))]
2968
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.PROPERTIES))]
2969
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<PemssApiTest.ServiceDeepView.PROPERTIES>))]
2970
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
2971
        
2972
        [System.NonSerializedAttribute()]
2973
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
2974
        
2975
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2976
        private string KeyField;
2977
        
2978
        [System.Runtime.Serialization.OptionalFieldAttribute()]
2979
        private object ValueField;
2980
        
2981
        [global::System.ComponentModel.BrowsableAttribute(false)]
2982
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
2983
            get {
2984
                return this.extensionDataField;
2985
            }
2986
            set {
2987
                this.extensionDataField = value;
2988
            }
2989
        }
2990
        
2991
        [System.Runtime.Serialization.DataMemberAttribute()]
2992
        public string Key {
2993
            get {
2994
                return this.KeyField;
2995
            }
2996
            set {
2997
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
2998
                    this.KeyField = value;
2999
                    this.RaisePropertyChanged("Key");
3000
                }
3001
            }
3002
        }
3003
        
3004
        [System.Runtime.Serialization.DataMemberAttribute()]
3005
        public object Value {
3006
            get {
3007
                return this.ValueField;
3008
            }
3009
            set {
3010
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
3011
                    this.ValueField = value;
3012
                    this.RaisePropertyChanged("Value");
3013
                }
3014
            }
3015
        }
3016
        
3017
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3018
        
3019
        protected void RaisePropertyChanged(string propertyName) {
3020
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3021
            if ((propertyChanged != null)) {
3022
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3023
            }
3024
        }
3025
    }
3026
    
3027
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3028
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3029
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
3030
    [System.SerializableAttribute()]
3031
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3032
        
3033
        [System.NonSerializedAttribute()]
3034
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3035
        
3036
        private int CurrentPageField;
3037
        
3038
        private string ExceptionField;
3039
        
3040
        private string FinalIDField;
3041
        
3042
        private string ProjectNoField;
3043
        
3044
        private PemssApiTest.ServiceDeepView.FinalStatus StatusField;
3045
        
3046
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3047
            get {
3048
                return this.extensionDataField;
3049
            }
3050
            set {
3051
                this.extensionDataField = value;
3052
            }
3053
        }
3054
        
3055
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3056
        public int CurrentPage {
3057
            get {
3058
                return this.CurrentPageField;
3059
            }
3060
            set {
3061
                if ((this.CurrentPageField.Equals(value) != true)) {
3062
                    this.CurrentPageField = value;
3063
                    this.RaisePropertyChanged("CurrentPage");
3064
                }
3065
            }
3066
        }
3067
        
3068
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3069
        public string Exception {
3070
            get {
3071
                return this.ExceptionField;
3072
            }
3073
            set {
3074
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
3075
                    this.ExceptionField = value;
3076
                    this.RaisePropertyChanged("Exception");
3077
                }
3078
            }
3079
        }
3080
        
3081
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3082
        public string FinalID {
3083
            get {
3084
                return this.FinalIDField;
3085
            }
3086
            set {
3087
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
3088
                    this.FinalIDField = value;
3089
                    this.RaisePropertyChanged("FinalID");
3090
                }
3091
            }
3092
        }
3093
        
3094
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3095
        public string ProjectNo {
3096
            get {
3097
                return this.ProjectNoField;
3098
            }
3099
            set {
3100
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
3101
                    this.ProjectNoField = value;
3102
                    this.RaisePropertyChanged("ProjectNo");
3103
                }
3104
            }
3105
        }
3106
        
3107
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
3108
        public PemssApiTest.ServiceDeepView.FinalStatus Status {
3109
            get {
3110
                return this.StatusField;
3111
            }
3112
            set {
3113
                if ((this.StatusField.Equals(value) != true)) {
3114
                    this.StatusField = value;
3115
                    this.RaisePropertyChanged("Status");
3116
                }
3117
            }
3118
        }
3119
        
3120
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3121
        
3122
        void RaisePropertyChanged(string propertyName) {
3123
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3124
            if ((propertyChanged != null)) {
3125
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3126
            }
3127
        }
3128
    }
3129
    
3130
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3131
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
3132
    public enum FinalStatus : int {
3133
        
3134
        [System.Runtime.Serialization.EnumMemberAttribute()]
3135
        Insert = 0,
3136
        
3137
        [System.Runtime.Serialization.EnumMemberAttribute()]
3138
        Wait = 1,
3139
        
3140
        [System.Runtime.Serialization.EnumMemberAttribute()]
3141
        Create = 2,
3142
        
3143
        [System.Runtime.Serialization.EnumMemberAttribute()]
3144
        PdfStamp = 3,
3145
        
3146
        [System.Runtime.Serialization.EnumMemberAttribute()]
3147
        Success = 4,
3148
        
3149
        [System.Runtime.Serialization.EnumMemberAttribute()]
3150
        Error = 5,
3151
    }
3152
    
3153
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3154
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3155
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3156
    [System.SerializableAttribute()]
3157
    public partial class EntityReferenceOfDOCINFOitJtO6kG : PemssApiTest.ServiceDeepView.EntityReference {
3158
    }
3159
    
3160
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3161
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3162
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3163
    [System.SerializableAttribute()]
3164
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
3165
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
3166
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
3167
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
3168
    public partial class EntityReference : PemssApiTest.ServiceDeepView.RelatedEnd {
3169
        
3170
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3171
        private PemssApiTest.ServiceDeepView.EntityKey EntityKeyField;
3172
        
3173
        [System.Runtime.Serialization.DataMemberAttribute()]
3174
        public PemssApiTest.ServiceDeepView.EntityKey EntityKey {
3175
            get {
3176
                return this.EntityKeyField;
3177
            }
3178
            set {
3179
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
3180
                    this.EntityKeyField = value;
3181
                    this.RaisePropertyChanged("EntityKey");
3182
                }
3183
            }
3184
        }
3185
    }
3186
    
3187
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3188
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3189
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3190
    [System.SerializableAttribute()]
3191
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReference))]
3192
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
3193
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
3194
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
3195
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(PemssApiTest.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
3196
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3197
        
3198
        [System.NonSerializedAttribute()]
3199
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3200
        
3201
        [global::System.ComponentModel.BrowsableAttribute(false)]
3202
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3203
            get {
3204
                return this.extensionDataField;
3205
            }
3206
            set {
3207
                this.extensionDataField = value;
3208
            }
3209
        }
3210
        
3211
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3212
        
3213
        protected void RaisePropertyChanged(string propertyName) {
3214
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3215
            if ((propertyChanged != null)) {
3216
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3217
            }
3218
        }
3219
    }
3220
    
3221
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3222
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3223
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3224
    [System.SerializableAttribute()]
3225
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : PemssApiTest.ServiceDeepView.EntityReference {
3226
    }
3227
    
3228
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3229
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3230
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3231
    [System.SerializableAttribute()]
3232
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : PemssApiTest.ServiceDeepView.EntityReference {
3233
    }
3234
    
3235
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3236
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3237
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
3238
    [System.SerializableAttribute()]
3239
    public partial class EntityReferenceOfMEMBERitJtO6kG : PemssApiTest.ServiceDeepView.EntityReference {
3240
    }
3241
    
3242
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3243
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3244
    [System.Runtime.Serialization.DataContractAttribute(Name="KCOM_BasicParam", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3245
    [System.SerializableAttribute()]
3246
    public partial class KCOM_BasicParam : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3247
        
3248
        [System.NonSerializedAttribute()]
3249
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3250
        
3251
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3252
        private string documentIDField;
3253
        
3254
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3255
        private string projectNoField;
3256
        
3257
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3258
        private string userIDField;
3259
        
3260
        [global::System.ComponentModel.BrowsableAttribute(false)]
3261
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3262
            get {
3263
                return this.extensionDataField;
3264
            }
3265
            set {
3266
                this.extensionDataField = value;
3267
            }
3268
        }
3269
        
3270
        [System.Runtime.Serialization.DataMemberAttribute()]
3271
        public string documentID {
3272
            get {
3273
                return this.documentIDField;
3274
            }
3275
            set {
3276
                if ((object.ReferenceEquals(this.documentIDField, value) != true)) {
3277
                    this.documentIDField = value;
3278
                    this.RaisePropertyChanged("documentID");
3279
                }
3280
            }
3281
        }
3282
        
3283
        [System.Runtime.Serialization.DataMemberAttribute()]
3284
        public string projectNo {
3285
            get {
3286
                return this.projectNoField;
3287
            }
3288
            set {
3289
                if ((object.ReferenceEquals(this.projectNoField, value) != true)) {
3290
                    this.projectNoField = value;
3291
                    this.RaisePropertyChanged("projectNo");
3292
                }
3293
            }
3294
        }
3295
        
3296
        [System.Runtime.Serialization.DataMemberAttribute()]
3297
        public string userID {
3298
            get {
3299
                return this.userIDField;
3300
            }
3301
            set {
3302
                if ((object.ReferenceEquals(this.userIDField, value) != true)) {
3303
                    this.userIDField = value;
3304
                    this.RaisePropertyChanged("userID");
3305
                }
3306
            }
3307
        }
3308
        
3309
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3310
        
3311
        protected void RaisePropertyChanged(string propertyName) {
3312
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3313
            if ((propertyChanged != null)) {
3314
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3315
            }
3316
        }
3317
    }
3318
    
3319
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3320
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3321
    [System.Runtime.Serialization.DataContractAttribute(Name="VPRevision", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3322
    [System.SerializableAttribute()]
3323
    public partial class VPRevision : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3324
        
3325
        [System.NonSerializedAttribute()]
3326
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3327
        
3328
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3329
        private string DOCUMENT_IDField;
3330
        
3331
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3332
        private string DocNoField;
3333
        
3334
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3335
        private string EnsembleLinkField;
3336
        
3337
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3338
        private string FROM_VENDORField;
3339
        
3340
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3341
        private string GroupNoField;
3342
        
3343
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3344
        private bool IsSyncPossibleField;
3345
        
3346
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3347
        private string RESULTField;
3348
        
3349
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3350
        private string RevNoField;
3351
        
3352
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3353
        private string TO_VENDORField;
3354
        
3355
        [global::System.ComponentModel.BrowsableAttribute(false)]
3356
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3357
            get {
3358
                return this.extensionDataField;
3359
            }
3360
            set {
3361
                this.extensionDataField = value;
3362
            }
3363
        }
3364
        
3365
        [System.Runtime.Serialization.DataMemberAttribute()]
3366
        public string DOCUMENT_ID {
3367
            get {
3368
                return this.DOCUMENT_IDField;
3369
            }
3370
            set {
3371
                if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) {
3372
                    this.DOCUMENT_IDField = value;
3373
                    this.RaisePropertyChanged("DOCUMENT_ID");
3374
                }
3375
            }
3376
        }
3377
        
3378
        [System.Runtime.Serialization.DataMemberAttribute()]
3379
        public string DocNo {
3380
            get {
3381
                return this.DocNoField;
3382
            }
3383
            set {
3384
                if ((object.ReferenceEquals(this.DocNoField, value) != true)) {
3385
                    this.DocNoField = value;
3386
                    this.RaisePropertyChanged("DocNo");
3387
                }
3388
            }
3389
        }
3390
        
3391
        [System.Runtime.Serialization.DataMemberAttribute()]
3392
        public string EnsembleLink {
3393
            get {
3394
                return this.EnsembleLinkField;
3395
            }
3396
            set {
3397
                if ((object.ReferenceEquals(this.EnsembleLinkField, value) != true)) {
3398
                    this.EnsembleLinkField = value;
3399
                    this.RaisePropertyChanged("EnsembleLink");
3400
                }
3401
            }
3402
        }
3403
        
3404
        [System.Runtime.Serialization.DataMemberAttribute()]
3405
        public string FROM_VENDOR {
3406
            get {
3407
                return this.FROM_VENDORField;
3408
            }
3409
            set {
3410
                if ((object.ReferenceEquals(this.FROM_VENDORField, value) != true)) {
3411
                    this.FROM_VENDORField = value;
3412
                    this.RaisePropertyChanged("FROM_VENDOR");
3413
                }
3414
            }
3415
        }
3416
        
3417
        [System.Runtime.Serialization.DataMemberAttribute()]
3418
        public string GroupNo {
3419
            get {
3420
                return this.GroupNoField;
3421
            }
3422
            set {
3423
                if ((object.ReferenceEquals(this.GroupNoField, value) != true)) {
3424
                    this.GroupNoField = value;
3425
                    this.RaisePropertyChanged("GroupNo");
3426
                }
3427
            }
3428
        }
3429
        
3430
        [System.Runtime.Serialization.DataMemberAttribute()]
3431
        public bool IsSyncPossible {
3432
            get {
3433
                return this.IsSyncPossibleField;
3434
            }
3435
            set {
3436
                if ((this.IsSyncPossibleField.Equals(value) != true)) {
3437
                    this.IsSyncPossibleField = value;
3438
                    this.RaisePropertyChanged("IsSyncPossible");
3439
                }
3440
            }
3441
        }
3442
        
3443
        [System.Runtime.Serialization.DataMemberAttribute()]
3444
        public string RESULT {
3445
            get {
3446
                return this.RESULTField;
3447
            }
3448
            set {
3449
                if ((object.ReferenceEquals(this.RESULTField, value) != true)) {
3450
                    this.RESULTField = value;
3451
                    this.RaisePropertyChanged("RESULT");
3452
                }
3453
            }
3454
        }
3455
        
3456
        [System.Runtime.Serialization.DataMemberAttribute()]
3457
        public string RevNo {
3458
            get {
3459
                return this.RevNoField;
3460
            }
3461
            set {
3462
                if ((object.ReferenceEquals(this.RevNoField, value) != true)) {
3463
                    this.RevNoField = value;
3464
                    this.RaisePropertyChanged("RevNo");
3465
                }
3466
            }
3467
        }
3468
        
3469
        [System.Runtime.Serialization.DataMemberAttribute()]
3470
        public string TO_VENDOR {
3471
            get {
3472
                return this.TO_VENDORField;
3473
            }
3474
            set {
3475
                if ((object.ReferenceEquals(this.TO_VENDORField, value) != true)) {
3476
                    this.TO_VENDORField = value;
3477
                    this.RaisePropertyChanged("TO_VENDOR");
3478
                }
3479
            }
3480
        }
3481
        
3482
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3483
        
3484
        protected void RaisePropertyChanged(string propertyName) {
3485
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3486
            if ((propertyChanged != null)) {
3487
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3488
            }
3489
        }
3490
    }
3491
    
3492
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3493
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3494
    [System.Runtime.Serialization.DataContractAttribute(Name="MarkupInfoItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3495
    [System.SerializableAttribute()]
3496
    public partial class MarkupInfoItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3497
        
3498
        [System.NonSerializedAttribute()]
3499
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3500
        
3501
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3502
        private int AvoidConsolidateField;
3503
        
3504
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3505
        private int ConsolidateField;
3506
        
3507
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3508
        private System.DateTime CreateTimeField;
3509
        
3510
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3511
        private string DepatmentField;
3512
        
3513
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3514
        private string DescriptionField;
3515
        
3516
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3517
        private string DisplayColorField;
3518
        
3519
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3520
        private bool IsPreviewUserField;
3521
        
3522
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3523
        private string MarkupInfoIDField;
3524
        
3525
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3526
        private System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupItem> MarkupListField;
3527
        
3528
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3529
        private string MarkupVersionIDField;
3530
        
3531
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3532
        private int PageCountField;
3533
        
3534
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3535
        private int PartConsolidateField;
3536
        
3537
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3538
        private System.DateTime UpdateTimeField;
3539
        
3540
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3541
        private string UserIDField;
3542
        
3543
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3544
        private string UserNameField;
3545
        
3546
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3547
        private bool userDeleteField;
3548
        
3549
        [global::System.ComponentModel.BrowsableAttribute(false)]
3550
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3551
            get {
3552
                return this.extensionDataField;
3553
            }
3554
            set {
3555
                this.extensionDataField = value;
3556
            }
3557
        }
3558
        
3559
        [System.Runtime.Serialization.DataMemberAttribute()]
3560
        public int AvoidConsolidate {
3561
            get {
3562
                return this.AvoidConsolidateField;
3563
            }
3564
            set {
3565
                if ((this.AvoidConsolidateField.Equals(value) != true)) {
3566
                    this.AvoidConsolidateField = value;
3567
                    this.RaisePropertyChanged("AvoidConsolidate");
3568
                }
3569
            }
3570
        }
3571
        
3572
        [System.Runtime.Serialization.DataMemberAttribute()]
3573
        public int Consolidate {
3574
            get {
3575
                return this.ConsolidateField;
3576
            }
3577
            set {
3578
                if ((this.ConsolidateField.Equals(value) != true)) {
3579
                    this.ConsolidateField = value;
3580
                    this.RaisePropertyChanged("Consolidate");
3581
                }
3582
            }
3583
        }
3584
        
3585
        [System.Runtime.Serialization.DataMemberAttribute()]
3586
        public System.DateTime CreateTime {
3587
            get {
3588
                return this.CreateTimeField;
3589
            }
3590
            set {
3591
                if ((this.CreateTimeField.Equals(value) != true)) {
3592
                    this.CreateTimeField = value;
3593
                    this.RaisePropertyChanged("CreateTime");
3594
                }
3595
            }
3596
        }
3597
        
3598
        [System.Runtime.Serialization.DataMemberAttribute()]
3599
        public string Depatment {
3600
            get {
3601
                return this.DepatmentField;
3602
            }
3603
            set {
3604
                if ((object.ReferenceEquals(this.DepatmentField, value) != true)) {
3605
                    this.DepatmentField = value;
3606
                    this.RaisePropertyChanged("Depatment");
3607
                }
3608
            }
3609
        }
3610
        
3611
        [System.Runtime.Serialization.DataMemberAttribute()]
3612
        public string Description {
3613
            get {
3614
                return this.DescriptionField;
3615
            }
3616
            set {
3617
                if ((object.ReferenceEquals(this.DescriptionField, value) != true)) {
3618
                    this.DescriptionField = value;
3619
                    this.RaisePropertyChanged("Description");
3620
                }
3621
            }
3622
        }
3623
        
3624
        [System.Runtime.Serialization.DataMemberAttribute()]
3625
        public string DisplayColor {
3626
            get {
3627
                return this.DisplayColorField;
3628
            }
3629
            set {
3630
                if ((object.ReferenceEquals(this.DisplayColorField, value) != true)) {
3631
                    this.DisplayColorField = value;
3632
                    this.RaisePropertyChanged("DisplayColor");
3633
                }
3634
            }
3635
        }
3636
        
3637
        [System.Runtime.Serialization.DataMemberAttribute()]
3638
        public bool IsPreviewUser {
3639
            get {
3640
                return this.IsPreviewUserField;
3641
            }
3642
            set {
3643
                if ((this.IsPreviewUserField.Equals(value) != true)) {
3644
                    this.IsPreviewUserField = value;
3645
                    this.RaisePropertyChanged("IsPreviewUser");
3646
                }
3647
            }
3648
        }
3649
        
3650
        [System.Runtime.Serialization.DataMemberAttribute()]
3651
        public string MarkupInfoID {
3652
            get {
3653
                return this.MarkupInfoIDField;
3654
            }
3655
            set {
3656
                if ((object.ReferenceEquals(this.MarkupInfoIDField, value) != true)) {
3657
                    this.MarkupInfoIDField = value;
3658
                    this.RaisePropertyChanged("MarkupInfoID");
3659
                }
3660
            }
3661
        }
3662
        
3663
        [System.Runtime.Serialization.DataMemberAttribute()]
3664
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupItem> MarkupList {
3665
            get {
3666
                return this.MarkupListField;
3667
            }
3668
            set {
3669
                if ((object.ReferenceEquals(this.MarkupListField, value) != true)) {
3670
                    this.MarkupListField = value;
3671
                    this.RaisePropertyChanged("MarkupList");
3672
                }
3673
            }
3674
        }
3675
        
3676
        [System.Runtime.Serialization.DataMemberAttribute()]
3677
        public string MarkupVersionID {
3678
            get {
3679
                return this.MarkupVersionIDField;
3680
            }
3681
            set {
3682
                if ((object.ReferenceEquals(this.MarkupVersionIDField, value) != true)) {
3683
                    this.MarkupVersionIDField = value;
3684
                    this.RaisePropertyChanged("MarkupVersionID");
3685
                }
3686
            }
3687
        }
3688
        
3689
        [System.Runtime.Serialization.DataMemberAttribute()]
3690
        public int PageCount {
3691
            get {
3692
                return this.PageCountField;
3693
            }
3694
            set {
3695
                if ((this.PageCountField.Equals(value) != true)) {
3696
                    this.PageCountField = value;
3697
                    this.RaisePropertyChanged("PageCount");
3698
                }
3699
            }
3700
        }
3701
        
3702
        [System.Runtime.Serialization.DataMemberAttribute()]
3703
        public int PartConsolidate {
3704
            get {
3705
                return this.PartConsolidateField;
3706
            }
3707
            set {
3708
                if ((this.PartConsolidateField.Equals(value) != true)) {
3709
                    this.PartConsolidateField = value;
3710
                    this.RaisePropertyChanged("PartConsolidate");
3711
                }
3712
            }
3713
        }
3714
        
3715
        [System.Runtime.Serialization.DataMemberAttribute()]
3716
        public System.DateTime UpdateTime {
3717
            get {
3718
                return this.UpdateTimeField;
3719
            }
3720
            set {
3721
                if ((this.UpdateTimeField.Equals(value) != true)) {
3722
                    this.UpdateTimeField = value;
3723
                    this.RaisePropertyChanged("UpdateTime");
3724
                }
3725
            }
3726
        }
3727
        
3728
        [System.Runtime.Serialization.DataMemberAttribute()]
3729
        public string UserID {
3730
            get {
3731
                return this.UserIDField;
3732
            }
3733
            set {
3734
                if ((object.ReferenceEquals(this.UserIDField, value) != true)) {
3735
                    this.UserIDField = value;
3736
                    this.RaisePropertyChanged("UserID");
3737
                }
3738
            }
3739
        }
3740
        
3741
        [System.Runtime.Serialization.DataMemberAttribute()]
3742
        public string UserName {
3743
            get {
3744
                return this.UserNameField;
3745
            }
3746
            set {
3747
                if ((object.ReferenceEquals(this.UserNameField, value) != true)) {
3748
                    this.UserNameField = value;
3749
                    this.RaisePropertyChanged("UserName");
3750
                }
3751
            }
3752
        }
3753
        
3754
        [System.Runtime.Serialization.DataMemberAttribute()]
3755
        public bool userDelete {
3756
            get {
3757
                return this.userDeleteField;
3758
            }
3759
            set {
3760
                if ((this.userDeleteField.Equals(value) != true)) {
3761
                    this.userDeleteField = value;
3762
                    this.RaisePropertyChanged("userDelete");
3763
                }
3764
            }
3765
        }
3766
        
3767
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3768
        
3769
        protected void RaisePropertyChanged(string propertyName) {
3770
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3771
            if ((propertyChanged != null)) {
3772
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3773
            }
3774
        }
3775
    }
3776
    
3777
    [System.Diagnostics.DebuggerStepThroughAttribute()]
3778
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3779
    [System.Runtime.Serialization.DataContractAttribute(Name="MarkupItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3780
    [System.SerializableAttribute()]
3781
    public partial class MarkupItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
3782
        
3783
        [System.NonSerializedAttribute()]
3784
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
3785
        
3786
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3787
        private string DataField;
3788
        
3789
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3790
        private int Data_TypeField;
3791
        
3792
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3793
        private string IDField;
3794
        
3795
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3796
        private int PageNumberField;
3797
        
3798
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3799
        private string ParsingMemoField;
3800
        
3801
        [System.Runtime.Serialization.OptionalFieldAttribute()]
3802
        private string Symbol_IDField;
3803
        
3804
        [global::System.ComponentModel.BrowsableAttribute(false)]
3805
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
3806
            get {
3807
                return this.extensionDataField;
3808
            }
3809
            set {
3810
                this.extensionDataField = value;
3811
            }
3812
        }
3813
        
3814
        [System.Runtime.Serialization.DataMemberAttribute()]
3815
        public string Data {
3816
            get {
3817
                return this.DataField;
3818
            }
3819
            set {
3820
                if ((object.ReferenceEquals(this.DataField, value) != true)) {
3821
                    this.DataField = value;
3822
                    this.RaisePropertyChanged("Data");
3823
                }
3824
            }
3825
        }
3826
        
3827
        [System.Runtime.Serialization.DataMemberAttribute()]
3828
        public int Data_Type {
3829
            get {
3830
                return this.Data_TypeField;
3831
            }
3832
            set {
3833
                if ((this.Data_TypeField.Equals(value) != true)) {
3834
                    this.Data_TypeField = value;
3835
                    this.RaisePropertyChanged("Data_Type");
3836
                }
3837
            }
3838
        }
3839
        
3840
        [System.Runtime.Serialization.DataMemberAttribute()]
3841
        public string ID {
3842
            get {
3843
                return this.IDField;
3844
            }
3845
            set {
3846
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
3847
                    this.IDField = value;
3848
                    this.RaisePropertyChanged("ID");
3849
                }
3850
            }
3851
        }
3852
        
3853
        [System.Runtime.Serialization.DataMemberAttribute()]
3854
        public int PageNumber {
3855
            get {
3856
                return this.PageNumberField;
3857
            }
3858
            set {
3859
                if ((this.PageNumberField.Equals(value) != true)) {
3860
                    this.PageNumberField = value;
3861
                    this.RaisePropertyChanged("PageNumber");
3862
                }
3863
            }
3864
        }
3865
        
3866
        [System.Runtime.Serialization.DataMemberAttribute()]
3867
        public string ParsingMemo {
3868
            get {
3869
                return this.ParsingMemoField;
3870
            }
3871
            set {
3872
                if ((object.ReferenceEquals(this.ParsingMemoField, value) != true)) {
3873
                    this.ParsingMemoField = value;
3874
                    this.RaisePropertyChanged("ParsingMemo");
3875
                }
3876
            }
3877
        }
3878
        
3879
        [System.Runtime.Serialization.DataMemberAttribute()]
3880
        public string Symbol_ID {
3881
            get {
3882
                return this.Symbol_IDField;
3883
            }
3884
            set {
3885
                if ((object.ReferenceEquals(this.Symbol_IDField, value) != true)) {
3886
                    this.Symbol_IDField = value;
3887
                    this.RaisePropertyChanged("Symbol_ID");
3888
                }
3889
            }
3890
        }
3891
        
3892
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3893
        
3894
        protected void RaisePropertyChanged(string propertyName) {
3895
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
3896
            if ((propertyChanged != null)) {
3897
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
3898
            }
3899
        }
3900
    }
3901
    
3902
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
3903
    [System.Runtime.Serialization.DataContractAttribute(Name="FAVORITE_FLAG", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")]
3904
    public enum FAVORITE_FLAG : int {
3905
        
3906
        [System.Runtime.Serialization.EnumMemberAttribute()]
3907
        ALL = 0,
3908
        
3909
        [System.Runtime.Serialization.EnumMemberAttribute()]
3910
        TeamShare = 1,
3911
        
3912
        [System.Runtime.Serialization.EnumMemberAttribute()]
3913
        Personal = 2,
3914
    }
3915
    
3916
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
3917
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
3918
    public interface ServiceDeepView {
3919
        
3920
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
3921
        string GetVersionData(bool is64BitProcess, string markusVer);
3922
        
3923
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
3924
        System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer);
3925
        
3926
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
3927
        PemssApiTest.ServiceDeepView.KCOM_SystemInfo GetSystemData();
3928
        
3929
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
3930
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.KCOM_SystemInfo> GetSystemDataAsync();
3931
        
3932
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
3933
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
3934
        
3935
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
3936
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID);
3937
        
3938
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
3939
        bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
3940
        
3941
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
3942
        System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description);
3943
        
3944
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
3945
        bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
3946
        
3947
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
3948
        System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID);
3949
        
3950
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
3951
        System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
3952
        
3953
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
3954
        System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
3955
        
3956
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
3957
        PemssApiTest.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
3958
        
3959
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
3960
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
3961
        
3962
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
3963
        bool GetConversionState(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3964
        
3965
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
3966
        System.Threading.Tasks.Task<bool> GetConversionStateAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3967
        
3968
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
3969
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
3970
        
3971
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
3972
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId);
3973
        
3974
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
3975
        PemssApiTest.ServiceDeepView.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId);
3976
        
3977
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
3978
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId);
3979
        
3980
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
3981
        PemssApiTest.ServiceDeepView.DOCINFO GetDocInfo(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3982
        
3983
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
3984
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> GetDocInfoAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3985
        
3986
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
3987
        bool GetCheckSystemAdmin(string UserID);
3988
        
3989
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
3990
        System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID);
3991
        
3992
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
3993
        PemssApiTest.ServiceDeepView.DOCUMENT_ITEM GetDocumentItemInfo(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3994
        
3995
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
3996
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> GetDocumentItemInfoAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param);
3997
        
3998
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
3999
        string GetDocItemID(string ensemble_id);
4000
        
4001
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
4002
        System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id);
4003
        
4004
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
4005
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
4006
        
4007
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
4008
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId);
4009
        
4010
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
4011
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
4012
        
4013
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
4014
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser);
4015
        
4016
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
4017
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MEMBER> GetUserData(string ProjectNo, string UserID);
4018
        
4019
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
4020
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID);
4021
        
4022
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
4023
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
4024
        
4025
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
4026
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept);
4027
        
4028
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
4029
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
4030
        
4031
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
4032
        System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID);
4033
        
4034
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
4035
        bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, PemssApiTest.ServiceDeepView.FAVORITE_FLAG flag);
4036
        
4037
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
4038
        System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, PemssApiTest.ServiceDeepView.FAVORITE_FLAG flag);
4039
        
4040
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
4041
        bool SaveMarkupData(PemssApiTest.ServiceDeepView.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> mlmarkup_data);
4042
        
4043
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
4044
        System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(PemssApiTest.ServiceDeepView.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> mlmarkup_data);
4045
        
4046
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
4047
        bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo);
4048
        
4049
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
4050
        System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo);
4051
        
4052
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
4053
        bool SaveSymbol(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE symbol_private);
4054
        
4055
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
4056
        System.Threading.Tasks.Task<bool> SaveSymbolAsync(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE symbol_private);
4057
        
4058
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
4059
        bool AddPublicSymbol(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC symbol);
4060
        
4061
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
4062
        System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC symbol);
4063
        
4064
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
4065
        bool DeleteSymbol(string symbol_id, int type);
4066
        
4067
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
4068
        System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type);
4069
        
4070
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
4071
        bool RenameSymbol(string symbol_id, string name, int type);
4072
        
4073
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
4074
        System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type);
4075
        
4076
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
4077
        bool AddCheckListHistory(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History);
4078
        
4079
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
4080
        System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History);
4081
        
4082
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
4083
        bool SaveCheckListHistory(string project_no, string rev, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History);
4084
        
4085
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
4086
        System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History);
4087
        
4088
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
4089
        bool SaveCheckList(string project_no, string _id, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value);
4090
        
4091
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
4092
        System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value);
4093
        
4094
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
4095
        bool AddCheckList(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value);
4096
        
4097
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
4098
        System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value);
4099
        
4100
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
4101
        PemssApiTest.ServiceDeepView.CHECK_LIST GetCheckList(string project_no, string _id);
4102
        
4103
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
4104
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.CHECK_LIST> GetCheckListAsync(string project_no, string _id);
4105
        
4106
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
4107
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no);
4108
        
4109
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
4110
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no);
4111
        
4112
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
4113
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id);
4114
        
4115
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
4116
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id);
4117
        
4118
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
4119
        PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev);
4120
        
4121
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
4122
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev);
4123
        
4124
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
4125
        bool SavePageAngle(string project_no, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> _mldocpage);
4126
        
4127
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
4128
        System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> _mldocpage);
4129
        
4130
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
4131
        PemssApiTest.ServiceDeepView.MARKUP_INFO GetMarkupInfo(string project_no, string _id);
4132
        
4133
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
4134
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id);
4135
        
4136
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
4137
        System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo);
4138
        
4139
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
4140
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo);
4141
        
4142 0b75c341 taeseongkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
4143
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo);
4144
        
4145
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
4146
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo);
4147
        
4148 0f6604ce taeseongkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
4149
        bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value);
4150
        
4151
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
4152
        System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value);
4153
        
4154
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
4155
        bool AddMarkupInfoVersion(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION value);
4156
        
4157
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
4158
        System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION value);
4159
        
4160
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
4161
        bool AddMarkupData(string project_no, PemssApiTest.ServiceDeepView.MARKUP_DATA value);
4162
        
4163
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
4164
        System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_DATA value);
4165
        
4166
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
4167
        bool AvoidMarkupInfo(string project_no, string _doc_id);
4168
        
4169
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
4170
        System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id);
4171
        
4172
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
4173
        bool SaveMarkupInfo(string project_no, string _id, PemssApiTest.ServiceDeepView.MARKUP_INFO value);
4174
        
4175
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
4176
        System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, PemssApiTest.ServiceDeepView.MARKUP_INFO value);
4177
        
4178
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
4179
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid);
4180
        
4181
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
4182
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid);
4183
        
4184
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
4185
        bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems);
4186
        
4187
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
4188
        System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems);
4189
        
4190
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
4191
        PemssApiTest.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID);
4192
        
4193
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
4194
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID);
4195
        
4196
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
4197
        bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems);
4198
        
4199
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
4200
        System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems);
4201
        
4202
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
4203
        PemssApiTest.ServiceDeepView.MEMBER GetMember(string project_no, string user_id);
4204
        
4205
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
4206
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MEMBER> GetMemberAsync(string project_no, string user_id);
4207
        
4208
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
4209
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE> GetSymbolList(string user_id);
4210
        
4211
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
4212
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id);
4213
        
4214
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
4215
        System.Collections.Generic.List<string> GetPublicSymbolDeptList();
4216
        
4217
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
4218
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync();
4219
        
4220
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
4221
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC> GetPublicSymbolList(string dept);
4222
        
4223
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
4224
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept);
4225
        
4226
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
4227
        string GetSymbolData(string id, int type);
4228
        
4229
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
4230
        System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type);
4231
        
4232
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
4233
        string GetSymbolImageURL(string id, int type);
4234
        
4235
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
4236
        System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type);
4237
        
4238
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
4239
        string GetSignData(string project_no, string user_id);
4240
        
4241
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
4242
        System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id);
4243
        
4244
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
4245
        string GetProjectName(string project_no);
4246
        
4247
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
4248
        System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no);
4249
        
4250
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
4251
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev);
4252
        
4253
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
4254
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev);
4255
        
4256
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
4257
        PemssApiTest.ServiceDeepView.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id);
4258
        
4259
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
4260
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id);
4261
        
4262
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
4263
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> _markupInfoList);
4264
        
4265
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
4266
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> _markupInfoList);
4267
        
4268
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
4269
        bool AddMessage(string project_no, PemssApiTest.ServiceDeepView.TALK value);
4270
        
4271
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
4272
        System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, PemssApiTest.ServiceDeepView.TALK value);
4273
        
4274
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
4275
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.TALK> GetMessage(string project_no, string doc_id);
4276
        
4277
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
4278
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.TALK>> GetMessageAsync(string project_no, string doc_id);
4279
        
4280
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
4281
        PemssApiTest.ServiceDeepView.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id);
4282
        
4283
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
4284
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id);
4285
        
4286
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
4287
        PemssApiTest.ServiceDeepView.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id);
4288
        
4289
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
4290
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id);
4291
        
4292
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
4293
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id);
4294
        
4295
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
4296
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id);
4297
        
4298
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
4299
        PemssApiTest.ServiceDeepView.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id);
4300
        
4301
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
4302
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id);
4303
        
4304
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
4305
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id);
4306
        
4307
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
4308
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id);
4309
        
4310
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
4311
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id);
4312
        
4313
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
4314
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id);
4315
        
4316
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
4317
        bool FinalPDF_SetFinalPDFStatus(string final_id, PemssApiTest.ServiceDeepView.FinalStatus status);
4318
        
4319
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
4320
        System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, PemssApiTest.ServiceDeepView.FinalStatus status);
4321
        
4322
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
4323
        bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID);
4324
        
4325
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
4326
        System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID);
4327
        
4328
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
4329
        bool FinalPDF_SetCurrentPage(string final_id, int currentpage);
4330
        
4331
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
4332
        System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage);
4333
        
4334
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
4335
        bool FinalPDF_SetError(string final_id, string msg);
4336
        
4337
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
4338
        System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg);
4339
        
4340
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
4341
        bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url);
4342
        
4343
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
4344
        System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url);
4345
        
4346
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
4347
        PemssApiTest.ServiceDeepView.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id);
4348
        
4349
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
4350
        System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id);
4351
        
4352
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
4353
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.PROPERTIES> FinalPDF_GetProperties(string project_no);
4354
        
4355
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
4356
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no);
4357
    }
4358
    
4359
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
4360
    public interface ServiceDeepViewChannel : PemssApiTest.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel {
4361
    }
4362
    
4363
    [System.Diagnostics.DebuggerStepThroughAttribute()]
4364
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
4365
    public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<PemssApiTest.ServiceDeepView.ServiceDeepView>, PemssApiTest.ServiceDeepView.ServiceDeepView {
4366
        
4367
        public ServiceDeepViewClient() {
4368
        }
4369
        
4370
        public ServiceDeepViewClient(string endpointConfigurationName) : 
4371
                base(endpointConfigurationName) {
4372
        }
4373
        
4374
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
4375
                base(endpointConfigurationName, remoteAddress) {
4376
        }
4377
        
4378
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
4379
                base(endpointConfigurationName, remoteAddress) {
4380
        }
4381
        
4382
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
4383
                base(binding, remoteAddress) {
4384
        }
4385
        
4386
        public string GetVersionData(bool is64BitProcess, string markusVer) {
4387
            return base.Channel.GetVersionData(is64BitProcess, markusVer);
4388
        }
4389
        
4390
        public System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer) {
4391
            return base.Channel.GetVersionDataAsync(is64BitProcess, markusVer);
4392
        }
4393
        
4394
        public PemssApiTest.ServiceDeepView.KCOM_SystemInfo GetSystemData() {
4395
            return base.Channel.GetSystemData();
4396
        }
4397
        
4398
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.KCOM_SystemInfo> GetSystemDataAsync() {
4399
            return base.Channel.GetSystemDataAsync();
4400
        }
4401
        
4402
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
4403
            return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
4404
        }
4405
        
4406
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
4407
            return base.Channel.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID);
4408
        }
4409
        
4410
        public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
4411
            return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
4412
        }
4413
        
4414
        public System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
4415
            return base.Channel.EditFavoriteVPAsync(prjNo, userID, docID, state, description);
4416
        }
4417
        
4418
        public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
4419
            return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
4420
        }
4421
        
4422
        public System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
4423
            return base.Channel.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID);
4424
        }
4425
        
4426
        public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
4427
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
4428
        }
4429
        
4430
        public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
4431
            return base.Channel.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
4432
        }
4433
        
4434
        public PemssApiTest.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
4435
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
4436
        }
4437
        
4438
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
4439
            return base.Channel.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
4440
        }
4441
        
4442
        public bool GetConversionState(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4443
            return base.Channel.GetConversionState(param);
4444
        }
4445
        
4446
        public System.Threading.Tasks.Task<bool> GetConversionStateAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4447
            return base.Channel.GetConversionStateAsync(param);
4448
        }
4449
        
4450
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
4451
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
4452
        }
4453
        
4454
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
4455
            return base.Channel.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId);
4456
        }
4457
        
4458
        public PemssApiTest.ServiceDeepView.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) {
4459
            return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId);
4460
        }
4461
        
4462
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) {
4463
            return base.Channel.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId);
4464
        }
4465
        
4466
        public PemssApiTest.ServiceDeepView.DOCINFO GetDocInfo(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4467
            return base.Channel.GetDocInfo(param);
4468
        }
4469
        
4470
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> GetDocInfoAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4471
            return base.Channel.GetDocInfoAsync(param);
4472
        }
4473
        
4474
        public bool GetCheckSystemAdmin(string UserID) {
4475
            return base.Channel.GetCheckSystemAdmin(UserID);
4476
        }
4477
        
4478
        public System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID) {
4479
            return base.Channel.GetCheckSystemAdminAsync(UserID);
4480
        }
4481
        
4482
        public PemssApiTest.ServiceDeepView.DOCUMENT_ITEM GetDocumentItemInfo(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4483
            return base.Channel.GetDocumentItemInfo(param);
4484
        }
4485
        
4486
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> GetDocumentItemInfoAsync(PemssApiTest.ServiceDeepView.KCOM_BasicParam param) {
4487
            return base.Channel.GetDocumentItemInfoAsync(param);
4488
        }
4489
        
4490
        public string GetDocItemID(string ensemble_id) {
4491
            return base.Channel.GetDocItemID(ensemble_id);
4492
        }
4493
        
4494
        public System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id) {
4495
            return base.Channel.GetDocItemIDAsync(ensemble_id);
4496
        }
4497
        
4498
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
4499
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
4500
        }
4501
        
4502
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
4503
            return base.Channel.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId);
4504
        }
4505
        
4506
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
4507
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
4508
        }
4509
        
4510
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
4511
            return base.Channel.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser);
4512
        }
4513
        
4514
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MEMBER> GetUserData(string ProjectNo, string UserID) {
4515
            return base.Channel.GetUserData(ProjectNo, UserID);
4516
        }
4517
        
4518
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID) {
4519
            return base.Channel.GetUserDataAsync(ProjectNo, UserID);
4520
        }
4521
        
4522
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
4523
            return base.Channel.GetDeptData(UserDept);
4524
        }
4525
        
4526
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept) {
4527
            return base.Channel.GetDeptDataAsync(UserDept);
4528
        }
4529
        
4530
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
4531
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
4532
        }
4533
        
4534
        public System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
4535
            return base.Channel.DeleteMarkupAsync(ProjectNo, MarkupInfoID);
4536
        }
4537
        
4538
        public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, PemssApiTest.ServiceDeepView.FAVORITE_FLAG flag) {
4539
            return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
4540
        }
4541
        
4542
        public System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, PemssApiTest.ServiceDeepView.FAVORITE_FLAG flag) {
4543
            return base.Channel.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
4544
        }
4545
        
4546
        public bool SaveMarkupData(PemssApiTest.ServiceDeepView.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> mlmarkup_data) {
4547
            return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data);
4548
        }
4549
        
4550
        public System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(PemssApiTest.ServiceDeepView.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> mlmarkup_data) {
4551
            return base.Channel.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data);
4552
        }
4553
        
4554
        public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) {
4555
            return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo);
4556
        }
4557
        
4558
        public System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) {
4559
            return base.Channel.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo);
4560
        }
4561
        
4562
        public bool SaveSymbol(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE symbol_private) {
4563
            return base.Channel.SaveSymbol(symbol_private);
4564
        }
4565
        
4566
        public System.Threading.Tasks.Task<bool> SaveSymbolAsync(PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE symbol_private) {
4567
            return base.Channel.SaveSymbolAsync(symbol_private);
4568
        }
4569
        
4570
        public bool AddPublicSymbol(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC symbol) {
4571
            return base.Channel.AddPublicSymbol(symbol);
4572
        }
4573
        
4574
        public System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC symbol) {
4575
            return base.Channel.AddPublicSymbolAsync(symbol);
4576
        }
4577
        
4578
        public bool DeleteSymbol(string symbol_id, int type) {
4579
            return base.Channel.DeleteSymbol(symbol_id, type);
4580
        }
4581
        
4582
        public System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type) {
4583
            return base.Channel.DeleteSymbolAsync(symbol_id, type);
4584
        }
4585
        
4586
        public bool RenameSymbol(string symbol_id, string name, int type) {
4587
            return base.Channel.RenameSymbol(symbol_id, name, type);
4588
        }
4589
        
4590
        public System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type) {
4591
            return base.Channel.RenameSymbolAsync(symbol_id, name, type);
4592
        }
4593
        
4594
        public bool AddCheckListHistory(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History) {
4595
            return base.Channel.AddCheckListHistory(project_no, Check_History);
4596
        }
4597
        
4598
        public System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History) {
4599
            return base.Channel.AddCheckListHistoryAsync(project_no, Check_History);
4600
        }
4601
        
4602
        public bool SaveCheckListHistory(string project_no, string rev, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History) {
4603
            return base.Channel.SaveCheckListHistory(project_no, rev, Check_History);
4604
        }
4605
        
4606
        public System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY Check_History) {
4607
            return base.Channel.SaveCheckListHistoryAsync(project_no, rev, Check_History);
4608
        }
4609
        
4610
        public bool SaveCheckList(string project_no, string _id, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value) {
4611
            return base.Channel.SaveCheckList(project_no, _id, Check_value);
4612
        }
4613
        
4614
        public System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value) {
4615
            return base.Channel.SaveCheckListAsync(project_no, _id, Check_value);
4616
        }
4617
        
4618
        public bool AddCheckList(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value) {
4619
            return base.Channel.AddCheckList(project_no, Check_value);
4620
        }
4621
        
4622
        public System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, PemssApiTest.ServiceDeepView.CHECK_LIST Check_value) {
4623
            return base.Channel.AddCheckListAsync(project_no, Check_value);
4624
        }
4625
        
4626
        public PemssApiTest.ServiceDeepView.CHECK_LIST GetCheckList(string project_no, string _id) {
4627
            return base.Channel.GetCheckList(project_no, _id);
4628
        }
4629
        
4630
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.CHECK_LIST> GetCheckListAsync(string project_no, string _id) {
4631
            return base.Channel.GetCheckListAsync(project_no, _id);
4632
        }
4633
        
4634
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) {
4635
            return base.Channel.GetUserCheckList(project_no, user_id, doc_no);
4636
        }
4637
        
4638
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no) {
4639
            return base.Channel.GetUserCheckListAsync(project_no, user_id, doc_no);
4640
        }
4641
        
4642
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) {
4643
            return base.Channel.GetCheckListHistory(project_no, _id);
4644
        }
4645
        
4646
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id) {
4647
            return base.Channel.GetCheckListHistoryAsync(project_no, _id);
4648
        }
4649
        
4650
        public PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) {
4651
            return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev);
4652
        }
4653
        
4654
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) {
4655
            return base.Channel.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev);
4656
        }
4657
        
4658
        public bool SavePageAngle(string project_no, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> _mldocpage) {
4659
            return base.Channel.SavePageAngle(project_no, _mldocpage);
4660
        }
4661
        
4662
        public System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> _mldocpage) {
4663
            return base.Channel.SavePageAngleAsync(project_no, _mldocpage);
4664
        }
4665
        
4666
        public PemssApiTest.ServiceDeepView.MARKUP_INFO GetMarkupInfo(string project_no, string _id) {
4667
            return base.Channel.GetMarkupInfo(project_no, _id);
4668
        }
4669
        
4670
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id) {
4671
            return base.Channel.GetMarkupInfoAsync(project_no, _id);
4672
        }
4673
        
4674
        public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) {
4675
            return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo);
4676
        }
4677
        
4678
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4679
            return base.Channel.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo);
4680
        }
4681
        
4682 0b75c341 taeseongkim
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo) {
4683
            return base.Channel.GetMarkupDataForPage(project_no, _markupinfoid, _pageNo);
4684
        }
4685
        
4686
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4687
            return base.Channel.GetMarkupDataForPageAsync(project_no, _markupinfoid, _pageNo);
4688
        }
4689
        
4690 0f6604ce taeseongkim
        public bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value) {
4691
            return base.Channel.AddMarkupInfo(project_no, value);
4692
        }
4693
        
4694
        public System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value) {
4695
            return base.Channel.AddMarkupInfoAsync(project_no, value);
4696
        }
4697
        
4698
        public bool AddMarkupInfoVersion(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION value) {
4699
            return base.Channel.AddMarkupInfoVersion(project_no, value);
4700
        }
4701
        
4702
        public System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO_VERSION value) {
4703
            return base.Channel.AddMarkupInfoVersionAsync(project_no, value);
4704
        }
4705
        
4706
        public bool AddMarkupData(string project_no, PemssApiTest.ServiceDeepView.MARKUP_DATA value) {
4707
            return base.Channel.AddMarkupData(project_no, value);
4708
        }
4709
        
4710
        public System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, PemssApiTest.ServiceDeepView.MARKUP_DATA value) {
4711
            return base.Channel.AddMarkupDataAsync(project_no, value);
4712
        }
4713
        
4714
        public bool AvoidMarkupInfo(string project_no, string _doc_id) {
4715
            return base.Channel.AvoidMarkupInfo(project_no, _doc_id);
4716
        }
4717
        
4718
        public System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id) {
4719
            return base.Channel.AvoidMarkupInfoAsync(project_no, _doc_id);
4720
        }
4721
        
4722
        public bool SaveMarkupInfo(string project_no, string _id, PemssApiTest.ServiceDeepView.MARKUP_INFO value) {
4723
            return base.Channel.SaveMarkupInfo(project_no, _id, value);
4724
        }
4725
        
4726
        public System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, PemssApiTest.ServiceDeepView.MARKUP_INFO value) {
4727
            return base.Channel.SaveMarkupInfoAsync(project_no, _id, value);
4728
        }
4729
        
4730
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) {
4731
            return base.Channel.GetMarkupDataList(project_no, _versionid);
4732
        }
4733
        
4734
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid) {
4735
            return base.Channel.GetMarkupDataListAsync(project_no, _versionid);
4736
        }
4737
        
4738
        public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems) {
4739
            return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems);
4740
        }
4741
        
4742
        public System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems) {
4743
            return base.Channel.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems);
4744
        }
4745
        
4746
        public PemssApiTest.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
4747
            return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
4748
        }
4749
        
4750
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
4751
            return base.Channel.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
4752
        }
4753
        
4754
        public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems) {
4755
            return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems);
4756
        }
4757
        
4758
        public System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> markupInfoItems) {
4759
            return base.Channel.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems);
4760
        }
4761
        
4762
        public PemssApiTest.ServiceDeepView.MEMBER GetMember(string project_no, string user_id) {
4763
            return base.Channel.GetMember(project_no, user_id);
4764
        }
4765
        
4766
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MEMBER> GetMemberAsync(string project_no, string user_id) {
4767
            return base.Channel.GetMemberAsync(project_no, user_id);
4768
        }
4769
        
4770
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE> GetSymbolList(string user_id) {
4771
            return base.Channel.GetSymbolList(user_id);
4772
        }
4773
        
4774
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id) {
4775
            return base.Channel.GetSymbolListAsync(user_id);
4776
        }
4777
        
4778
        public System.Collections.Generic.List<string> GetPublicSymbolDeptList() {
4779
            return base.Channel.GetPublicSymbolDeptList();
4780
        }
4781
        
4782
        public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync() {
4783
            return base.Channel.GetPublicSymbolDeptListAsync();
4784
        }
4785
        
4786
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) {
4787
            return base.Channel.GetPublicSymbolList(dept);
4788
        }
4789
        
4790
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept) {
4791
            return base.Channel.GetPublicSymbolListAsync(dept);
4792
        }
4793
        
4794
        public string GetSymbolData(string id, int type) {
4795
            return base.Channel.GetSymbolData(id, type);
4796
        }
4797
        
4798
        public System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type) {
4799
            return base.Channel.GetSymbolDataAsync(id, type);
4800
        }
4801
        
4802
        public string GetSymbolImageURL(string id, int type) {
4803
            return base.Channel.GetSymbolImageURL(id, type);
4804
        }
4805
        
4806
        public System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type) {
4807
            return base.Channel.GetSymbolImageURLAsync(id, type);
4808
        }
4809
        
4810
        public string GetSignData(string project_no, string user_id) {
4811
            return base.Channel.GetSignData(project_no, user_id);
4812
        }
4813
        
4814
        public System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id) {
4815
            return base.Channel.GetSignDataAsync(project_no, user_id);
4816
        }
4817
        
4818
        public string GetProjectName(string project_no) {
4819
            return base.Channel.GetProjectName(project_no);
4820
        }
4821
        
4822
        public System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no) {
4823
            return base.Channel.GetProjectNameAsync(project_no);
4824
        }
4825
        
4826
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) {
4827
            return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev);
4828
        }
4829
        
4830
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) {
4831
            return base.Channel.GetPreRevSelectAsync(project_no, doc_no, current_rev);
4832
        }
4833
        
4834
        public PemssApiTest.ServiceDeepView.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) {
4835
            return base.Channel.GetDocInfoOneSelect(project_no, doc_id);
4836
        }
4837
        
4838
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id) {
4839
            return base.Channel.GetDocInfoOneSelectAsync(project_no, doc_id);
4840
        }
4841
        
4842
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> _markupInfoList) {
4843
            return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList);
4844
        }
4845
        
4846
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MarkupInfoItem> _markupInfoList) {
4847
            return base.Channel.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList);
4848
        }
4849
        
4850
        public bool AddMessage(string project_no, PemssApiTest.ServiceDeepView.TALK value) {
4851
            return base.Channel.AddMessage(project_no, value);
4852
        }
4853
        
4854
        public System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, PemssApiTest.ServiceDeepView.TALK value) {
4855
            return base.Channel.AddMessageAsync(project_no, value);
4856
        }
4857
        
4858
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.TALK> GetMessage(string project_no, string doc_id) {
4859
            return base.Channel.GetMessage(project_no, doc_id);
4860
        }
4861
        
4862
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.TALK>> GetMessageAsync(string project_no, string doc_id) {
4863
            return base.Channel.GetMessageAsync(project_no, doc_id);
4864
        }
4865
        
4866
        public PemssApiTest.ServiceDeepView.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) {
4867
            return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id);
4868
        }
4869
        
4870
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) {
4871
            return base.Channel.FinalPDF_GetDocinfoAsync(project_no, docinfo_id);
4872
        }
4873
        
4874
        public PemssApiTest.ServiceDeepView.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) {
4875
            return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id);
4876
        }
4877
        
4878
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id) {
4879
            return base.Channel.FinalPDF_GetDocumentItemAsync(project_no, document_id);
4880
        }
4881
        
4882
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) {
4883
            return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id);
4884
        }
4885
        
4886
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) {
4887
            return base.Channel.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id);
4888
        }
4889
        
4890
        public PemssApiTest.ServiceDeepView.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) {
4891
            return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id);
4892
        }
4893
        
4894
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) {
4895
            return base.Channel.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id);
4896
        }
4897
        
4898
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) {
4899
            return base.Channel.FinalPDF_GetFinalPDFs(final_id);
4900
        }
4901
        
4902
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id) {
4903
            return base.Channel.FinalPDF_GetFinalPDFsAsync(final_id);
4904
        }
4905
        
4906
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) {
4907
            return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id);
4908
        }
4909
        
4910
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) {
4911
            return base.Channel.FinalPDF_GetDocpageAsync(project_no, docinfo_id);
4912
        }
4913
        
4914
        public bool FinalPDF_SetFinalPDFStatus(string final_id, PemssApiTest.ServiceDeepView.FinalStatus status) {
4915
            return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status);
4916
        }
4917
        
4918
        public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, PemssApiTest.ServiceDeepView.FinalStatus status) {
4919
            return base.Channel.FinalPDF_SetFinalPDFStatusAsync(final_id, status);
4920
        }
4921
        
4922
        public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) {
4923
            return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID);
4924
        }
4925
        
4926
        public System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) {
4927
            return base.Channel.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID);
4928
        }
4929
        
4930
        public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) {
4931
            return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage);
4932
        }
4933
        
4934
        public System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) {
4935
            return base.Channel.FinalPDF_SetCurrentPageAsync(final_id, currentpage);
4936
        }
4937
        
4938
        public bool FinalPDF_SetError(string final_id, string msg) {
4939
            return base.Channel.FinalPDF_SetError(final_id, msg);
4940
        }
4941
        
4942
        public System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg) {
4943
            return base.Channel.FinalPDF_SetErrorAsync(final_id, msg);
4944
        }
4945
        
4946
        public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) {
4947
            return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url);
4948
        }
4949
        
4950
        public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) {
4951
            return base.Channel.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url);
4952
        }
4953
        
4954
        public PemssApiTest.ServiceDeepView.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) {
4955
            return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id);
4956
        }
4957
        
4958
        public System.Threading.Tasks.Task<PemssApiTest.ServiceDeepView.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) {
4959
            return base.Channel.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id);
4960
        }
4961
        
4962
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.PROPERTIES> FinalPDF_GetProperties(string project_no) {
4963
            return base.Channel.FinalPDF_GetProperties(project_no);
4964
        }
4965
        
4966
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no) {
4967
            return base.Channel.FinalPDF_GetPropertiesAsync(project_no);
4968
        }
4969
    }
4970
}
클립보드 이미지 추가 (최대 크기: 500 MB)