프로젝트

일반

사용자정보

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

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

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

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

    
11
namespace KCOM.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="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
19
    [System.SerializableAttribute()]
20
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
21
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
22
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
23
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
24
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
25
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
26
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
27
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
28
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
29
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
30
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
31
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
32
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
33
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
34
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))]
35
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))]
36
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
37
    public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
38
        
39
        [System.NonSerializedAttribute()]
40
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
41
        
42
        [global::System.ComponentModel.BrowsableAttribute(false)]
43
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
44
            get {
45
                return this.extensionDataField;
46
            }
47
            set {
48
                this.extensionDataField = value;
49
            }
50
        }
51
        
52
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
53
        
54
        protected void RaisePropertyChanged(string propertyName) {
55
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
56
            if ((propertyChanged != null)) {
57
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
58
            }
59
        }
60
    }
61
    
62
    [System.Diagnostics.DebuggerStepThroughAttribute()]
63
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
64
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
65
    [System.SerializableAttribute()]
66
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
67
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
68
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
69
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
70
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
71
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
72
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
73
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
74
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
75
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
76
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
77
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
78
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
79
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))]
80
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))]
81
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
82
    public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject {
83
        
84
        [System.Runtime.Serialization.OptionalFieldAttribute()]
85
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
86
        
87
        [System.Runtime.Serialization.DataMemberAttribute()]
88
        public KCOM.ServiceDeepView.EntityKey EntityKey {
89
            get {
90
                return this.EntityKeyField;
91
            }
92
            set {
93
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
94
                    this.EntityKeyField = value;
95
                    this.RaisePropertyChanged("EntityKey");
96
                }
97
            }
98
        }
99
    }
100
    
101
    [System.Diagnostics.DebuggerStepThroughAttribute()]
102
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
103
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
104
    [System.SerializableAttribute()]
105
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
106
        
107
        [System.NonSerializedAttribute()]
108
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
109
        
110
        [System.Runtime.Serialization.OptionalFieldAttribute()]
111
        private string EntityContainerNameField;
112
        
113
        [System.Runtime.Serialization.OptionalFieldAttribute()]
114
        private System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValuesField;
115
        
116
        [System.Runtime.Serialization.OptionalFieldAttribute()]
117
        private string EntitySetNameField;
118
        
119
        [global::System.ComponentModel.BrowsableAttribute(false)]
120
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
121
            get {
122
                return this.extensionDataField;
123
            }
124
            set {
125
                this.extensionDataField = value;
126
            }
127
        }
128
        
129
        [System.Runtime.Serialization.DataMemberAttribute()]
130
        public string EntityContainerName {
131
            get {
132
                return this.EntityContainerNameField;
133
            }
134
            set {
135
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
136
                    this.EntityContainerNameField = value;
137
                    this.RaisePropertyChanged("EntityContainerName");
138
                }
139
            }
140
        }
141
        
142
        [System.Runtime.Serialization.DataMemberAttribute()]
143
        public System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValues {
144
            get {
145
                return this.EntityKeyValuesField;
146
            }
147
            set {
148
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
149
                    this.EntityKeyValuesField = value;
150
                    this.RaisePropertyChanged("EntityKeyValues");
151
                }
152
            }
153
        }
154
        
155
        [System.Runtime.Serialization.DataMemberAttribute()]
156
        public string EntitySetName {
157
            get {
158
                return this.EntitySetNameField;
159
            }
160
            set {
161
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
162
                    this.EntitySetNameField = value;
163
                    this.RaisePropertyChanged("EntitySetName");
164
                }
165
            }
166
        }
167
        
168
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
169
        
170
        protected void RaisePropertyChanged(string propertyName) {
171
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
172
            if ((propertyChanged != null)) {
173
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
174
            }
175
        }
176
    }
177
    
178
    [System.Diagnostics.DebuggerStepThroughAttribute()]
179
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
180
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
181
    [System.SerializableAttribute()]
182
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))]
186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))]
188
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
189
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))]
190
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
191
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))]
192
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
193
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
194
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
195
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))]
196
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
197
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))]
198
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
199
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
200
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
201
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
202
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>))]
203
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>))]
204
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>))]
205
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>))]
206
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>))]
207
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
208
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>))]
209
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))]
210
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>))]
211
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))]
212
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>))]
213
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
214
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
215
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
216
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
217
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
218
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
219
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
220
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
221
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
222
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
223
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
224
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
225
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue>))]
226
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.MarkupKeyValue))]
227
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
228
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
229
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
230
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
231
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
232
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
233
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
234
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
235
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
236
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
237
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
238
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
239
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
240
        
241
        [System.NonSerializedAttribute()]
242
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
243
        
244
        [System.Runtime.Serialization.OptionalFieldAttribute()]
245
        private string KeyField;
246
        
247
        [System.Runtime.Serialization.OptionalFieldAttribute()]
248
        private object ValueField;
249
        
250
        [global::System.ComponentModel.BrowsableAttribute(false)]
251
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
252
            get {
253
                return this.extensionDataField;
254
            }
255
            set {
256
                this.extensionDataField = value;
257
            }
258
        }
259
        
260
        [System.Runtime.Serialization.DataMemberAttribute()]
261
        public string Key {
262
            get {
263
                return this.KeyField;
264
            }
265
            set {
266
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
267
                    this.KeyField = value;
268
                    this.RaisePropertyChanged("Key");
269
                }
270
            }
271
        }
272
        
273
        [System.Runtime.Serialization.DataMemberAttribute()]
274
        public object Value {
275
            get {
276
                return this.ValueField;
277
            }
278
            set {
279
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
280
                    this.ValueField = value;
281
                    this.RaisePropertyChanged("Value");
282
                }
283
            }
284
        }
285
        
286
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
287
        
288
        protected void RaisePropertyChanged(string propertyName) {
289
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
290
            if ((propertyChanged != null)) {
291
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
292
            }
293
        }
294
    }
295
    
296
    [System.Diagnostics.DebuggerStepThroughAttribute()]
297
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
298
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
299
    [System.SerializableAttribute()]
300
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
301
        
302
        [System.NonSerializedAttribute()]
303
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
304
        
305
        private int CurrentPageField;
306
        
307
        private string ExceptionField;
308
        
309
        private string FinalIDField;
310
        
311
        private string ProjectNoField;
312
        
313
        private KCOM.ServiceDeepView.FinalStatus StatusField;
314
        
315
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
316
            get {
317
                return this.extensionDataField;
318
            }
319
            set {
320
                this.extensionDataField = value;
321
            }
322
        }
323
        
324
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
325
        public int CurrentPage {
326
            get {
327
                return this.CurrentPageField;
328
            }
329
            set {
330
                if ((this.CurrentPageField.Equals(value) != true)) {
331
                    this.CurrentPageField = value;
332
                    this.RaisePropertyChanged("CurrentPage");
333
                }
334
            }
335
        }
336
        
337
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
338
        public string Exception {
339
            get {
340
                return this.ExceptionField;
341
            }
342
            set {
343
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
344
                    this.ExceptionField = value;
345
                    this.RaisePropertyChanged("Exception");
346
                }
347
            }
348
        }
349
        
350
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
351
        public string FinalID {
352
            get {
353
                return this.FinalIDField;
354
            }
355
            set {
356
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
357
                    this.FinalIDField = value;
358
                    this.RaisePropertyChanged("FinalID");
359
                }
360
            }
361
        }
362
        
363
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
364
        public string ProjectNo {
365
            get {
366
                return this.ProjectNoField;
367
            }
368
            set {
369
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
370
                    this.ProjectNoField = value;
371
                    this.RaisePropertyChanged("ProjectNo");
372
                }
373
            }
374
        }
375
        
376
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
377
        public KCOM.ServiceDeepView.FinalStatus Status {
378
            get {
379
                return this.StatusField;
380
            }
381
            set {
382
                if ((this.StatusField.Equals(value) != true)) {
383
                    this.StatusField = value;
384
                    this.RaisePropertyChanged("Status");
385
                }
386
            }
387
        }
388
        
389
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
390
        
391
        void RaisePropertyChanged(string propertyName) {
392
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
393
            if ((propertyChanged != null)) {
394
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
395
            }
396
        }
397
    }
398
    
399
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
400
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
401
    public enum FinalStatus : int {
402
        
403
        [System.Runtime.Serialization.EnumMemberAttribute()]
404
        Insert = 0,
405
        
406
        [System.Runtime.Serialization.EnumMemberAttribute()]
407
        Wait = 1,
408
        
409
        [System.Runtime.Serialization.EnumMemberAttribute()]
410
        Create = 2,
411
        
412
        [System.Runtime.Serialization.EnumMemberAttribute()]
413
        PdfStamp = 3,
414
        
415
        [System.Runtime.Serialization.EnumMemberAttribute()]
416
        Success = 4,
417
        
418
        [System.Runtime.Serialization.EnumMemberAttribute()]
419
        Error = 5,
420
    }
421
    
422
    [System.Diagnostics.DebuggerStepThroughAttribute()]
423
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
424
    [System.Runtime.Serialization.DataContractAttribute(Name="MarkupKeyValue", Namespace="http://schemas.datacontract.org/2004/07/KCOM_API")]
425
    [System.SerializableAttribute()]
426
    public partial class MarkupKeyValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
427
        
428
        [System.NonSerializedAttribute()]
429
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
430
        
431
        [System.Runtime.Serialization.OptionalFieldAttribute()]
432
        private string DataField;
433
        
434
        [System.Runtime.Serialization.OptionalFieldAttribute()]
435
        private string IDField;
436
        
437
        [global::System.ComponentModel.BrowsableAttribute(false)]
438
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
439
            get {
440
                return this.extensionDataField;
441
            }
442
            set {
443
                this.extensionDataField = value;
444
            }
445
        }
446
        
447
        [System.Runtime.Serialization.DataMemberAttribute()]
448
        public string Data {
449
            get {
450
                return this.DataField;
451
            }
452
            set {
453
                if ((object.ReferenceEquals(this.DataField, value) != true)) {
454
                    this.DataField = value;
455
                    this.RaisePropertyChanged("Data");
456
                }
457
            }
458
        }
459
        
460
        [System.Runtime.Serialization.DataMemberAttribute()]
461
        public string ID {
462
            get {
463
                return this.IDField;
464
            }
465
            set {
466
                if ((object.ReferenceEquals(this.IDField, value) != true)) {
467
                    this.IDField = value;
468
                    this.RaisePropertyChanged("ID");
469
                }
470
            }
471
        }
472
        
473
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
474
        
475
        protected void RaisePropertyChanged(string propertyName) {
476
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
477
            if ((propertyChanged != null)) {
478
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
479
            }
480
        }
481
    }
482
    
483
    [System.Diagnostics.DebuggerStepThroughAttribute()]
484
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
485
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
486
    [System.SerializableAttribute()]
487
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
488
    }
489
    
490
    [System.Diagnostics.DebuggerStepThroughAttribute()]
491
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
492
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
493
    [System.SerializableAttribute()]
494
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
495
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
496
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
497
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
498
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
499
        
500
        [System.Runtime.Serialization.OptionalFieldAttribute()]
501
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
502
        
503
        [System.Runtime.Serialization.DataMemberAttribute()]
504
        public KCOM.ServiceDeepView.EntityKey EntityKey {
505
            get {
506
                return this.EntityKeyField;
507
            }
508
            set {
509
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
510
                    this.EntityKeyField = value;
511
                    this.RaisePropertyChanged("EntityKey");
512
                }
513
            }
514
        }
515
    }
516
    
517
    [System.Diagnostics.DebuggerStepThroughAttribute()]
518
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
519
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
520
    [System.SerializableAttribute()]
521
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
522
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
523
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
524
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
525
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
526
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
527
        
528
        [System.NonSerializedAttribute()]
529
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
530
        
531
        [global::System.ComponentModel.BrowsableAttribute(false)]
532
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
533
            get {
534
                return this.extensionDataField;
535
            }
536
            set {
537
                this.extensionDataField = value;
538
            }
539
        }
540
        
541
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
542
        
543
        protected void RaisePropertyChanged(string propertyName) {
544
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
545
            if ((propertyChanged != null)) {
546
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
547
            }
548
        }
549
    }
550
    
551
    [System.Diagnostics.DebuggerStepThroughAttribute()]
552
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
553
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
554
    [System.SerializableAttribute()]
555
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
556
    }
557
    
558
    [System.Diagnostics.DebuggerStepThroughAttribute()]
559
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
560
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
561
    [System.SerializableAttribute()]
562
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
563
    }
564
    
565
    [System.Diagnostics.DebuggerStepThroughAttribute()]
566
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
567
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
568
    [System.SerializableAttribute()]
569
    public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference {
570
    }
571
    
572
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
573
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
574
    public interface ServiceDeepView {
575
        
576
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
577
        string GetVersionData(bool is64BitProcess, string markusVer);
578
        
579
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")]
580
        System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState);
581
        
582
        string EndGetVersionData(System.IAsyncResult result);
583
        
584
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
585
        IKCOM.KCOM_SystemInfo GetSystemData();
586
        
587
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
588
        System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState);
589
        
590
        IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result);
591
        
592
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
593
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
594
        
595
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
596
        System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState);
597
        
598
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result);
599
        
600
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
601
        bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
602
        
603
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
604
        System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState);
605
        
606
        bool EndEditFavoriteVP(System.IAsyncResult result);
607
        
608
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
609
        bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
610
        
611
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
612
        System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState);
613
        
614
        bool EndDelFavoriteVP(System.IAsyncResult result);
615
        
616
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
617
        System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
618
        
619
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
620
        System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState);
621
        
622
        System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result);
623
        
624
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
625
        KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
626
        
627
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
628
        System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
629
        
630
        KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result);
631
        
632
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
633
        bool GetConversionState(IKCOM.KCOM_BasicParam param);
634
        
635
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
636
        System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
637
        
638
        bool EndGetConversionState(System.IAsyncResult result);
639
        
640
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
641
        System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
642
        
643
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
644
        System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState);
645
        
646
        System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result);
647
        
648
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
649
        IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId);
650
        
651
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
652
        System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState);
653
        
654
        IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result);
655
        
656
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
657
        KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param);
658
        
659
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
660
        System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
661
        
662
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result);
663
        
664
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
665
        bool GetCheckSystemAdmin(string UserID);
666
        
667
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
668
        System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState);
669
        
670
        bool EndGetCheckSystemAdmin(System.IAsyncResult result);
671
        
672
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
673
        KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param);
674
        
675
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
676
        System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
677
        
678
        KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result);
679
        
680
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
681
        string GetDocItemID(string ensemble_id);
682
        
683
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")]
684
        System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState);
685
        
686
        string EndGetDocItemID(System.IAsyncResult result);
687
        
688
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
689
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
690
        
691
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
692
        System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState);
693
        
694
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result);
695
        
696
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
697
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
698
        
699
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
700
        System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState);
701
        
702
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result);
703
        
704
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
705
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID);
706
        
707
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
708
        System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState);
709
        
710
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result);
711
        
712
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
713
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
714
        
715
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
716
        System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState);
717
        
718
        System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result);
719
        
720
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
721
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
722
        
723
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
724
        System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState);
725
        
726
        bool EndDeleteMarkup(System.IAsyncResult result);
727
        
728
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
729
        bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag);
730
        
731
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
732
        System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState);
733
        
734
        bool EndSetFavoriteVP(System.IAsyncResult result);
735
        
736
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
737
        bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data);
738
        
739
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
740
        System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState);
741
        
742
        bool EndSaveMarkupData(System.IAsyncResult result);
743
        
744
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
745
        bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo);
746
        
747
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
748
        System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState);
749
        
750
        bool EndUpdateMarkupData(System.IAsyncResult result);
751
        
752
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
753
        bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private);
754
        
755
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
756
        System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState);
757
        
758
        bool EndSaveSymbol(System.IAsyncResult result);
759
        
760
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
761
        bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol);
762
        
763
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
764
        System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState);
765
        
766
        bool EndAddPublicSymbol(System.IAsyncResult result);
767
        
768
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
769
        bool DeleteSymbol(string symbol_id, int type);
770
        
771
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
772
        System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState);
773
        
774
        bool EndDeleteSymbol(System.IAsyncResult result);
775
        
776
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
777
        bool RenameSymbol(string symbol_id, string name, int type);
778
        
779
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
780
        System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState);
781
        
782
        bool EndRenameSymbol(System.IAsyncResult result);
783
        
784
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
785
        bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
786
        
787
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
788
        System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
789
        
790
        bool EndAddCheckListHistory(System.IAsyncResult result);
791
        
792
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
793
        bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
794
        
795
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
796
        System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
797
        
798
        bool EndSaveCheckListHistory(System.IAsyncResult result);
799
        
800
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
801
        bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value);
802
        
803
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
804
        System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
805
        
806
        bool EndSaveCheckList(System.IAsyncResult result);
807
        
808
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
809
        bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value);
810
        
811
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
812
        System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
813
        
814
        bool EndAddCheckList(System.IAsyncResult result);
815
        
816
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
817
        KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id);
818
        
819
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
820
        System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState);
821
        
822
        KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result);
823
        
824
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
825
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no);
826
        
827
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
828
        System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState);
829
        
830
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result);
831
        
832
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
833
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id);
834
        
835
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
836
        System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState);
837
        
838
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result);
839
        
840
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
841
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev);
842
        
843
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
844
        System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState);
845
        
846
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result);
847
        
848
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
849
        bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage);
850
        
851
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
852
        System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState);
853
        
854
        bool EndSavePageAngle(System.IAsyncResult result);
855
        
856
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
857
        KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id);
858
        
859
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
860
        System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState);
861
        
862
        KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result);
863
        
864
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
865
        System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo);
866
        
867
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
868
        System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState);
869
        
870
        System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result);
871
        
872
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
873
        System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo);
874
        
875
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
876
        System.IAsyncResult BeginGetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState);
877
        
878
        System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> EndGetMarkupDataForPage(System.IAsyncResult result);
879
        
880
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
881
        bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value);
882
        
883
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
884
        System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
885
        
886
        bool EndAddMarkupInfo(System.IAsyncResult result);
887
        
888
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
889
        bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value);
890
        
891
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
892
        System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState);
893
        
894
        bool EndAddMarkupInfoVersion(System.IAsyncResult result);
895
        
896
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
897
        bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value);
898
        
899
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
900
        System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState);
901
        
902
        bool EndAddMarkupData(System.IAsyncResult result);
903
        
904
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
905
        bool AvoidMarkupInfo(string project_no, string _doc_id);
906
        
907
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
908
        System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState);
909
        
910
        bool EndAvoidMarkupInfo(System.IAsyncResult result);
911
        
912
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
913
        bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value);
914
        
915
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
916
        System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
917
        
918
        bool EndSaveMarkupInfo(System.IAsyncResult result);
919
        
920
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
921
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid);
922
        
923
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
924
        System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState);
925
        
926
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result);
927
        
928
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
929
        bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
930
        
931
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
932
        System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
933
        
934
        bool EndConsolidate(System.IAsyncResult result);
935
        
936
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
937
        KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID);
938
        
939
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
940
        System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
941
        
942
        KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result);
943
        
944
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
945
        bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
946
        
947
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
948
        System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
949
        
950
        bool EndTeamConsolidate(System.IAsyncResult result);
951
        
952
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
953
        KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id);
954
        
955
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
956
        System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
957
        
958
        KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result);
959
        
960
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
961
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id);
962
        
963
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
964
        System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState);
965
        
966
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result);
967
        
968
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
969
        System.Collections.Generic.List<string> GetPublicSymbolDeptList();
970
        
971
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
972
        System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState);
973
        
974
        System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result);
975
        
976
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
977
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept);
978
        
979
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
980
        System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState);
981
        
982
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result);
983
        
984
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
985
        string GetSymbolData(string id, int type);
986
        
987
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
988
        System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState);
989
        
990
        string EndGetSymbolData(System.IAsyncResult result);
991
        
992
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
993
        string GetSymbolImageURL(string id, int type);
994
        
995
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
996
        System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState);
997
        
998
        string EndGetSymbolImageURL(System.IAsyncResult result);
999
        
1000
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
1001
        string GetSignData(string project_no, string user_id);
1002
        
1003
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
1004
        System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
1005
        
1006
        string EndGetSignData(System.IAsyncResult result);
1007
        
1008
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
1009
        string GetProjectName(string project_no);
1010
        
1011
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
1012
        System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState);
1013
        
1014
        string EndGetProjectName(System.IAsyncResult result);
1015
        
1016
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
1017
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev);
1018
        
1019
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
1020
        System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState);
1021
        
1022
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result);
1023
        
1024
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
1025
        KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id);
1026
        
1027
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
1028
        System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
1029
        
1030
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result);
1031
        
1032
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
1033
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList);
1034
        
1035
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
1036
        System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState);
1037
        
1038
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result);
1039
        
1040
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
1041
        bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value);
1042
        
1043
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
1044
        System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState);
1045
        
1046
        bool EndAddMessage(System.IAsyncResult result);
1047
        
1048
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
1049
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id);
1050
        
1051
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
1052
        System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
1053
        
1054
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result);
1055
        
1056
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
1057
        KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id);
1058
        
1059
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")]
1060
        System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState);
1061
        
1062
        KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result);
1063
        
1064
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
1065
        KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id);
1066
        
1067
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")]
1068
        System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState);
1069
        
1070
        KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result);
1071
        
1072
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
1073
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id);
1074
        
1075
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")]
1076
        System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState);
1077
        
1078
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result);
1079
        
1080
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
1081
        KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id);
1082
        
1083
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")]
1084
        System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState);
1085
        
1086
        KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result);
1087
        
1088
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
1089
        System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id);
1090
        
1091
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")]
1092
        System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState);
1093
        
1094
        System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result);
1095
        
1096
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
1097
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id);
1098
        
1099
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")]
1100
        System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState);
1101
        
1102
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result);
1103
        
1104
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
1105
        bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status);
1106
        
1107
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")]
1108
        System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState);
1109
        
1110
        bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result);
1111
        
1112
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
1113
        bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID);
1114
        
1115
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")]
1116
        System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
1117
        
1118
        bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result);
1119
        
1120
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
1121
        bool FinalPDF_SetCurrentPage(string final_id, int currentpage);
1122
        
1123
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")]
1124
        System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState);
1125
        
1126
        bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result);
1127
        
1128
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
1129
        bool FinalPDF_SetError(string final_id, string msg);
1130
        
1131
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")]
1132
        System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState);
1133
        
1134
        bool EndFinalPDF_SetError(System.IAsyncResult result);
1135
        
1136
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
1137
        bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url);
1138
        
1139
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")]
1140
        System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState);
1141
        
1142
        bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result);
1143
        
1144
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
1145
        KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id);
1146
        
1147
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
1148
        System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState);
1149
        
1150
        KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result);
1151
        
1152
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
1153
        System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no);
1154
        
1155
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")]
1156
        System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState);
1157
        
1158
        System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result);
1159
    }
1160
    
1161
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1162
    public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel {
1163
    }
1164
    
1165
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1166
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1167
    public partial class GetVersionDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1168
        
1169
        private object[] results;
1170
        
1171
        public GetVersionDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1172
                base(exception, cancelled, userState) {
1173
            this.results = results;
1174
        }
1175
        
1176
        public string Result {
1177
            get {
1178
                base.RaiseExceptionIfNecessary();
1179
                return ((string)(this.results[0]));
1180
            }
1181
        }
1182
    }
1183
    
1184
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1185
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1186
    public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1187
        
1188
        private object[] results;
1189
        
1190
        public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1191
                base(exception, cancelled, userState) {
1192
            this.results = results;
1193
        }
1194
        
1195
        public IKCOM.KCOM_SystemInfo Result {
1196
            get {
1197
                base.RaiseExceptionIfNecessary();
1198
                return ((IKCOM.KCOM_SystemInfo)(this.results[0]));
1199
            }
1200
        }
1201
    }
1202
    
1203
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1204
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1205
    public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1206
        
1207
        private object[] results;
1208
        
1209
        public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1210
                base(exception, cancelled, userState) {
1211
            this.results = results;
1212
        }
1213
        
1214
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result {
1215
            get {
1216
                base.RaiseExceptionIfNecessary();
1217
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0]));
1218
            }
1219
        }
1220
    }
1221
    
1222
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1223
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1224
    public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1225
        
1226
        private object[] results;
1227
        
1228
        public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1229
                base(exception, cancelled, userState) {
1230
            this.results = results;
1231
        }
1232
        
1233
        public bool Result {
1234
            get {
1235
                base.RaiseExceptionIfNecessary();
1236
                return ((bool)(this.results[0]));
1237
            }
1238
        }
1239
    }
1240
    
1241
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1242
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1243
    public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1244
        
1245
        private object[] results;
1246
        
1247
        public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1248
                base(exception, cancelled, userState) {
1249
            this.results = results;
1250
        }
1251
        
1252
        public bool Result {
1253
            get {
1254
                base.RaiseExceptionIfNecessary();
1255
                return ((bool)(this.results[0]));
1256
            }
1257
        }
1258
    }
1259
    
1260
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1261
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1262
    public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1263
        
1264
        private object[] results;
1265
        
1266
        public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1267
                base(exception, cancelled, userState) {
1268
            this.results = results;
1269
        }
1270
        
1271
        public System.Collections.Generic.List<System.Windows.Rect> Result {
1272
            get {
1273
                base.RaiseExceptionIfNecessary();
1274
                return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0]));
1275
            }
1276
        }
1277
    }
1278
    
1279
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1280
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1281
    public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1282
        
1283
        private object[] results;
1284
        
1285
        public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1286
                base(exception, cancelled, userState) {
1287
            this.results = results;
1288
        }
1289
        
1290
        public KCOM.ServiceDeepView.FinalPDFResult Result {
1291
            get {
1292
                base.RaiseExceptionIfNecessary();
1293
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
1294
            }
1295
        }
1296
    }
1297
    
1298
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1299
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1300
    public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1301
        
1302
        private object[] results;
1303
        
1304
        public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1305
                base(exception, cancelled, userState) {
1306
            this.results = results;
1307
        }
1308
        
1309
        public bool Result {
1310
            get {
1311
                base.RaiseExceptionIfNecessary();
1312
                return ((bool)(this.results[0]));
1313
            }
1314
        }
1315
    }
1316
    
1317
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1318
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1319
    public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1320
        
1321
        private object[] results;
1322
        
1323
        public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1324
                base(exception, cancelled, userState) {
1325
            this.results = results;
1326
        }
1327
        
1328
        public System.Collections.Generic.List<IKCOM.VPRevision> Result {
1329
            get {
1330
                base.RaiseExceptionIfNecessary();
1331
                return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0]));
1332
            }
1333
        }
1334
    }
1335
    
1336
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1337
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1338
    public partial class GetVPRevisionFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1339
        
1340
        private object[] results;
1341
        
1342
        public GetVPRevisionFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1343
                base(exception, cancelled, userState) {
1344
            this.results = results;
1345
        }
1346
        
1347
        public IKCOM.VPRevision Result {
1348
            get {
1349
                base.RaiseExceptionIfNecessary();
1350
                return ((IKCOM.VPRevision)(this.results[0]));
1351
            }
1352
        }
1353
    }
1354
    
1355
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1356
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1357
    public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1358
        
1359
        private object[] results;
1360
        
1361
        public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1362
                base(exception, cancelled, userState) {
1363
            this.results = results;
1364
        }
1365
        
1366
        public KCOMDataModel.DataModel.DOCINFO Result {
1367
            get {
1368
                base.RaiseExceptionIfNecessary();
1369
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
1370
            }
1371
        }
1372
    }
1373
    
1374
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1375
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1376
    public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1377
        
1378
        private object[] results;
1379
        
1380
        public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1381
                base(exception, cancelled, userState) {
1382
            this.results = results;
1383
        }
1384
        
1385
        public bool Result {
1386
            get {
1387
                base.RaiseExceptionIfNecessary();
1388
                return ((bool)(this.results[0]));
1389
            }
1390
        }
1391
    }
1392
    
1393
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1394
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1395
    public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1396
        
1397
        private object[] results;
1398
        
1399
        public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1400
                base(exception, cancelled, userState) {
1401
            this.results = results;
1402
        }
1403
        
1404
        public KCOMDataModel.DataModel.DOCUMENT_ITEM Result {
1405
            get {
1406
                base.RaiseExceptionIfNecessary();
1407
                return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0]));
1408
            }
1409
        }
1410
    }
1411
    
1412
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1413
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1414
    public partial class GetDocItemIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1415
        
1416
        private object[] results;
1417
        
1418
        public GetDocItemIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1419
                base(exception, cancelled, userState) {
1420
            this.results = results;
1421
        }
1422
        
1423
        public string Result {
1424
            get {
1425
                base.RaiseExceptionIfNecessary();
1426
                return ((string)(this.results[0]));
1427
            }
1428
        }
1429
    }
1430
    
1431
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1432
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1433
    public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1434
        
1435
        private object[] results;
1436
        
1437
        public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1438
                base(exception, cancelled, userState) {
1439
            this.results = results;
1440
        }
1441
        
1442
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1443
            get {
1444
                base.RaiseExceptionIfNecessary();
1445
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
1446
            }
1447
        }
1448
    }
1449
    
1450
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1451
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1452
    public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1453
        
1454
        private object[] results;
1455
        
1456
        public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1457
                base(exception, cancelled, userState) {
1458
            this.results = results;
1459
        }
1460
        
1461
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1462
            get {
1463
                base.RaiseExceptionIfNecessary();
1464
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
1465
            }
1466
        }
1467
    }
1468
    
1469
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1470
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1471
    public partial class GetUserDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1472
        
1473
        private object[] results;
1474
        
1475
        public GetUserDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1476
                base(exception, cancelled, userState) {
1477
            this.results = results;
1478
        }
1479
        
1480
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> Result {
1481
            get {
1482
                base.RaiseExceptionIfNecessary();
1483
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>)(this.results[0]));
1484
            }
1485
        }
1486
    }
1487
    
1488
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1489
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1490
    public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1491
        
1492
        private object[] results;
1493
        
1494
        public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1495
                base(exception, cancelled, userState) {
1496
            this.results = results;
1497
        }
1498
        
1499
        public System.Collections.Generic.List<string> Result {
1500
            get {
1501
                base.RaiseExceptionIfNecessary();
1502
                return ((System.Collections.Generic.List<string>)(this.results[0]));
1503
            }
1504
        }
1505
    }
1506
    
1507
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1508
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1509
    public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1510
        
1511
        private object[] results;
1512
        
1513
        public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1514
                base(exception, cancelled, userState) {
1515
            this.results = results;
1516
        }
1517
        
1518
        public bool Result {
1519
            get {
1520
                base.RaiseExceptionIfNecessary();
1521
                return ((bool)(this.results[0]));
1522
            }
1523
        }
1524
    }
1525
    
1526
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1527
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1528
    public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1529
        
1530
        private object[] results;
1531
        
1532
        public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1533
                base(exception, cancelled, userState) {
1534
            this.results = results;
1535
        }
1536
        
1537
        public bool Result {
1538
            get {
1539
                base.RaiseExceptionIfNecessary();
1540
                return ((bool)(this.results[0]));
1541
            }
1542
        }
1543
    }
1544
    
1545
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1546
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1547
    public partial class SaveMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1548
        
1549
        private object[] results;
1550
        
1551
        public SaveMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1552
                base(exception, cancelled, userState) {
1553
            this.results = results;
1554
        }
1555
        
1556
        public bool Result {
1557
            get {
1558
                base.RaiseExceptionIfNecessary();
1559
                return ((bool)(this.results[0]));
1560
            }
1561
        }
1562
    }
1563
    
1564
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1565
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1566
    public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1567
        
1568
        private object[] results;
1569
        
1570
        public UpdateMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1571
                base(exception, cancelled, userState) {
1572
            this.results = results;
1573
        }
1574
        
1575
        public bool Result {
1576
            get {
1577
                base.RaiseExceptionIfNecessary();
1578
                return ((bool)(this.results[0]));
1579
            }
1580
        }
1581
    }
1582
    
1583
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1584
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1585
    public partial class SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1586
        
1587
        private object[] results;
1588
        
1589
        public SaveSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1590
                base(exception, cancelled, userState) {
1591
            this.results = results;
1592
        }
1593
        
1594
        public bool Result {
1595
            get {
1596
                base.RaiseExceptionIfNecessary();
1597
                return ((bool)(this.results[0]));
1598
            }
1599
        }
1600
    }
1601
    
1602
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1603
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1604
    public partial class AddPublicSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1605
        
1606
        private object[] results;
1607
        
1608
        public AddPublicSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1609
                base(exception, cancelled, userState) {
1610
            this.results = results;
1611
        }
1612
        
1613
        public bool Result {
1614
            get {
1615
                base.RaiseExceptionIfNecessary();
1616
                return ((bool)(this.results[0]));
1617
            }
1618
        }
1619
    }
1620
    
1621
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1622
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1623
    public partial class DeleteSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1624
        
1625
        private object[] results;
1626
        
1627
        public DeleteSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1628
                base(exception, cancelled, userState) {
1629
            this.results = results;
1630
        }
1631
        
1632
        public bool Result {
1633
            get {
1634
                base.RaiseExceptionIfNecessary();
1635
                return ((bool)(this.results[0]));
1636
            }
1637
        }
1638
    }
1639
    
1640
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1641
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1642
    public partial class RenameSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1643
        
1644
        private object[] results;
1645
        
1646
        public RenameSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1647
                base(exception, cancelled, userState) {
1648
            this.results = results;
1649
        }
1650
        
1651
        public bool Result {
1652
            get {
1653
                base.RaiseExceptionIfNecessary();
1654
                return ((bool)(this.results[0]));
1655
            }
1656
        }
1657
    }
1658
    
1659
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1660
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1661
    public partial class AddCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1662
        
1663
        private object[] results;
1664
        
1665
        public AddCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1666
                base(exception, cancelled, userState) {
1667
            this.results = results;
1668
        }
1669
        
1670
        public bool Result {
1671
            get {
1672
                base.RaiseExceptionIfNecessary();
1673
                return ((bool)(this.results[0]));
1674
            }
1675
        }
1676
    }
1677
    
1678
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1679
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1680
    public partial class SaveCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1681
        
1682
        private object[] results;
1683
        
1684
        public SaveCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1685
                base(exception, cancelled, userState) {
1686
            this.results = results;
1687
        }
1688
        
1689
        public bool Result {
1690
            get {
1691
                base.RaiseExceptionIfNecessary();
1692
                return ((bool)(this.results[0]));
1693
            }
1694
        }
1695
    }
1696
    
1697
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1698
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1699
    public partial class SaveCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1700
        
1701
        private object[] results;
1702
        
1703
        public SaveCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1704
                base(exception, cancelled, userState) {
1705
            this.results = results;
1706
        }
1707
        
1708
        public bool Result {
1709
            get {
1710
                base.RaiseExceptionIfNecessary();
1711
                return ((bool)(this.results[0]));
1712
            }
1713
        }
1714
    }
1715
    
1716
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1717
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1718
    public partial class AddCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1719
        
1720
        private object[] results;
1721
        
1722
        public AddCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1723
                base(exception, cancelled, userState) {
1724
            this.results = results;
1725
        }
1726
        
1727
        public bool Result {
1728
            get {
1729
                base.RaiseExceptionIfNecessary();
1730
                return ((bool)(this.results[0]));
1731
            }
1732
        }
1733
    }
1734
    
1735
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1736
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1737
    public partial class GetCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1738
        
1739
        private object[] results;
1740
        
1741
        public GetCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1742
                base(exception, cancelled, userState) {
1743
            this.results = results;
1744
        }
1745
        
1746
        public KCOMDataModel.DataModel.CHECK_LIST Result {
1747
            get {
1748
                base.RaiseExceptionIfNecessary();
1749
                return ((KCOMDataModel.DataModel.CHECK_LIST)(this.results[0]));
1750
            }
1751
        }
1752
    }
1753
    
1754
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1755
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1756
    public partial class GetUserCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1757
        
1758
        private object[] results;
1759
        
1760
        public GetUserCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1761
                base(exception, cancelled, userState) {
1762
            this.results = results;
1763
        }
1764
        
1765
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> Result {
1766
            get {
1767
                base.RaiseExceptionIfNecessary();
1768
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>)(this.results[0]));
1769
            }
1770
        }
1771
    }
1772
    
1773
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1774
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1775
    public partial class GetCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1776
        
1777
        private object[] results;
1778
        
1779
        public GetCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1780
                base(exception, cancelled, userState) {
1781
            this.results = results;
1782
        }
1783
        
1784
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> Result {
1785
            get {
1786
                base.RaiseExceptionIfNecessary();
1787
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>)(this.results[0]));
1788
            }
1789
        }
1790
    }
1791
    
1792
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1793
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1794
    public partial class GetCheckListHistoryFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1795
        
1796
        private object[] results;
1797
        
1798
        public GetCheckListHistoryFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1799
                base(exception, cancelled, userState) {
1800
            this.results = results;
1801
        }
1802
        
1803
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY Result {
1804
            get {
1805
                base.RaiseExceptionIfNecessary();
1806
                return ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(this.results[0]));
1807
            }
1808
        }
1809
    }
1810
    
1811
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1812
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1813
    public partial class SavePageAngleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1814
        
1815
        private object[] results;
1816
        
1817
        public SavePageAngleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1818
                base(exception, cancelled, userState) {
1819
            this.results = results;
1820
        }
1821
        
1822
        public bool Result {
1823
            get {
1824
                base.RaiseExceptionIfNecessary();
1825
                return ((bool)(this.results[0]));
1826
            }
1827
        }
1828
    }
1829
    
1830
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1831
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1832
    public partial class GetMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1833
        
1834
        private object[] results;
1835
        
1836
        public GetMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1837
                base(exception, cancelled, userState) {
1838
            this.results = results;
1839
        }
1840
        
1841
        public KCOMDataModel.DataModel.MARKUP_INFO Result {
1842
            get {
1843
                base.RaiseExceptionIfNecessary();
1844
                return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0]));
1845
            }
1846
        }
1847
    }
1848
    
1849
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1850
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1851
    public partial class GetMarkupDataListperPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1852
        
1853
        private object[] results;
1854
        
1855
        public GetMarkupDataListperPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1856
                base(exception, cancelled, userState) {
1857
            this.results = results;
1858
        }
1859
        
1860
        public System.Collections.Generic.List<string> Result {
1861
            get {
1862
                base.RaiseExceptionIfNecessary();
1863
                return ((System.Collections.Generic.List<string>)(this.results[0]));
1864
            }
1865
        }
1866
    }
1867
    
1868
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1869
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1870
    public partial class GetMarkupDataForPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1871
        
1872
        private object[] results;
1873
        
1874
        public GetMarkupDataForPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1875
                base(exception, cancelled, userState) {
1876
            this.results = results;
1877
        }
1878
        
1879
        public System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> Result {
1880
            get {
1881
                base.RaiseExceptionIfNecessary();
1882
                return ((System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue>)(this.results[0]));
1883
            }
1884
        }
1885
    }
1886
    
1887
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1888
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1889
    public partial class AddMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1890
        
1891
        private object[] results;
1892
        
1893
        public AddMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1894
                base(exception, cancelled, userState) {
1895
            this.results = results;
1896
        }
1897
        
1898
        public bool Result {
1899
            get {
1900
                base.RaiseExceptionIfNecessary();
1901
                return ((bool)(this.results[0]));
1902
            }
1903
        }
1904
    }
1905
    
1906
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1907
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1908
    public partial class AddMarkupInfoVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1909
        
1910
        private object[] results;
1911
        
1912
        public AddMarkupInfoVersionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1913
                base(exception, cancelled, userState) {
1914
            this.results = results;
1915
        }
1916
        
1917
        public bool Result {
1918
            get {
1919
                base.RaiseExceptionIfNecessary();
1920
                return ((bool)(this.results[0]));
1921
            }
1922
        }
1923
    }
1924
    
1925
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1926
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1927
    public partial class AddMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1928
        
1929
        private object[] results;
1930
        
1931
        public AddMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1932
                base(exception, cancelled, userState) {
1933
            this.results = results;
1934
        }
1935
        
1936
        public bool Result {
1937
            get {
1938
                base.RaiseExceptionIfNecessary();
1939
                return ((bool)(this.results[0]));
1940
            }
1941
        }
1942
    }
1943
    
1944
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1945
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1946
    public partial class AvoidMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1947
        
1948
        private object[] results;
1949
        
1950
        public AvoidMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1951
                base(exception, cancelled, userState) {
1952
            this.results = results;
1953
        }
1954
        
1955
        public bool Result {
1956
            get {
1957
                base.RaiseExceptionIfNecessary();
1958
                return ((bool)(this.results[0]));
1959
            }
1960
        }
1961
    }
1962
    
1963
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1964
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1965
    public partial class SaveMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1966
        
1967
        private object[] results;
1968
        
1969
        public SaveMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1970
                base(exception, cancelled, userState) {
1971
            this.results = results;
1972
        }
1973
        
1974
        public bool Result {
1975
            get {
1976
                base.RaiseExceptionIfNecessary();
1977
                return ((bool)(this.results[0]));
1978
            }
1979
        }
1980
    }
1981
    
1982
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1983
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1984
    public partial class GetMarkupDataListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1985
        
1986
        private object[] results;
1987
        
1988
        public GetMarkupDataListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1989
                base(exception, cancelled, userState) {
1990
            this.results = results;
1991
        }
1992
        
1993
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result {
1994
            get {
1995
                base.RaiseExceptionIfNecessary();
1996
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0]));
1997
            }
1998
        }
1999
    }
2000
    
2001
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2002
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2003
    public partial class ConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2004
        
2005
        private object[] results;
2006
        
2007
        public ConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2008
                base(exception, cancelled, userState) {
2009
            this.results = results;
2010
        }
2011
        
2012
        public bool Result {
2013
            get {
2014
                base.RaiseExceptionIfNecessary();
2015
                return ((bool)(this.results[0]));
2016
            }
2017
        }
2018
    }
2019
    
2020
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2021
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2022
    public partial class ConsolidateMergedPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2023
        
2024
        private object[] results;
2025
        
2026
        public ConsolidateMergedPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2027
                base(exception, cancelled, userState) {
2028
            this.results = results;
2029
        }
2030
        
2031
        public KCOM.ServiceDeepView.FinalPDFResult Result {
2032
            get {
2033
                base.RaiseExceptionIfNecessary();
2034
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
2035
            }
2036
        }
2037
    }
2038
    
2039
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2040
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2041
    public partial class TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2042
        
2043
        private object[] results;
2044
        
2045
        public TeamConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2046
                base(exception, cancelled, userState) {
2047
            this.results = results;
2048
        }
2049
        
2050
        public bool Result {
2051
            get {
2052
                base.RaiseExceptionIfNecessary();
2053
                return ((bool)(this.results[0]));
2054
            }
2055
        }
2056
    }
2057
    
2058
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2059
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2060
    public partial class GetMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2061
        
2062
        private object[] results;
2063
        
2064
        public GetMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2065
                base(exception, cancelled, userState) {
2066
            this.results = results;
2067
        }
2068
        
2069
        public KCOMDataModel.DataModel.MEMBER Result {
2070
            get {
2071
                base.RaiseExceptionIfNecessary();
2072
                return ((KCOMDataModel.DataModel.MEMBER)(this.results[0]));
2073
            }
2074
        }
2075
    }
2076
    
2077
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2078
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2079
    public partial class GetSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2080
        
2081
        private object[] results;
2082
        
2083
        public GetSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2084
                base(exception, cancelled, userState) {
2085
            this.results = results;
2086
        }
2087
        
2088
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> Result {
2089
            get {
2090
                base.RaiseExceptionIfNecessary();
2091
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>)(this.results[0]));
2092
            }
2093
        }
2094
    }
2095
    
2096
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2097
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2098
    public partial class GetPublicSymbolDeptListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2099
        
2100
        private object[] results;
2101
        
2102
        public GetPublicSymbolDeptListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2103
                base(exception, cancelled, userState) {
2104
            this.results = results;
2105
        }
2106
        
2107
        public System.Collections.Generic.List<string> Result {
2108
            get {
2109
                base.RaiseExceptionIfNecessary();
2110
                return ((System.Collections.Generic.List<string>)(this.results[0]));
2111
            }
2112
        }
2113
    }
2114
    
2115
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2116
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2117
    public partial class GetPublicSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2118
        
2119
        private object[] results;
2120
        
2121
        public GetPublicSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2122
                base(exception, cancelled, userState) {
2123
            this.results = results;
2124
        }
2125
        
2126
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> Result {
2127
            get {
2128
                base.RaiseExceptionIfNecessary();
2129
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>)(this.results[0]));
2130
            }
2131
        }
2132
    }
2133
    
2134
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2135
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2136
    public partial class GetSymbolDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2137
        
2138
        private object[] results;
2139
        
2140
        public GetSymbolDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2141
                base(exception, cancelled, userState) {
2142
            this.results = results;
2143
        }
2144
        
2145
        public string Result {
2146
            get {
2147
                base.RaiseExceptionIfNecessary();
2148
                return ((string)(this.results[0]));
2149
            }
2150
        }
2151
    }
2152
    
2153
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2154
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2155
    public partial class GetSymbolImageURLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2156
        
2157
        private object[] results;
2158
        
2159
        public GetSymbolImageURLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2160
                base(exception, cancelled, userState) {
2161
            this.results = results;
2162
        }
2163
        
2164
        public string Result {
2165
            get {
2166
                base.RaiseExceptionIfNecessary();
2167
                return ((string)(this.results[0]));
2168
            }
2169
        }
2170
    }
2171
    
2172
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2173
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2174
    public partial class GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2175
        
2176
        private object[] results;
2177
        
2178
        public GetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2179
                base(exception, cancelled, userState) {
2180
            this.results = results;
2181
        }
2182
        
2183
        public string Result {
2184
            get {
2185
                base.RaiseExceptionIfNecessary();
2186
                return ((string)(this.results[0]));
2187
            }
2188
        }
2189
    }
2190
    
2191
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2192
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2193
    public partial class GetProjectNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2194
        
2195
        private object[] results;
2196
        
2197
        public GetProjectNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2198
                base(exception, cancelled, userState) {
2199
            this.results = results;
2200
        }
2201
        
2202
        public string Result {
2203
            get {
2204
                base.RaiseExceptionIfNecessary();
2205
                return ((string)(this.results[0]));
2206
            }
2207
        }
2208
    }
2209
    
2210
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2211
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2212
    public partial class GetPreRevSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2213
        
2214
        private object[] results;
2215
        
2216
        public GetPreRevSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2217
                base(exception, cancelled, userState) {
2218
            this.results = results;
2219
        }
2220
        
2221
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> Result {
2222
            get {
2223
                base.RaiseExceptionIfNecessary();
2224
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>)(this.results[0]));
2225
            }
2226
        }
2227
    }
2228
    
2229
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2230
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2231
    public partial class GetDocInfoOneSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2232
        
2233
        private object[] results;
2234
        
2235
        public GetDocInfoOneSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2236
                base(exception, cancelled, userState) {
2237
            this.results = results;
2238
        }
2239
        
2240
        public KCOMDataModel.DataModel.DOCINFO Result {
2241
            get {
2242
                base.RaiseExceptionIfNecessary();
2243
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
2244
            }
2245
        }
2246
    }
2247
    
2248
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2249
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2250
    public partial class GetPrintDocItemListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2251
        
2252
        private object[] results;
2253
        
2254
        public GetPrintDocItemListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2255
                base(exception, cancelled, userState) {
2256
            this.results = results;
2257
        }
2258
        
2259
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
2260
            get {
2261
                base.RaiseExceptionIfNecessary();
2262
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
2263
            }
2264
        }
2265
    }
2266
    
2267
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2268
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2269
    public partial class AddMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2270
        
2271
        private object[] results;
2272
        
2273
        public AddMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2274
                base(exception, cancelled, userState) {
2275
            this.results = results;
2276
        }
2277
        
2278
        public bool Result {
2279
            get {
2280
                base.RaiseExceptionIfNecessary();
2281
                return ((bool)(this.results[0]));
2282
            }
2283
        }
2284
    }
2285
    
2286
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2287
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2288
    public partial class GetMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2289
        
2290
        private object[] results;
2291
        
2292
        public GetMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2293
                base(exception, cancelled, userState) {
2294
            this.results = results;
2295
        }
2296
        
2297
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> Result {
2298
            get {
2299
                base.RaiseExceptionIfNecessary();
2300
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>)(this.results[0]));
2301
            }
2302
        }
2303
    }
2304
    
2305
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2306
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2307
    public partial class FinalPDF_GetDocinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2308
        
2309
        private object[] results;
2310
        
2311
        public FinalPDF_GetDocinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2312
                base(exception, cancelled, userState) {
2313
            this.results = results;
2314
        }
2315
        
2316
        public KCOMDataModel.DataModel.DOCINFO Result {
2317
            get {
2318
                base.RaiseExceptionIfNecessary();
2319
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
2320
            }
2321
        }
2322
    }
2323
    
2324
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2325
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2326
    public partial class FinalPDF_GetDocumentItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2327
        
2328
        private object[] results;
2329
        
2330
        public FinalPDF_GetDocumentItemCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2331
                base(exception, cancelled, userState) {
2332
            this.results = results;
2333
        }
2334
        
2335
        public KCOMDataModel.DataModel.DOCUMENT_ITEM Result {
2336
            get {
2337
                base.RaiseExceptionIfNecessary();
2338
                return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0]));
2339
            }
2340
        }
2341
    }
2342
    
2343
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2344
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2345
    public partial class FinalPDF_GetMarkupdataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2346
        
2347
        private object[] results;
2348
        
2349
        public FinalPDF_GetMarkupdataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2350
                base(exception, cancelled, userState) {
2351
            this.results = results;
2352
        }
2353
        
2354
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result {
2355
            get {
2356
                base.RaiseExceptionIfNecessary();
2357
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0]));
2358
            }
2359
        }
2360
    }
2361
    
2362
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2363
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2364
    public partial class FinalPDF_GetMarkupinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2365
        
2366
        private object[] results;
2367
        
2368
        public FinalPDF_GetMarkupinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2369
                base(exception, cancelled, userState) {
2370
            this.results = results;
2371
        }
2372
        
2373
        public KCOMDataModel.DataModel.MARKUP_INFO Result {
2374
            get {
2375
                base.RaiseExceptionIfNecessary();
2376
                return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0]));
2377
            }
2378
        }
2379
    }
2380
    
2381
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2382
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2383
    public partial class FinalPDF_GetFinalPDFsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2384
        
2385
        private object[] results;
2386
        
2387
        public FinalPDF_GetFinalPDFsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2388
                base(exception, cancelled, userState) {
2389
            this.results = results;
2390
        }
2391
        
2392
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> Result {
2393
            get {
2394
                base.RaiseExceptionIfNecessary();
2395
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>)(this.results[0]));
2396
            }
2397
        }
2398
    }
2399
    
2400
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2401
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2402
    public partial class FinalPDF_GetDocpageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2403
        
2404
        private object[] results;
2405
        
2406
        public FinalPDF_GetDocpageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2407
                base(exception, cancelled, userState) {
2408
            this.results = results;
2409
        }
2410
        
2411
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> Result {
2412
            get {
2413
                base.RaiseExceptionIfNecessary();
2414
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(this.results[0]));
2415
            }
2416
        }
2417
    }
2418
    
2419
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2420
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2421
    public partial class FinalPDF_SetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2422
        
2423
        private object[] results;
2424
        
2425
        public FinalPDF_SetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2426
                base(exception, cancelled, userState) {
2427
            this.results = results;
2428
        }
2429
        
2430
        public bool Result {
2431
            get {
2432
                base.RaiseExceptionIfNecessary();
2433
                return ((bool)(this.results[0]));
2434
            }
2435
        }
2436
    }
2437
    
2438
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2439
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2440
    public partial class FinalPDF_GetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2441
        
2442
        private object[] results;
2443
        
2444
        public FinalPDF_GetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2445
                base(exception, cancelled, userState) {
2446
            this.results = results;
2447
        }
2448
        
2449
        public bool Result {
2450
            get {
2451
                base.RaiseExceptionIfNecessary();
2452
                return ((bool)(this.results[0]));
2453
            }
2454
        }
2455
    }
2456
    
2457
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2458
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2459
    public partial class FinalPDF_SetCurrentPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2460
        
2461
        private object[] results;
2462
        
2463
        public FinalPDF_SetCurrentPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2464
                base(exception, cancelled, userState) {
2465
            this.results = results;
2466
        }
2467
        
2468
        public bool Result {
2469
            get {
2470
                base.RaiseExceptionIfNecessary();
2471
                return ((bool)(this.results[0]));
2472
            }
2473
        }
2474
    }
2475
    
2476
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2477
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2478
    public partial class FinalPDF_SetErrorCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2479
        
2480
        private object[] results;
2481
        
2482
        public FinalPDF_SetErrorCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2483
                base(exception, cancelled, userState) {
2484
            this.results = results;
2485
        }
2486
        
2487
        public bool Result {
2488
            get {
2489
                base.RaiseExceptionIfNecessary();
2490
                return ((bool)(this.results[0]));
2491
            }
2492
        }
2493
    }
2494
    
2495
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2496
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2497
    public partial class FinalPDF_SetFinalResultPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2498
        
2499
        private object[] results;
2500
        
2501
        public FinalPDF_SetFinalResultPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2502
                base(exception, cancelled, userState) {
2503
            this.results = results;
2504
        }
2505
        
2506
        public bool Result {
2507
            get {
2508
                base.RaiseExceptionIfNecessary();
2509
                return ((bool)(this.results[0]));
2510
            }
2511
        }
2512
    }
2513
    
2514
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2515
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2516
    public partial class FinalPDF_GetCommentMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2517
        
2518
        private object[] results;
2519
        
2520
        public FinalPDF_GetCommentMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2521
                base(exception, cancelled, userState) {
2522
            this.results = results;
2523
        }
2524
        
2525
        public KCOMDataModel.DataModel.MEMBER Result {
2526
            get {
2527
                base.RaiseExceptionIfNecessary();
2528
                return ((KCOMDataModel.DataModel.MEMBER)(this.results[0]));
2529
            }
2530
        }
2531
    }
2532
    
2533
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2534
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2535
    public partial class FinalPDF_GetPropertiesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2536
        
2537
        private object[] results;
2538
        
2539
        public FinalPDF_GetPropertiesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2540
                base(exception, cancelled, userState) {
2541
            this.results = results;
2542
        }
2543
        
2544
        public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> Result {
2545
            get {
2546
                base.RaiseExceptionIfNecessary();
2547
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>)(this.results[0]));
2548
            }
2549
        }
2550
    }
2551
    
2552
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2553
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2554
    public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView {
2555
        
2556
        private BeginOperationDelegate onBeginGetVersionDataDelegate;
2557
        
2558
        private EndOperationDelegate onEndGetVersionDataDelegate;
2559
        
2560
        private System.Threading.SendOrPostCallback onGetVersionDataCompletedDelegate;
2561
        
2562
        private BeginOperationDelegate onBeginGetSystemDataDelegate;
2563
        
2564
        private EndOperationDelegate onEndGetSystemDataDelegate;
2565
        
2566
        private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate;
2567
        
2568
        private BeginOperationDelegate onBeginGetFavoriteVPDelegate;
2569
        
2570
        private EndOperationDelegate onEndGetFavoriteVPDelegate;
2571
        
2572
        private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate;
2573
        
2574
        private BeginOperationDelegate onBeginEditFavoriteVPDelegate;
2575
        
2576
        private EndOperationDelegate onEndEditFavoriteVPDelegate;
2577
        
2578
        private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate;
2579
        
2580
        private BeginOperationDelegate onBeginDelFavoriteVPDelegate;
2581
        
2582
        private EndOperationDelegate onEndDelFavoriteVPDelegate;
2583
        
2584
        private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate;
2585
        
2586
        private BeginOperationDelegate onBeginGetCompareRectDelegate;
2587
        
2588
        private EndOperationDelegate onEndGetCompareRectDelegate;
2589
        
2590
        private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate;
2591
        
2592
        private BeginOperationDelegate onBeginSetFinalPDFDelegate;
2593
        
2594
        private EndOperationDelegate onEndSetFinalPDFDelegate;
2595
        
2596
        private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate;
2597
        
2598
        private BeginOperationDelegate onBeginGetConversionStateDelegate;
2599
        
2600
        private EndOperationDelegate onEndGetConversionStateDelegate;
2601
        
2602
        private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate;
2603
        
2604
        private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate;
2605
        
2606
        private EndOperationDelegate onEndGetVPRevisionHistoryDelegate;
2607
        
2608
        private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate;
2609
        
2610
        private BeginOperationDelegate onBeginGetVPRevisionFirstOrDefaultDelegate;
2611
        
2612
        private EndOperationDelegate onEndGetVPRevisionFirstOrDefaultDelegate;
2613
        
2614
        private System.Threading.SendOrPostCallback onGetVPRevisionFirstOrDefaultCompletedDelegate;
2615
        
2616
        private BeginOperationDelegate onBeginGetDocInfoDelegate;
2617
        
2618
        private EndOperationDelegate onEndGetDocInfoDelegate;
2619
        
2620
        private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate;
2621
        
2622
        private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate;
2623
        
2624
        private EndOperationDelegate onEndGetCheckSystemAdminDelegate;
2625
        
2626
        private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate;
2627
        
2628
        private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate;
2629
        
2630
        private EndOperationDelegate onEndGetDocumentItemInfoDelegate;
2631
        
2632
        private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate;
2633
        
2634
        private BeginOperationDelegate onBeginGetDocItemIDDelegate;
2635
        
2636
        private EndOperationDelegate onEndGetDocItemIDDelegate;
2637
        
2638
        private System.Threading.SendOrPostCallback onGetDocItemIDCompletedDelegate;
2639
        
2640
        private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate;
2641
        
2642
        private EndOperationDelegate onEndGetMarkupInfoItemsDelegate;
2643
        
2644
        private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate;
2645
        
2646
        private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate;
2647
        
2648
        private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate;
2649
        
2650
        private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate;
2651
        
2652
        private BeginOperationDelegate onBeginGetUserDataDelegate;
2653
        
2654
        private EndOperationDelegate onEndGetUserDataDelegate;
2655
        
2656
        private System.Threading.SendOrPostCallback onGetUserDataCompletedDelegate;
2657
        
2658
        private BeginOperationDelegate onBeginGetDeptDataDelegate;
2659
        
2660
        private EndOperationDelegate onEndGetDeptDataDelegate;
2661
        
2662
        private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate;
2663
        
2664
        private BeginOperationDelegate onBeginDeleteMarkupDelegate;
2665
        
2666
        private EndOperationDelegate onEndDeleteMarkupDelegate;
2667
        
2668
        private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate;
2669
        
2670
        private BeginOperationDelegate onBeginSetFavoriteVPDelegate;
2671
        
2672
        private EndOperationDelegate onEndSetFavoriteVPDelegate;
2673
        
2674
        private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate;
2675
        
2676
        private BeginOperationDelegate onBeginSaveMarkupDataDelegate;
2677
        
2678
        private EndOperationDelegate onEndSaveMarkupDataDelegate;
2679
        
2680
        private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate;
2681
        
2682
        private BeginOperationDelegate onBeginUpdateMarkupDataDelegate;
2683
        
2684
        private EndOperationDelegate onEndUpdateMarkupDataDelegate;
2685
        
2686
        private System.Threading.SendOrPostCallback onUpdateMarkupDataCompletedDelegate;
2687
        
2688
        private BeginOperationDelegate onBeginSaveSymbolDelegate;
2689
        
2690
        private EndOperationDelegate onEndSaveSymbolDelegate;
2691
        
2692
        private System.Threading.SendOrPostCallback onSaveSymbolCompletedDelegate;
2693
        
2694
        private BeginOperationDelegate onBeginAddPublicSymbolDelegate;
2695
        
2696
        private EndOperationDelegate onEndAddPublicSymbolDelegate;
2697
        
2698
        private System.Threading.SendOrPostCallback onAddPublicSymbolCompletedDelegate;
2699
        
2700
        private BeginOperationDelegate onBeginDeleteSymbolDelegate;
2701
        
2702
        private EndOperationDelegate onEndDeleteSymbolDelegate;
2703
        
2704
        private System.Threading.SendOrPostCallback onDeleteSymbolCompletedDelegate;
2705
        
2706
        private BeginOperationDelegate onBeginRenameSymbolDelegate;
2707
        
2708
        private EndOperationDelegate onEndRenameSymbolDelegate;
2709
        
2710
        private System.Threading.SendOrPostCallback onRenameSymbolCompletedDelegate;
2711
        
2712
        private BeginOperationDelegate onBeginAddCheckListHistoryDelegate;
2713
        
2714
        private EndOperationDelegate onEndAddCheckListHistoryDelegate;
2715
        
2716
        private System.Threading.SendOrPostCallback onAddCheckListHistoryCompletedDelegate;
2717
        
2718
        private BeginOperationDelegate onBeginSaveCheckListHistoryDelegate;
2719
        
2720
        private EndOperationDelegate onEndSaveCheckListHistoryDelegate;
2721
        
2722
        private System.Threading.SendOrPostCallback onSaveCheckListHistoryCompletedDelegate;
2723
        
2724
        private BeginOperationDelegate onBeginSaveCheckListDelegate;
2725
        
2726
        private EndOperationDelegate onEndSaveCheckListDelegate;
2727
        
2728
        private System.Threading.SendOrPostCallback onSaveCheckListCompletedDelegate;
2729
        
2730
        private BeginOperationDelegate onBeginAddCheckListDelegate;
2731
        
2732
        private EndOperationDelegate onEndAddCheckListDelegate;
2733
        
2734
        private System.Threading.SendOrPostCallback onAddCheckListCompletedDelegate;
2735
        
2736
        private BeginOperationDelegate onBeginGetCheckListDelegate;
2737
        
2738
        private EndOperationDelegate onEndGetCheckListDelegate;
2739
        
2740
        private System.Threading.SendOrPostCallback onGetCheckListCompletedDelegate;
2741
        
2742
        private BeginOperationDelegate onBeginGetUserCheckListDelegate;
2743
        
2744
        private EndOperationDelegate onEndGetUserCheckListDelegate;
2745
        
2746
        private System.Threading.SendOrPostCallback onGetUserCheckListCompletedDelegate;
2747
        
2748
        private BeginOperationDelegate onBeginGetCheckListHistoryDelegate;
2749
        
2750
        private EndOperationDelegate onEndGetCheckListHistoryDelegate;
2751
        
2752
        private System.Threading.SendOrPostCallback onGetCheckListHistoryCompletedDelegate;
2753
        
2754
        private BeginOperationDelegate onBeginGetCheckListHistoryFirstOrDefaultDelegate;
2755
        
2756
        private EndOperationDelegate onEndGetCheckListHistoryFirstOrDefaultDelegate;
2757
        
2758
        private System.Threading.SendOrPostCallback onGetCheckListHistoryFirstOrDefaultCompletedDelegate;
2759
        
2760
        private BeginOperationDelegate onBeginSavePageAngleDelegate;
2761
        
2762
        private EndOperationDelegate onEndSavePageAngleDelegate;
2763
        
2764
        private System.Threading.SendOrPostCallback onSavePageAngleCompletedDelegate;
2765
        
2766
        private BeginOperationDelegate onBeginGetMarkupInfoDelegate;
2767
        
2768
        private EndOperationDelegate onEndGetMarkupInfoDelegate;
2769
        
2770
        private System.Threading.SendOrPostCallback onGetMarkupInfoCompletedDelegate;
2771
        
2772
        private BeginOperationDelegate onBeginGetMarkupDataListperPageDelegate;
2773
        
2774
        private EndOperationDelegate onEndGetMarkupDataListperPageDelegate;
2775
        
2776
        private System.Threading.SendOrPostCallback onGetMarkupDataListperPageCompletedDelegate;
2777
        
2778
        private BeginOperationDelegate onBeginGetMarkupDataForPageDelegate;
2779
        
2780
        private EndOperationDelegate onEndGetMarkupDataForPageDelegate;
2781
        
2782
        private System.Threading.SendOrPostCallback onGetMarkupDataForPageCompletedDelegate;
2783
        
2784
        private BeginOperationDelegate onBeginAddMarkupInfoDelegate;
2785
        
2786
        private EndOperationDelegate onEndAddMarkupInfoDelegate;
2787
        
2788
        private System.Threading.SendOrPostCallback onAddMarkupInfoCompletedDelegate;
2789
        
2790
        private BeginOperationDelegate onBeginAddMarkupInfoVersionDelegate;
2791
        
2792
        private EndOperationDelegate onEndAddMarkupInfoVersionDelegate;
2793
        
2794
        private System.Threading.SendOrPostCallback onAddMarkupInfoVersionCompletedDelegate;
2795
        
2796
        private BeginOperationDelegate onBeginAddMarkupDataDelegate;
2797
        
2798
        private EndOperationDelegate onEndAddMarkupDataDelegate;
2799
        
2800
        private System.Threading.SendOrPostCallback onAddMarkupDataCompletedDelegate;
2801
        
2802
        private BeginOperationDelegate onBeginAvoidMarkupInfoDelegate;
2803
        
2804
        private EndOperationDelegate onEndAvoidMarkupInfoDelegate;
2805
        
2806
        private System.Threading.SendOrPostCallback onAvoidMarkupInfoCompletedDelegate;
2807
        
2808
        private BeginOperationDelegate onBeginSaveMarkupInfoDelegate;
2809
        
2810
        private EndOperationDelegate onEndSaveMarkupInfoDelegate;
2811
        
2812
        private System.Threading.SendOrPostCallback onSaveMarkupInfoCompletedDelegate;
2813
        
2814
        private BeginOperationDelegate onBeginGetMarkupDataListDelegate;
2815
        
2816
        private EndOperationDelegate onEndGetMarkupDataListDelegate;
2817
        
2818
        private System.Threading.SendOrPostCallback onGetMarkupDataListCompletedDelegate;
2819
        
2820
        private BeginOperationDelegate onBeginConsolidateDelegate;
2821
        
2822
        private EndOperationDelegate onEndConsolidateDelegate;
2823
        
2824
        private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate;
2825
        
2826
        private BeginOperationDelegate onBeginConsolidateMergedPDFDelegate;
2827
        
2828
        private EndOperationDelegate onEndConsolidateMergedPDFDelegate;
2829
        
2830
        private System.Threading.SendOrPostCallback onConsolidateMergedPDFCompletedDelegate;
2831
        
2832
        private BeginOperationDelegate onBeginTeamConsolidateDelegate;
2833
        
2834
        private EndOperationDelegate onEndTeamConsolidateDelegate;
2835
        
2836
        private System.Threading.SendOrPostCallback onTeamConsolidateCompletedDelegate;
2837
        
2838
        private BeginOperationDelegate onBeginGetMemberDelegate;
2839
        
2840
        private EndOperationDelegate onEndGetMemberDelegate;
2841
        
2842
        private System.Threading.SendOrPostCallback onGetMemberCompletedDelegate;
2843
        
2844
        private BeginOperationDelegate onBeginGetSymbolListDelegate;
2845
        
2846
        private EndOperationDelegate onEndGetSymbolListDelegate;
2847
        
2848
        private System.Threading.SendOrPostCallback onGetSymbolListCompletedDelegate;
2849
        
2850
        private BeginOperationDelegate onBeginGetPublicSymbolDeptListDelegate;
2851
        
2852
        private EndOperationDelegate onEndGetPublicSymbolDeptListDelegate;
2853
        
2854
        private System.Threading.SendOrPostCallback onGetPublicSymbolDeptListCompletedDelegate;
2855
        
2856
        private BeginOperationDelegate onBeginGetPublicSymbolListDelegate;
2857
        
2858
        private EndOperationDelegate onEndGetPublicSymbolListDelegate;
2859
        
2860
        private System.Threading.SendOrPostCallback onGetPublicSymbolListCompletedDelegate;
2861
        
2862
        private BeginOperationDelegate onBeginGetSymbolDataDelegate;
2863
        
2864
        private EndOperationDelegate onEndGetSymbolDataDelegate;
2865
        
2866
        private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate;
2867
        
2868
        private BeginOperationDelegate onBeginGetSymbolImageURLDelegate;
2869
        
2870
        private EndOperationDelegate onEndGetSymbolImageURLDelegate;
2871
        
2872
        private System.Threading.SendOrPostCallback onGetSymbolImageURLCompletedDelegate;
2873
        
2874
        private BeginOperationDelegate onBeginGetSignDataDelegate;
2875
        
2876
        private EndOperationDelegate onEndGetSignDataDelegate;
2877
        
2878
        private System.Threading.SendOrPostCallback onGetSignDataCompletedDelegate;
2879
        
2880
        private BeginOperationDelegate onBeginGetProjectNameDelegate;
2881
        
2882
        private EndOperationDelegate onEndGetProjectNameDelegate;
2883
        
2884
        private System.Threading.SendOrPostCallback onGetProjectNameCompletedDelegate;
2885
        
2886
        private BeginOperationDelegate onBeginGetPreRevSelectDelegate;
2887
        
2888
        private EndOperationDelegate onEndGetPreRevSelectDelegate;
2889
        
2890
        private System.Threading.SendOrPostCallback onGetPreRevSelectCompletedDelegate;
2891
        
2892
        private BeginOperationDelegate onBeginGetDocInfoOneSelectDelegate;
2893
        
2894
        private EndOperationDelegate onEndGetDocInfoOneSelectDelegate;
2895
        
2896
        private System.Threading.SendOrPostCallback onGetDocInfoOneSelectCompletedDelegate;
2897
        
2898
        private BeginOperationDelegate onBeginGetPrintDocItemListDelegate;
2899
        
2900
        private EndOperationDelegate onEndGetPrintDocItemListDelegate;
2901
        
2902
        private System.Threading.SendOrPostCallback onGetPrintDocItemListCompletedDelegate;
2903
        
2904
        private BeginOperationDelegate onBeginAddMessageDelegate;
2905
        
2906
        private EndOperationDelegate onEndAddMessageDelegate;
2907
        
2908
        private System.Threading.SendOrPostCallback onAddMessageCompletedDelegate;
2909
        
2910
        private BeginOperationDelegate onBeginGetMessageDelegate;
2911
        
2912
        private EndOperationDelegate onEndGetMessageDelegate;
2913
        
2914
        private System.Threading.SendOrPostCallback onGetMessageCompletedDelegate;
2915
        
2916
        private BeginOperationDelegate onBeginFinalPDF_GetDocinfoDelegate;
2917
        
2918
        private EndOperationDelegate onEndFinalPDF_GetDocinfoDelegate;
2919
        
2920
        private System.Threading.SendOrPostCallback onFinalPDF_GetDocinfoCompletedDelegate;
2921
        
2922
        private BeginOperationDelegate onBeginFinalPDF_GetDocumentItemDelegate;
2923
        
2924
        private EndOperationDelegate onEndFinalPDF_GetDocumentItemDelegate;
2925
        
2926
        private System.Threading.SendOrPostCallback onFinalPDF_GetDocumentItemCompletedDelegate;
2927
        
2928
        private BeginOperationDelegate onBeginFinalPDF_GetMarkupdataDelegate;
2929
        
2930
        private EndOperationDelegate onEndFinalPDF_GetMarkupdataDelegate;
2931
        
2932
        private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupdataCompletedDelegate;
2933
        
2934
        private BeginOperationDelegate onBeginFinalPDF_GetMarkupinfoDelegate;
2935
        
2936
        private EndOperationDelegate onEndFinalPDF_GetMarkupinfoDelegate;
2937
        
2938
        private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupinfoCompletedDelegate;
2939
        
2940
        private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFsDelegate;
2941
        
2942
        private EndOperationDelegate onEndFinalPDF_GetFinalPDFsDelegate;
2943
        
2944
        private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFsCompletedDelegate;
2945
        
2946
        private BeginOperationDelegate onBeginFinalPDF_GetDocpageDelegate;
2947
        
2948
        private EndOperationDelegate onEndFinalPDF_GetDocpageDelegate;
2949
        
2950
        private System.Threading.SendOrPostCallback onFinalPDF_GetDocpageCompletedDelegate;
2951
        
2952
        private BeginOperationDelegate onBeginFinalPDF_SetFinalPDFStatusDelegate;
2953
        
2954
        private EndOperationDelegate onEndFinalPDF_SetFinalPDFStatusDelegate;
2955
        
2956
        private System.Threading.SendOrPostCallback onFinalPDF_SetFinalPDFStatusCompletedDelegate;
2957
        
2958
        private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFStatusDelegate;
2959
        
2960
        private EndOperationDelegate onEndFinalPDF_GetFinalPDFStatusDelegate;
2961
        
2962
        private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFStatusCompletedDelegate;
2963
        
2964
        private BeginOperationDelegate onBeginFinalPDF_SetCurrentPageDelegate;
2965
        
2966
        private EndOperationDelegate onEndFinalPDF_SetCurrentPageDelegate;
2967
        
2968
        private System.Threading.SendOrPostCallback onFinalPDF_SetCurrentPageCompletedDelegate;
2969
        
2970
        private BeginOperationDelegate onBeginFinalPDF_SetErrorDelegate;
2971
        
2972
        private EndOperationDelegate onEndFinalPDF_SetErrorDelegate;
2973
        
2974
        private System.Threading.SendOrPostCallback onFinalPDF_SetErrorCompletedDelegate;
2975
        
2976
        private BeginOperationDelegate onBeginFinalPDF_SetFinalResultPathDelegate;
2977
        
2978
        private EndOperationDelegate onEndFinalPDF_SetFinalResultPathDelegate;
2979
        
2980
        private System.Threading.SendOrPostCallback onFinalPDF_SetFinalResultPathCompletedDelegate;
2981
        
2982
        private BeginOperationDelegate onBeginFinalPDF_GetCommentMemberDelegate;
2983
        
2984
        private EndOperationDelegate onEndFinalPDF_GetCommentMemberDelegate;
2985
        
2986
        private System.Threading.SendOrPostCallback onFinalPDF_GetCommentMemberCompletedDelegate;
2987
        
2988
        private BeginOperationDelegate onBeginFinalPDF_GetPropertiesDelegate;
2989
        
2990
        private EndOperationDelegate onEndFinalPDF_GetPropertiesDelegate;
2991
        
2992
        private System.Threading.SendOrPostCallback onFinalPDF_GetPropertiesCompletedDelegate;
2993
        
2994
        public ServiceDeepViewClient() {
2995
        }
2996
        
2997
        public ServiceDeepViewClient(string endpointConfigurationName) : 
2998
                base(endpointConfigurationName) {
2999
        }
3000
        
3001
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
3002
                base(endpointConfigurationName, remoteAddress) {
3003
        }
3004
        
3005
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
3006
                base(endpointConfigurationName, remoteAddress) {
3007
        }
3008
        
3009
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
3010
                base(binding, remoteAddress) {
3011
        }
3012
        
3013
        public event System.EventHandler<GetVersionDataCompletedEventArgs> GetVersionDataCompleted;
3014
        
3015
        public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted;
3016
        
3017
        public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted;
3018
        
3019
        public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted;
3020
        
3021
        public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted;
3022
        
3023
        public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
3024
        
3025
        public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
3026
        
3027
        public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted;
3028
        
3029
        public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted;
3030
        
3031
        public event System.EventHandler<GetVPRevisionFirstOrDefaultCompletedEventArgs> GetVPRevisionFirstOrDefaultCompleted;
3032
        
3033
        public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted;
3034
        
3035
        public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted;
3036
        
3037
        public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted;
3038
        
3039
        public event System.EventHandler<GetDocItemIDCompletedEventArgs> GetDocItemIDCompleted;
3040
        
3041
        public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted;
3042
        
3043
        public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted;
3044
        
3045
        public event System.EventHandler<GetUserDataCompletedEventArgs> GetUserDataCompleted;
3046
        
3047
        public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted;
3048
        
3049
        public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted;
3050
        
3051
        public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted;
3052
        
3053
        public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted;
3054
        
3055
        public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted;
3056
        
3057
        public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted;
3058
        
3059
        public event System.EventHandler<AddPublicSymbolCompletedEventArgs> AddPublicSymbolCompleted;
3060
        
3061
        public event System.EventHandler<DeleteSymbolCompletedEventArgs> DeleteSymbolCompleted;
3062
        
3063
        public event System.EventHandler<RenameSymbolCompletedEventArgs> RenameSymbolCompleted;
3064
        
3065
        public event System.EventHandler<AddCheckListHistoryCompletedEventArgs> AddCheckListHistoryCompleted;
3066
        
3067
        public event System.EventHandler<SaveCheckListHistoryCompletedEventArgs> SaveCheckListHistoryCompleted;
3068
        
3069
        public event System.EventHandler<SaveCheckListCompletedEventArgs> SaveCheckListCompleted;
3070
        
3071
        public event System.EventHandler<AddCheckListCompletedEventArgs> AddCheckListCompleted;
3072
        
3073
        public event System.EventHandler<GetCheckListCompletedEventArgs> GetCheckListCompleted;
3074
        
3075
        public event System.EventHandler<GetUserCheckListCompletedEventArgs> GetUserCheckListCompleted;
3076
        
3077
        public event System.EventHandler<GetCheckListHistoryCompletedEventArgs> GetCheckListHistoryCompleted;
3078
        
3079
        public event System.EventHandler<GetCheckListHistoryFirstOrDefaultCompletedEventArgs> GetCheckListHistoryFirstOrDefaultCompleted;
3080
        
3081
        public event System.EventHandler<SavePageAngleCompletedEventArgs> SavePageAngleCompleted;
3082
        
3083
        public event System.EventHandler<GetMarkupInfoCompletedEventArgs> GetMarkupInfoCompleted;
3084
        
3085
        public event System.EventHandler<GetMarkupDataListperPageCompletedEventArgs> GetMarkupDataListperPageCompleted;
3086
        
3087
        public event System.EventHandler<GetMarkupDataForPageCompletedEventArgs> GetMarkupDataForPageCompleted;
3088
        
3089
        public event System.EventHandler<AddMarkupInfoCompletedEventArgs> AddMarkupInfoCompleted;
3090
        
3091
        public event System.EventHandler<AddMarkupInfoVersionCompletedEventArgs> AddMarkupInfoVersionCompleted;
3092
        
3093
        public event System.EventHandler<AddMarkupDataCompletedEventArgs> AddMarkupDataCompleted;
3094
        
3095
        public event System.EventHandler<AvoidMarkupInfoCompletedEventArgs> AvoidMarkupInfoCompleted;
3096
        
3097
        public event System.EventHandler<SaveMarkupInfoCompletedEventArgs> SaveMarkupInfoCompleted;
3098
        
3099
        public event System.EventHandler<GetMarkupDataListCompletedEventArgs> GetMarkupDataListCompleted;
3100
        
3101
        public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted;
3102
        
3103
        public event System.EventHandler<ConsolidateMergedPDFCompletedEventArgs> ConsolidateMergedPDFCompleted;
3104
        
3105
        public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted;
3106
        
3107
        public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted;
3108
        
3109
        public event System.EventHandler<GetSymbolListCompletedEventArgs> GetSymbolListCompleted;
3110
        
3111
        public event System.EventHandler<GetPublicSymbolDeptListCompletedEventArgs> GetPublicSymbolDeptListCompleted;
3112
        
3113
        public event System.EventHandler<GetPublicSymbolListCompletedEventArgs> GetPublicSymbolListCompleted;
3114
        
3115
        public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted;
3116
        
3117
        public event System.EventHandler<GetSymbolImageURLCompletedEventArgs> GetSymbolImageURLCompleted;
3118
        
3119
        public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted;
3120
        
3121
        public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted;
3122
        
3123
        public event System.EventHandler<GetPreRevSelectCompletedEventArgs> GetPreRevSelectCompleted;
3124
        
3125
        public event System.EventHandler<GetDocInfoOneSelectCompletedEventArgs> GetDocInfoOneSelectCompleted;
3126
        
3127
        public event System.EventHandler<GetPrintDocItemListCompletedEventArgs> GetPrintDocItemListCompleted;
3128
        
3129
        public event System.EventHandler<AddMessageCompletedEventArgs> AddMessageCompleted;
3130
        
3131
        public event System.EventHandler<GetMessageCompletedEventArgs> GetMessageCompleted;
3132
        
3133
        public event System.EventHandler<FinalPDF_GetDocinfoCompletedEventArgs> FinalPDF_GetDocinfoCompleted;
3134
        
3135
        public event System.EventHandler<FinalPDF_GetDocumentItemCompletedEventArgs> FinalPDF_GetDocumentItemCompleted;
3136
        
3137
        public event System.EventHandler<FinalPDF_GetMarkupdataCompletedEventArgs> FinalPDF_GetMarkupdataCompleted;
3138
        
3139
        public event System.EventHandler<FinalPDF_GetMarkupinfoCompletedEventArgs> FinalPDF_GetMarkupinfoCompleted;
3140
        
3141
        public event System.EventHandler<FinalPDF_GetFinalPDFsCompletedEventArgs> FinalPDF_GetFinalPDFsCompleted;
3142
        
3143
        public event System.EventHandler<FinalPDF_GetDocpageCompletedEventArgs> FinalPDF_GetDocpageCompleted;
3144
        
3145
        public event System.EventHandler<FinalPDF_SetFinalPDFStatusCompletedEventArgs> FinalPDF_SetFinalPDFStatusCompleted;
3146
        
3147
        public event System.EventHandler<FinalPDF_GetFinalPDFStatusCompletedEventArgs> FinalPDF_GetFinalPDFStatusCompleted;
3148
        
3149
        public event System.EventHandler<FinalPDF_SetCurrentPageCompletedEventArgs> FinalPDF_SetCurrentPageCompleted;
3150
        
3151
        public event System.EventHandler<FinalPDF_SetErrorCompletedEventArgs> FinalPDF_SetErrorCompleted;
3152
        
3153
        public event System.EventHandler<FinalPDF_SetFinalResultPathCompletedEventArgs> FinalPDF_SetFinalResultPathCompleted;
3154
        
3155
        public event System.EventHandler<FinalPDF_GetCommentMemberCompletedEventArgs> FinalPDF_GetCommentMemberCompleted;
3156
        
3157
        public event System.EventHandler<FinalPDF_GetPropertiesCompletedEventArgs> FinalPDF_GetPropertiesCompleted;
3158
        
3159
        public string GetVersionData(bool is64BitProcess, string markusVer) {
3160
            return base.Channel.GetVersionData(is64BitProcess, markusVer);
3161
        }
3162
        
3163
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3164
        public System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState) {
3165
            return base.Channel.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState);
3166
        }
3167
        
3168
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3169
        public string EndGetVersionData(System.IAsyncResult result) {
3170
            return base.Channel.EndGetVersionData(result);
3171
        }
3172
        
3173
        private System.IAsyncResult OnBeginGetVersionData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3174
            bool is64BitProcess = ((bool)(inValues[0]));
3175
            string markusVer = ((string)(inValues[1]));
3176
            return this.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState);
3177
        }
3178
        
3179
        private object[] OnEndGetVersionData(System.IAsyncResult result) {
3180
            string retVal = this.EndGetVersionData(result);
3181
            return new object[] {
3182
                    retVal};
3183
        }
3184
        
3185
        private void OnGetVersionDataCompleted(object state) {
3186
            if ((this.GetVersionDataCompleted != null)) {
3187
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3188
                this.GetVersionDataCompleted(this, new GetVersionDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3189
            }
3190
        }
3191
        
3192
        public void GetVersionDataAsync(bool is64BitProcess, string markusVer) {
3193
            this.GetVersionDataAsync(is64BitProcess, markusVer, null);
3194
        }
3195
        
3196
        public void GetVersionDataAsync(bool is64BitProcess, string markusVer, object userState) {
3197
            if ((this.onBeginGetVersionDataDelegate == null)) {
3198
                this.onBeginGetVersionDataDelegate = new BeginOperationDelegate(this.OnBeginGetVersionData);
3199
            }
3200
            if ((this.onEndGetVersionDataDelegate == null)) {
3201
                this.onEndGetVersionDataDelegate = new EndOperationDelegate(this.OnEndGetVersionData);
3202
            }
3203
            if ((this.onGetVersionDataCompletedDelegate == null)) {
3204
                this.onGetVersionDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVersionDataCompleted);
3205
            }
3206
            base.InvokeAsync(this.onBeginGetVersionDataDelegate, new object[] {
3207
                        is64BitProcess,
3208
                        markusVer}, this.onEndGetVersionDataDelegate, this.onGetVersionDataCompletedDelegate, userState);
3209
        }
3210
        
3211
        public IKCOM.KCOM_SystemInfo GetSystemData() {
3212
            return base.Channel.GetSystemData();
3213
        }
3214
        
3215
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3216
        public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) {
3217
            return base.Channel.BeginGetSystemData(callback, asyncState);
3218
        }
3219
        
3220
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3221
        public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) {
3222
            return base.Channel.EndGetSystemData(result);
3223
        }
3224
        
3225
        private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3226
            return this.BeginGetSystemData(callback, asyncState);
3227
        }
3228
        
3229
        private object[] OnEndGetSystemData(System.IAsyncResult result) {
3230
            IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result);
3231
            return new object[] {
3232
                    retVal};
3233
        }
3234
        
3235
        private void OnGetSystemDataCompleted(object state) {
3236
            if ((this.GetSystemDataCompleted != null)) {
3237
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3238
                this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3239
            }
3240
        }
3241
        
3242
        public void GetSystemDataAsync() {
3243
            this.GetSystemDataAsync(null);
3244
        }
3245
        
3246
        public void GetSystemDataAsync(object userState) {
3247
            if ((this.onBeginGetSystemDataDelegate == null)) {
3248
                this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData);
3249
            }
3250
            if ((this.onEndGetSystemDataDelegate == null)) {
3251
                this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData);
3252
            }
3253
            if ((this.onGetSystemDataCompletedDelegate == null)) {
3254
                this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted);
3255
            }
3256
            base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState);
3257
        }
3258
        
3259
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
3260
            return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
3261
        }
3262
        
3263
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3264
        public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) {
3265
            return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
3266
        }
3267
        
3268
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3269
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) {
3270
            return base.Channel.EndGetFavoriteVP(result);
3271
        }
3272
        
3273
        private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
3274
            string PrjNo = ((string)(inValues[0]));
3275
            string userID = ((string)(inValues[1]));
3276
            string sharepointItemID = ((string)(inValues[2]));
3277
            return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
3278
        }
3279
        
3280
        private object[] OnEndGetFavoriteVP(System.IAsyncResult result) {
3281
            System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result);
3282
            return new object[] {
3283
                    retVal};
3284
        }
3285
        
3286
        private void OnGetFavoriteVPCompleted(object state) {
3287
            if ((this.GetFavoriteVPCompleted != null)) {
3288
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3289
                this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3290
            }
3291
        }
3292
        
3293
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
3294
            this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null);
3295
        }
3296
        
3297
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) {
3298
            if ((this.onBeginGetFavoriteVPDelegate == null)) {
3299
                this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP);
3300
            }
3301
            if ((this.onEndGetFavoriteVPDelegate == null)) {
3302
                this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP);
3303
            }
3304
            if ((this.onGetFavoriteVPCompletedDelegate == null)) {
3305
                this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted);
3306
            }
3307
            base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] {
3308
                        PrjNo,
3309
                        userID,
3310
                        sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState);
3311
        }
3312
        
3313
        public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
3314
            return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
3315
        }
3316
        
3317
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3318
        public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) {
3319
            return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
3320
        }
3321
        
3322
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3323
        public bool EndEditFavoriteVP(System.IAsyncResult result) {
3324
            return base.Channel.EndEditFavoriteVP(result);
3325
        }
3326
        
3327
        private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
3328
            string prjNo = ((string)(inValues[0]));
3329
            string userID = ((string)(inValues[1]));
3330
            string docID = ((string)(inValues[2]));
3331
            int state = ((int)(inValues[3]));
3332
            string description = ((string)(inValues[4]));
3333
            return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
3334
        }
3335
        
3336
        private object[] OnEndEditFavoriteVP(System.IAsyncResult result) {
3337
            bool retVal = this.EndEditFavoriteVP(result);
3338
            return new object[] {
3339
                    retVal};
3340
        }
3341
        
3342
        private void OnEditFavoriteVPCompleted(object state) {
3343
            if ((this.EditFavoriteVPCompleted != null)) {
3344
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3345
                this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3346
            }
3347
        }
3348
        
3349
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
3350
            this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null);
3351
        }
3352
        
3353
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) {
3354
            if ((this.onBeginEditFavoriteVPDelegate == null)) {
3355
                this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP);
3356
            }
3357
            if ((this.onEndEditFavoriteVPDelegate == null)) {
3358
                this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP);
3359
            }
3360
            if ((this.onEditFavoriteVPCompletedDelegate == null)) {
3361
                this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted);
3362
            }
3363
            base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] {
3364
                        prjNo,
3365
                        userID,
3366
                        docID,
3367
                        state,
3368
                        description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState);
3369
        }
3370
        
3371
        public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
3372
            return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
3373
        }
3374
        
3375
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3376
        public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) {
3377
            return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
3378
        }
3379
        
3380
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3381
        public bool EndDelFavoriteVP(System.IAsyncResult result) {
3382
            return base.Channel.EndDelFavoriteVP(result);
3383
        }
3384
        
3385
        private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
3386
            string prjNo = ((string)(inValues[0]));
3387
            string userID = ((string)(inValues[1]));
3388
            int SavePageNo = ((int)(inValues[2]));
3389
            string docID = ((string)(inValues[3]));
3390
            return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
3391
        }
3392
        
3393
        private object[] OnEndDelFavoriteVP(System.IAsyncResult result) {
3394
            bool retVal = this.EndDelFavoriteVP(result);
3395
            return new object[] {
3396
                    retVal};
3397
        }
3398
        
3399
        private void OnDelFavoriteVPCompleted(object state) {
3400
            if ((this.DelFavoriteVPCompleted != null)) {
3401
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3402
                this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3403
            }
3404
        }
3405
        
3406
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
3407
            this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null);
3408
        }
3409
        
3410
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) {
3411
            if ((this.onBeginDelFavoriteVPDelegate == null)) {
3412
                this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP);
3413
            }
3414
            if ((this.onEndDelFavoriteVPDelegate == null)) {
3415
                this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP);
3416
            }
3417
            if ((this.onDelFavoriteVPCompletedDelegate == null)) {
3418
                this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted);
3419
            }
3420
            base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] {
3421
                        prjNo,
3422
                        userID,
3423
                        SavePageNo,
3424
                        docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState);
3425
        }
3426
        
3427
        public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
3428
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
3429
        }
3430
        
3431
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3432
        public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState) {
3433
            return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
3434
        }
3435
        
3436
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3437
        public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) {
3438
            return base.Channel.EndGetCompareRect(result);
3439
        }
3440
        
3441
        private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) {
3442
            string projectNo = ((string)(inValues[0]));
3443
            string originDocItem_ID = ((string)(inValues[1]));
3444
            string targetDocItem_ID = ((string)(inValues[2]));
3445
            string originPageNo = ((string)(inValues[3]));
3446
            string targetPageNo = ((string)(inValues[4]));
3447
            string isInternalAddress = ((string)(inValues[5]));
3448
            return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
3449
        }
3450
        
3451
        private object[] OnEndGetCompareRect(System.IAsyncResult result) {
3452
            System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result);
3453
            return new object[] {
3454
                    retVal};
3455
        }
3456
        
3457
        private void OnGetCompareRectCompleted(object state) {
3458
            if ((this.GetCompareRectCompleted != null)) {
3459
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3460
                this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3461
            }
3462
        }
3463
        
3464
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
3465
            this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, null);
3466
        }
3467
        
3468
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, object userState) {
3469
            if ((this.onBeginGetCompareRectDelegate == null)) {
3470
                this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect);
3471
            }
3472
            if ((this.onEndGetCompareRectDelegate == null)) {
3473
                this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect);
3474
            }
3475
            if ((this.onGetCompareRectCompletedDelegate == null)) {
3476
                this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted);
3477
            }
3478
            base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] {
3479
                        projectNo,
3480
                        originDocItem_ID,
3481
                        targetDocItem_ID,
3482
                        originPageNo,
3483
                        targetPageNo,
3484
                        isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState);
3485
        }
3486
        
3487
        public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
3488
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
3489
        }
3490
        
3491
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3492
        public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
3493
            return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
3494
        }
3495
        
3496
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3497
        public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) {
3498
            return base.Channel.EndSetFinalPDF(result);
3499
        }
3500
        
3501
        private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
3502
            string ProjectNo = ((string)(inValues[0]));
3503
            string DocInfoID = ((string)(inValues[1]));
3504
            string MarkupInfoID = ((string)(inValues[2]));
3505
            string CreateUserID = ((string)(inValues[3]));
3506
            return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
3507
        }
3508
        
3509
        private object[] OnEndSetFinalPDF(System.IAsyncResult result) {
3510
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result);
3511
            return new object[] {
3512
                    retVal};
3513
        }
3514
        
3515
        private void OnSetFinalPDFCompleted(object state) {
3516
            if ((this.SetFinalPDFCompleted != null)) {
3517
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3518
                this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3519
            }
3520
        }
3521
        
3522
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
3523
            this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null);
3524
        }
3525
        
3526
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) {
3527
            if ((this.onBeginSetFinalPDFDelegate == null)) {
3528
                this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF);
3529
            }
3530
            if ((this.onEndSetFinalPDFDelegate == null)) {
3531
                this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF);
3532
            }
3533
            if ((this.onSetFinalPDFCompletedDelegate == null)) {
3534
                this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted);
3535
            }
3536
            base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] {
3537
                        ProjectNo,
3538
                        DocInfoID,
3539
                        MarkupInfoID,
3540
                        CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState);
3541
        }
3542
        
3543
        public bool GetConversionState(IKCOM.KCOM_BasicParam param) {
3544
            return base.Channel.GetConversionState(param);
3545
        }
3546
        
3547
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3548
        public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
3549
            return base.Channel.BeginGetConversionState(param, callback, asyncState);
3550
        }
3551
        
3552
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3553
        public bool EndGetConversionState(System.IAsyncResult result) {
3554
            return base.Channel.EndGetConversionState(result);
3555
        }
3556
        
3557
        private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) {
3558
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
3559
            return this.BeginGetConversionState(param, callback, asyncState);
3560
        }
3561
        
3562
        private object[] OnEndGetConversionState(System.IAsyncResult result) {
3563
            bool retVal = this.EndGetConversionState(result);
3564
            return new object[] {
3565
                    retVal};
3566
        }
3567
        
3568
        private void OnGetConversionStateCompleted(object state) {
3569
            if ((this.GetConversionStateCompleted != null)) {
3570
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3571
                this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3572
            }
3573
        }
3574
        
3575
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) {
3576
            this.GetConversionStateAsync(param, null);
3577
        }
3578
        
3579
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) {
3580
            if ((this.onBeginGetConversionStateDelegate == null)) {
3581
                this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState);
3582
            }
3583
            if ((this.onEndGetConversionStateDelegate == null)) {
3584
                this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState);
3585
            }
3586
            if ((this.onGetConversionStateCompletedDelegate == null)) {
3587
                this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted);
3588
            }
3589
            base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] {
3590
                        param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState);
3591
        }
3592
        
3593
        public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
3594
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
3595
        }
3596
        
3597
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3598
        public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
3599
            return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
3600
        }
3601
        
3602
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3603
        public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) {
3604
            return base.Channel.EndGetVPRevisionHistory(result);
3605
        }
3606
        
3607
        private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
3608
            string ProjectNo = ((string)(inValues[0]));
3609
            string vpNo = ((string)(inValues[1]));
3610
            string DocumentId = ((string)(inValues[2]));
3611
            return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
3612
        }
3613
        
3614
        private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) {
3615
            System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result);
3616
            return new object[] {
3617
                    retVal};
3618
        }
3619
        
3620
        private void OnGetVPRevisionHistoryCompleted(object state) {
3621
            if ((this.GetVPRevisionHistoryCompleted != null)) {
3622
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3623
                this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3624
            }
3625
        }
3626
        
3627
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
3628
            this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null);
3629
        }
3630
        
3631
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) {
3632
            if ((this.onBeginGetVPRevisionHistoryDelegate == null)) {
3633
                this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory);
3634
            }
3635
            if ((this.onEndGetVPRevisionHistoryDelegate == null)) {
3636
                this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory);
3637
            }
3638
            if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) {
3639
                this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted);
3640
            }
3641
            base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] {
3642
                        ProjectNo,
3643
                        vpNo,
3644
                        DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState);
3645
        }
3646
        
3647
        public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) {
3648
            return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId);
3649
        }
3650
        
3651
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3652
        public System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
3653
            return base.Channel.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
3654
        }
3655
        
3656
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3657
        public IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
3658
            return base.Channel.EndGetVPRevisionFirstOrDefault(result);
3659
        }
3660
        
3661
        private System.IAsyncResult OnBeginGetVPRevisionFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
3662
            string ProjectNo = ((string)(inValues[0]));
3663
            string DocumentId = ((string)(inValues[1]));
3664
            return this.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
3665
        }
3666
        
3667
        private object[] OnEndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
3668
            IKCOM.VPRevision retVal = this.EndGetVPRevisionFirstOrDefault(result);
3669
            return new object[] {
3670
                    retVal};
3671
        }
3672
        
3673
        private void OnGetVPRevisionFirstOrDefaultCompleted(object state) {
3674
            if ((this.GetVPRevisionFirstOrDefaultCompleted != null)) {
3675
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3676
                this.GetVPRevisionFirstOrDefaultCompleted(this, new GetVPRevisionFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3677
            }
3678
        }
3679
        
3680
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) {
3681
            this.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId, null);
3682
        }
3683
        
3684
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId, object userState) {
3685
            if ((this.onBeginGetVPRevisionFirstOrDefaultDelegate == null)) {
3686
                this.onBeginGetVPRevisionFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionFirstOrDefault);
3687
            }
3688
            if ((this.onEndGetVPRevisionFirstOrDefaultDelegate == null)) {
3689
                this.onEndGetVPRevisionFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionFirstOrDefault);
3690
            }
3691
            if ((this.onGetVPRevisionFirstOrDefaultCompletedDelegate == null)) {
3692
                this.onGetVPRevisionFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionFirstOrDefaultCompleted);
3693
            }
3694
            base.InvokeAsync(this.onBeginGetVPRevisionFirstOrDefaultDelegate, new object[] {
3695
                        ProjectNo,
3696
                        DocumentId}, this.onEndGetVPRevisionFirstOrDefaultDelegate, this.onGetVPRevisionFirstOrDefaultCompletedDelegate, userState);
3697
        }
3698
        
3699
        public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) {
3700
            return base.Channel.GetDocInfo(param);
3701
        }
3702
        
3703
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3704
        public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
3705
            return base.Channel.BeginGetDocInfo(param, callback, asyncState);
3706
        }
3707
        
3708
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3709
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) {
3710
            return base.Channel.EndGetDocInfo(result);
3711
        }
3712
        
3713
        private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
3714
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
3715
            return this.BeginGetDocInfo(param, callback, asyncState);
3716
        }
3717
        
3718
        private object[] OnEndGetDocInfo(System.IAsyncResult result) {
3719
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result);
3720
            return new object[] {
3721
                    retVal};
3722
        }
3723
        
3724
        private void OnGetDocInfoCompleted(object state) {
3725
            if ((this.GetDocInfoCompleted != null)) {
3726
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3727
                this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3728
            }
3729
        }
3730
        
3731
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) {
3732
            this.GetDocInfoAsync(param, null);
3733
        }
3734
        
3735
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
3736
            if ((this.onBeginGetDocInfoDelegate == null)) {
3737
                this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo);
3738
            }
3739
            if ((this.onEndGetDocInfoDelegate == null)) {
3740
                this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo);
3741
            }
3742
            if ((this.onGetDocInfoCompletedDelegate == null)) {
3743
                this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted);
3744
            }
3745
            base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] {
3746
                        param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState);
3747
        }
3748
        
3749
        public bool GetCheckSystemAdmin(string UserID) {
3750
            return base.Channel.GetCheckSystemAdmin(UserID);
3751
        }
3752
        
3753
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3754
        public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) {
3755
            return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
3756
        }
3757
        
3758
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3759
        public bool EndGetCheckSystemAdmin(System.IAsyncResult result) {
3760
            return base.Channel.EndGetCheckSystemAdmin(result);
3761
        }
3762
        
3763
        private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) {
3764
            string UserID = ((string)(inValues[0]));
3765
            return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
3766
        }
3767
        
3768
        private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) {
3769
            bool retVal = this.EndGetCheckSystemAdmin(result);
3770
            return new object[] {
3771
                    retVal};
3772
        }
3773
        
3774
        private void OnGetCheckSystemAdminCompleted(object state) {
3775
            if ((this.GetCheckSystemAdminCompleted != null)) {
3776
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3777
                this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3778
            }
3779
        }
3780
        
3781
        public void GetCheckSystemAdminAsync(string UserID) {
3782
            this.GetCheckSystemAdminAsync(UserID, null);
3783
        }
3784
        
3785
        public void GetCheckSystemAdminAsync(string UserID, object userState) {
3786
            if ((this.onBeginGetCheckSystemAdminDelegate == null)) {
3787
                this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin);
3788
            }
3789
            if ((this.onEndGetCheckSystemAdminDelegate == null)) {
3790
                this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin);
3791
            }
3792
            if ((this.onGetCheckSystemAdminCompletedDelegate == null)) {
3793
                this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted);
3794
            }
3795
            base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] {
3796
                        UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState);
3797
        }
3798
        
3799
        public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) {
3800
            return base.Channel.GetDocumentItemInfo(param);
3801
        }
3802
        
3803
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3804
        public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
3805
            return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState);
3806
        }
3807
        
3808
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3809
        public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) {
3810
            return base.Channel.EndGetDocumentItemInfo(result);
3811
        }
3812
        
3813
        private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
3814
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
3815
            return this.BeginGetDocumentItemInfo(param, callback, asyncState);
3816
        }
3817
        
3818
        private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) {
3819
            KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result);
3820
            return new object[] {
3821
                    retVal};
3822
        }
3823
        
3824
        private void OnGetDocumentItemInfoCompleted(object state) {
3825
            if ((this.GetDocumentItemInfoCompleted != null)) {
3826
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3827
                this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3828
            }
3829
        }
3830
        
3831
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) {
3832
            this.GetDocumentItemInfoAsync(param, null);
3833
        }
3834
        
3835
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
3836
            if ((this.onBeginGetDocumentItemInfoDelegate == null)) {
3837
                this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo);
3838
            }
3839
            if ((this.onEndGetDocumentItemInfoDelegate == null)) {
3840
                this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo);
3841
            }
3842
            if ((this.onGetDocumentItemInfoCompletedDelegate == null)) {
3843
                this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted);
3844
            }
3845
            base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] {
3846
                        param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState);
3847
        }
3848
        
3849
        public string GetDocItemID(string ensemble_id) {
3850
            return base.Channel.GetDocItemID(ensemble_id);
3851
        }
3852
        
3853
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3854
        public System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState) {
3855
            return base.Channel.BeginGetDocItemID(ensemble_id, callback, asyncState);
3856
        }
3857
        
3858
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3859
        public string EndGetDocItemID(System.IAsyncResult result) {
3860
            return base.Channel.EndGetDocItemID(result);
3861
        }
3862
        
3863
        private System.IAsyncResult OnBeginGetDocItemID(object[] inValues, System.AsyncCallback callback, object asyncState) {
3864
            string ensemble_id = ((string)(inValues[0]));
3865
            return this.BeginGetDocItemID(ensemble_id, callback, asyncState);
3866
        }
3867
        
3868
        private object[] OnEndGetDocItemID(System.IAsyncResult result) {
3869
            string retVal = this.EndGetDocItemID(result);
3870
            return new object[] {
3871
                    retVal};
3872
        }
3873
        
3874
        private void OnGetDocItemIDCompleted(object state) {
3875
            if ((this.GetDocItemIDCompleted != null)) {
3876
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3877
                this.GetDocItemIDCompleted(this, new GetDocItemIDCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3878
            }
3879
        }
3880
        
3881
        public void GetDocItemIDAsync(string ensemble_id) {
3882
            this.GetDocItemIDAsync(ensemble_id, null);
3883
        }
3884
        
3885
        public void GetDocItemIDAsync(string ensemble_id, object userState) {
3886
            if ((this.onBeginGetDocItemIDDelegate == null)) {
3887
                this.onBeginGetDocItemIDDelegate = new BeginOperationDelegate(this.OnBeginGetDocItemID);
3888
            }
3889
            if ((this.onEndGetDocItemIDDelegate == null)) {
3890
                this.onEndGetDocItemIDDelegate = new EndOperationDelegate(this.OnEndGetDocItemID);
3891
            }
3892
            if ((this.onGetDocItemIDCompletedDelegate == null)) {
3893
                this.onGetDocItemIDCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocItemIDCompleted);
3894
            }
3895
            base.InvokeAsync(this.onBeginGetDocItemIDDelegate, new object[] {
3896
                        ensemble_id}, this.onEndGetDocItemIDDelegate, this.onGetDocItemIDCompletedDelegate, userState);
3897
        }
3898
        
3899
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
3900
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
3901
        }
3902
        
3903
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3904
        public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) {
3905
            return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3906
        }
3907
        
3908
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3909
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) {
3910
            return base.Channel.EndGetMarkupInfoItems(result);
3911
        }
3912
        
3913
        private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3914
            string ProjectNo = ((string)(inValues[0]));
3915
            string DocInfoId = ((string)(inValues[1]));
3916
            return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3917
        }
3918
        
3919
        private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) {
3920
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result);
3921
            return new object[] {
3922
                    retVal};
3923
        }
3924
        
3925
        private void OnGetMarkupInfoItemsCompleted(object state) {
3926
            if ((this.GetMarkupInfoItemsCompleted != null)) {
3927
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3928
                this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3929
            }
3930
        }
3931
        
3932
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
3933
            this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null);
3934
        }
3935
        
3936
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) {
3937
            if ((this.onBeginGetMarkupInfoItemsDelegate == null)) {
3938
                this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems);
3939
            }
3940
            if ((this.onEndGetMarkupInfoItemsDelegate == null)) {
3941
                this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems);
3942
            }
3943
            if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) {
3944
                this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted);
3945
            }
3946
            base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] {
3947
                        ProjectNo,
3948
                        DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState);
3949
        }
3950
        
3951
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
3952
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
3953
        }
3954
        
3955
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3956
        public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) {
3957
            return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3958
        }
3959
        
3960
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3961
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3962
            return base.Channel.EndGetSyncMarkupInfoItems(result);
3963
        }
3964
        
3965
        private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3966
            string ProjectNo = ((string)(inValues[0]));
3967
            string DocInfoId = ((string)(inValues[1]));
3968
            string currentUser = ((string)(inValues[2]));
3969
            return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3970
        }
3971
        
3972
        private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3973
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result);
3974
            return new object[] {
3975
                    retVal};
3976
        }
3977
        
3978
        private void OnGetSyncMarkupInfoItemsCompleted(object state) {
3979
            if ((this.GetSyncMarkupInfoItemsCompleted != null)) {
3980
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3981
                this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3982
            }
3983
        }
3984
        
3985
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
3986
            this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null);
3987
        }
3988
        
3989
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) {
3990
            if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) {
3991
                this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems);
3992
            }
3993
            if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) {
3994
                this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems);
3995
            }
3996
            if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) {
3997
                this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted);
3998
            }
3999
            base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] {
4000
                        ProjectNo,
4001
                        DocInfoId,
4002
                        currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState);
4003
        }
4004
        
4005
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) {
4006
            return base.Channel.GetUserData(ProjectNo, UserID);
4007
        }
4008
        
4009
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4010
        public System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState) {
4011
            return base.Channel.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
4012
        }
4013
        
4014
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4015
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result) {
4016
            return base.Channel.EndGetUserData(result);
4017
        }
4018
        
4019
        private System.IAsyncResult OnBeginGetUserData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4020
            string ProjectNo = ((string)(inValues[0]));
4021
            string UserID = ((string)(inValues[1]));
4022
            return this.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
4023
        }
4024
        
4025
        private object[] OnEndGetUserData(System.IAsyncResult result) {
4026
            System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> retVal = this.EndGetUserData(result);
4027
            return new object[] {
4028
                    retVal};
4029
        }
4030
        
4031
        private void OnGetUserDataCompleted(object state) {
4032
            if ((this.GetUserDataCompleted != null)) {
4033
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4034
                this.GetUserDataCompleted(this, new GetUserDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4035
            }
4036
        }
4037
        
4038
        public void GetUserDataAsync(string ProjectNo, string UserID) {
4039
            this.GetUserDataAsync(ProjectNo, UserID, null);
4040
        }
4041
        
4042
        public void GetUserDataAsync(string ProjectNo, string UserID, object userState) {
4043
            if ((this.onBeginGetUserDataDelegate == null)) {
4044
                this.onBeginGetUserDataDelegate = new BeginOperationDelegate(this.OnBeginGetUserData);
4045
            }
4046
            if ((this.onEndGetUserDataDelegate == null)) {
4047
                this.onEndGetUserDataDelegate = new EndOperationDelegate(this.OnEndGetUserData);
4048
            }
4049
            if ((this.onGetUserDataCompletedDelegate == null)) {
4050
                this.onGetUserDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserDataCompleted);
4051
            }
4052
            base.InvokeAsync(this.onBeginGetUserDataDelegate, new object[] {
4053
                        ProjectNo,
4054
                        UserID}, this.onEndGetUserDataDelegate, this.onGetUserDataCompletedDelegate, userState);
4055
        }
4056
        
4057
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
4058
            return base.Channel.GetDeptData(UserDept);
4059
        }
4060
        
4061
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4062
        public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) {
4063
            return base.Channel.BeginGetDeptData(UserDept, callback, asyncState);
4064
        }
4065
        
4066
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4067
        public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) {
4068
            return base.Channel.EndGetDeptData(result);
4069
        }
4070
        
4071
        private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4072
            string UserDept = ((string)(inValues[0]));
4073
            return this.BeginGetDeptData(UserDept, callback, asyncState);
4074
        }
4075
        
4076
        private object[] OnEndGetDeptData(System.IAsyncResult result) {
4077
            System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result);
4078
            return new object[] {
4079
                    retVal};
4080
        }
4081
        
4082
        private void OnGetDeptDataCompleted(object state) {
4083
            if ((this.GetDeptDataCompleted != null)) {
4084
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4085
                this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4086
            }
4087
        }
4088
        
4089
        public void GetDeptDataAsync(string UserDept) {
4090
            this.GetDeptDataAsync(UserDept, null);
4091
        }
4092
        
4093
        public void GetDeptDataAsync(string UserDept, object userState) {
4094
            if ((this.onBeginGetDeptDataDelegate == null)) {
4095
                this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData);
4096
            }
4097
            if ((this.onEndGetDeptDataDelegate == null)) {
4098
                this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData);
4099
            }
4100
            if ((this.onGetDeptDataCompletedDelegate == null)) {
4101
                this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted);
4102
            }
4103
            base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] {
4104
                        UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState);
4105
        }
4106
        
4107
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
4108
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
4109
        }
4110
        
4111
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4112
        public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) {
4113
            return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
4114
        }
4115
        
4116
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4117
        public bool EndDeleteMarkup(System.IAsyncResult result) {
4118
            return base.Channel.EndDeleteMarkup(result);
4119
        }
4120
        
4121
        private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) {
4122
            string ProjectNo = ((string)(inValues[0]));
4123
            string MarkupInfoID = ((string)(inValues[1]));
4124
            return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
4125
        }
4126
        
4127
        private object[] OnEndDeleteMarkup(System.IAsyncResult result) {
4128
            bool retVal = this.EndDeleteMarkup(result);
4129
            return new object[] {
4130
                    retVal};
4131
        }
4132
        
4133
        private void OnDeleteMarkupCompleted(object state) {
4134
            if ((this.DeleteMarkupCompleted != null)) {
4135
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4136
                this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4137
            }
4138
        }
4139
        
4140
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
4141
            this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null);
4142
        }
4143
        
4144
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) {
4145
            if ((this.onBeginDeleteMarkupDelegate == null)) {
4146
                this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup);
4147
            }
4148
            if ((this.onEndDeleteMarkupDelegate == null)) {
4149
                this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup);
4150
            }
4151
            if ((this.onDeleteMarkupCompletedDelegate == null)) {
4152
                this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted);
4153
            }
4154
            base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] {
4155
                        ProjectNo,
4156
                        MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState);
4157
        }
4158
        
4159
        public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
4160
            return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
4161
        }
4162
        
4163
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4164
        public System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState) {
4165
            return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
4166
        }
4167
        
4168
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4169
        public bool EndSetFavoriteVP(System.IAsyncResult result) {
4170
            return base.Channel.EndSetFavoriteVP(result);
4171
        }
4172
        
4173
        private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
4174
            string prjNo = ((string)(inValues[0]));
4175
            string userID = ((string)(inValues[1]));
4176
            string groupNo = ((string)(inValues[2]));
4177
            string docNo = ((string)(inValues[3]));
4178
            string rev = ((string)(inValues[4]));
4179
            int SavePageNo = ((int)(inValues[5]));
4180
            string documentItemID = ((string)(inValues[6]));
4181
            string VPDescription = ((string)(inValues[7]));
4182
            IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8]));
4183
            return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
4184
        }
4185
        
4186
        private object[] OnEndSetFavoriteVP(System.IAsyncResult result) {
4187
            bool retVal = this.EndSetFavoriteVP(result);
4188
            return new object[] {
4189
                    retVal};
4190
        }
4191
        
4192
        private void OnSetFavoriteVPCompleted(object state) {
4193
            if ((this.SetFavoriteVPCompleted != null)) {
4194
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4195
                this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4196
            }
4197
        }
4198
        
4199
        public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
4200
            this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null);
4201
        }
4202
        
4203
        public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, object userState) {
4204
            if ((this.onBeginSetFavoriteVPDelegate == null)) {
4205
                this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP);
4206
            }
4207
            if ((this.onEndSetFavoriteVPDelegate == null)) {
4208
                this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP);
4209
            }
4210
            if ((this.onSetFavoriteVPCompletedDelegate == null)) {
4211
                this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted);
4212
            }
4213
            base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] {
4214
                        prjNo,
4215
                        userID,
4216
                        groupNo,
4217
                        docNo,
4218
                        rev,
4219
                        SavePageNo,
4220
                        documentItemID,
4221
                        VPDescription,
4222
                        flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState);
4223
        }
4224
        
4225
        public bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) {
4226
            return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data);
4227
        }
4228
        
4229
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4230
        public System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState) {
4231
            return base.Channel.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
4232
        }
4233
        
4234
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4235
        public bool EndSaveMarkupData(System.IAsyncResult result) {
4236
            return base.Channel.EndSaveMarkupData(result);
4237
        }
4238
        
4239
        private System.IAsyncResult OnBeginSaveMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4240
            IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0]));
4241
            string project_no = ((string)(inValues[1]));
4242
            string doc_id = ((string)(inValues[2]));
4243
            string user_id = ((string)(inValues[3]));
4244
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[4]));
4245
            return this.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
4246
        }
4247
        
4248
        private object[] OnEndSaveMarkupData(System.IAsyncResult result) {
4249
            bool retVal = this.EndSaveMarkupData(result);
4250
            return new object[] {
4251
                    retVal};
4252
        }
4253
        
4254
        private void OnSaveMarkupDataCompleted(object state) {
4255
            if ((this.SaveMarkupDataCompleted != null)) {
4256
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4257
                this.SaveMarkupDataCompleted(this, new SaveMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4258
            }
4259
        }
4260
        
4261
        public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) {
4262
            this.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data, null);
4263
        }
4264
        
4265
        public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, object userState1) {
4266
            if ((this.onBeginSaveMarkupDataDelegate == null)) {
4267
                this.onBeginSaveMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupData);
4268
            }
4269
            if ((this.onEndSaveMarkupDataDelegate == null)) {
4270
                this.onEndSaveMarkupDataDelegate = new EndOperationDelegate(this.OnEndSaveMarkupData);
4271
            }
4272
            if ((this.onSaveMarkupDataCompletedDelegate == null)) {
4273
                this.onSaveMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupDataCompleted);
4274
            }
4275
            base.InvokeAsync(this.onBeginSaveMarkupDataDelegate, new object[] {
4276
                        UserState,
4277
                        project_no,
4278
                        doc_id,
4279
                        user_id,
4280
                        mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1);
4281
        }
4282
        
4283
        public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) {
4284
            return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo);
4285
        }
4286
        
4287
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4288
        public System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) {
4289
            return base.Channel.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState);
4290
        }
4291
        
4292
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4293
        public bool EndUpdateMarkupData(System.IAsyncResult result) {
4294
            return base.Channel.EndUpdateMarkupData(result);
4295
        }
4296
        
4297
        private System.IAsyncResult OnBeginUpdateMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4298
            string CommentID = ((string)(inValues[0]));
4299
            long Group_ID = ((long)(inValues[1]));
4300
            string ProjectNo = ((string)(inValues[2]));
4301
            return this.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState);
4302
        }
4303
        
4304
        private object[] OnEndUpdateMarkupData(System.IAsyncResult result) {
4305
            bool retVal = this.EndUpdateMarkupData(result);
4306
            return new object[] {
4307
                    retVal};
4308
        }
4309
        
4310
        private void OnUpdateMarkupDataCompleted(object state) {
4311
            if ((this.UpdateMarkupDataCompleted != null)) {
4312
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4313
                this.UpdateMarkupDataCompleted(this, new UpdateMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4314
            }
4315
        }
4316
        
4317
        public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) {
4318
            this.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo, null);
4319
        }
4320
        
4321
        public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo, object userState) {
4322
            if ((this.onBeginUpdateMarkupDataDelegate == null)) {
4323
                this.onBeginUpdateMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupData);
4324
            }
4325
            if ((this.onEndUpdateMarkupDataDelegate == null)) {
4326
                this.onEndUpdateMarkupDataDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupData);
4327
            }
4328
            if ((this.onUpdateMarkupDataCompletedDelegate == null)) {
4329
                this.onUpdateMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataCompleted);
4330
            }
4331
            base.InvokeAsync(this.onBeginUpdateMarkupDataDelegate, new object[] {
4332
                        CommentID,
4333
                        Group_ID,
4334
                        ProjectNo}, this.onEndUpdateMarkupDataDelegate, this.onUpdateMarkupDataCompletedDelegate, userState);
4335
        }
4336
        
4337
        public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
4338
            return base.Channel.SaveSymbol(symbol_private);
4339
        }
4340
        
4341
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4342
        public System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState) {
4343
            return base.Channel.BeginSaveSymbol(symbol_private, callback, asyncState);
4344
        }
4345
        
4346
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4347
        public bool EndSaveSymbol(System.IAsyncResult result) {
4348
            return base.Channel.EndSaveSymbol(result);
4349
        }
4350
        
4351
        private System.IAsyncResult OnBeginSaveSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
4352
            KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private = ((KCOMDataModel.DataModel.SYMBOL_PRIVATE)(inValues[0]));
4353
            return this.BeginSaveSymbol(symbol_private, callback, asyncState);
4354
        }
4355
        
4356
        private object[] OnEndSaveSymbol(System.IAsyncResult result) {
4357
            bool retVal = this.EndSaveSymbol(result);
4358
            return new object[] {
4359
                    retVal};
4360
        }
4361
        
4362
        private void OnSaveSymbolCompleted(object state) {
4363
            if ((this.SaveSymbolCompleted != null)) {
4364
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4365
                this.SaveSymbolCompleted(this, new SaveSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4366
            }
4367
        }
4368
        
4369
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
4370
            this.SaveSymbolAsync(symbol_private, null);
4371
        }
4372
        
4373
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, object userState) {
4374
            if ((this.onBeginSaveSymbolDelegate == null)) {
4375
                this.onBeginSaveSymbolDelegate = new BeginOperationDelegate(this.OnBeginSaveSymbol);
4376
            }
4377
            if ((this.onEndSaveSymbolDelegate == null)) {
4378
                this.onEndSaveSymbolDelegate = new EndOperationDelegate(this.OnEndSaveSymbol);
4379
            }
4380
            if ((this.onSaveSymbolCompletedDelegate == null)) {
4381
                this.onSaveSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveSymbolCompleted);
4382
            }
4383
            base.InvokeAsync(this.onBeginSaveSymbolDelegate, new object[] {
4384
                        symbol_private}, this.onEndSaveSymbolDelegate, this.onSaveSymbolCompletedDelegate, userState);
4385
        }
4386
        
4387
        public bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) {
4388
            return base.Channel.AddPublicSymbol(symbol);
4389
        }
4390
        
4391
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4392
        public System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState) {
4393
            return base.Channel.BeginAddPublicSymbol(symbol, callback, asyncState);
4394
        }
4395
        
4396
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4397
        public bool EndAddPublicSymbol(System.IAsyncResult result) {
4398
            return base.Channel.EndAddPublicSymbol(result);
4399
        }
4400
        
4401
        private System.IAsyncResult OnBeginAddPublicSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
4402
            KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol = ((KCOMDataModel.DataModel.SYMBOL_PUBLIC)(inValues[0]));
4403
            return this.BeginAddPublicSymbol(symbol, callback, asyncState);
4404
        }
4405
        
4406
        private object[] OnEndAddPublicSymbol(System.IAsyncResult result) {
4407
            bool retVal = this.EndAddPublicSymbol(result);
4408
            return new object[] {
4409
                    retVal};
4410
        }
4411
        
4412
        private void OnAddPublicSymbolCompleted(object state) {
4413
            if ((this.AddPublicSymbolCompleted != null)) {
4414
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4415
                this.AddPublicSymbolCompleted(this, new AddPublicSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4416
            }
4417
        }
4418
        
4419
        public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) {
4420
            this.AddPublicSymbolAsync(symbol, null);
4421
        }
4422
        
4423
        public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, object userState) {
4424
            if ((this.onBeginAddPublicSymbolDelegate == null)) {
4425
                this.onBeginAddPublicSymbolDelegate = new BeginOperationDelegate(this.OnBeginAddPublicSymbol);
4426
            }
4427
            if ((this.onEndAddPublicSymbolDelegate == null)) {
4428
                this.onEndAddPublicSymbolDelegate = new EndOperationDelegate(this.OnEndAddPublicSymbol);
4429
            }
4430
            if ((this.onAddPublicSymbolCompletedDelegate == null)) {
4431
                this.onAddPublicSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddPublicSymbolCompleted);
4432
            }
4433
            base.InvokeAsync(this.onBeginAddPublicSymbolDelegate, new object[] {
4434
                        symbol}, this.onEndAddPublicSymbolDelegate, this.onAddPublicSymbolCompletedDelegate, userState);
4435
        }
4436
        
4437
        public bool DeleteSymbol(string symbol_id, int type) {
4438
            return base.Channel.DeleteSymbol(symbol_id, type);
4439
        }
4440
        
4441
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4442
        public System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState) {
4443
            return base.Channel.BeginDeleteSymbol(symbol_id, type, callback, asyncState);
4444
        }
4445
        
4446
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4447
        public bool EndDeleteSymbol(System.IAsyncResult result) {
4448
            return base.Channel.EndDeleteSymbol(result);
4449
        }
4450
        
4451
        private System.IAsyncResult OnBeginDeleteSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
4452
            string symbol_id = ((string)(inValues[0]));
4453
            int type = ((int)(inValues[1]));
4454
            return this.BeginDeleteSymbol(symbol_id, type, callback, asyncState);
4455
        }
4456
        
4457
        private object[] OnEndDeleteSymbol(System.IAsyncResult result) {
4458
            bool retVal = this.EndDeleteSymbol(result);
4459
            return new object[] {
4460
                    retVal};
4461
        }
4462
        
4463
        private void OnDeleteSymbolCompleted(object state) {
4464
            if ((this.DeleteSymbolCompleted != null)) {
4465
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4466
                this.DeleteSymbolCompleted(this, new DeleteSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4467
            }
4468
        }
4469
        
4470
        public void DeleteSymbolAsync(string symbol_id, int type) {
4471
            this.DeleteSymbolAsync(symbol_id, type, null);
4472
        }
4473
        
4474
        public void DeleteSymbolAsync(string symbol_id, int type, object userState) {
4475
            if ((this.onBeginDeleteSymbolDelegate == null)) {
4476
                this.onBeginDeleteSymbolDelegate = new BeginOperationDelegate(this.OnBeginDeleteSymbol);
4477
            }
4478
            if ((this.onEndDeleteSymbolDelegate == null)) {
4479
                this.onEndDeleteSymbolDelegate = new EndOperationDelegate(this.OnEndDeleteSymbol);
4480
            }
4481
            if ((this.onDeleteSymbolCompletedDelegate == null)) {
4482
                this.onDeleteSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSymbolCompleted);
4483
            }
4484
            base.InvokeAsync(this.onBeginDeleteSymbolDelegate, new object[] {
4485
                        symbol_id,
4486
                        type}, this.onEndDeleteSymbolDelegate, this.onDeleteSymbolCompletedDelegate, userState);
4487
        }
4488
        
4489
        public bool RenameSymbol(string symbol_id, string name, int type) {
4490
            return base.Channel.RenameSymbol(symbol_id, name, type);
4491
        }
4492
        
4493
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4494
        public System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState) {
4495
            return base.Channel.BeginRenameSymbol(symbol_id, name, type, callback, asyncState);
4496
        }
4497
        
4498
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4499
        public bool EndRenameSymbol(System.IAsyncResult result) {
4500
            return base.Channel.EndRenameSymbol(result);
4501
        }
4502
        
4503
        private System.IAsyncResult OnBeginRenameSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
4504
            string symbol_id = ((string)(inValues[0]));
4505
            string name = ((string)(inValues[1]));
4506
            int type = ((int)(inValues[2]));
4507
            return this.BeginRenameSymbol(symbol_id, name, type, callback, asyncState);
4508
        }
4509
        
4510
        private object[] OnEndRenameSymbol(System.IAsyncResult result) {
4511
            bool retVal = this.EndRenameSymbol(result);
4512
            return new object[] {
4513
                    retVal};
4514
        }
4515
        
4516
        private void OnRenameSymbolCompleted(object state) {
4517
            if ((this.RenameSymbolCompleted != null)) {
4518
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4519
                this.RenameSymbolCompleted(this, new RenameSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4520
            }
4521
        }
4522
        
4523
        public void RenameSymbolAsync(string symbol_id, string name, int type) {
4524
            this.RenameSymbolAsync(symbol_id, name, type, null);
4525
        }
4526
        
4527
        public void RenameSymbolAsync(string symbol_id, string name, int type, object userState) {
4528
            if ((this.onBeginRenameSymbolDelegate == null)) {
4529
                this.onBeginRenameSymbolDelegate = new BeginOperationDelegate(this.OnBeginRenameSymbol);
4530
            }
4531
            if ((this.onEndRenameSymbolDelegate == null)) {
4532
                this.onEndRenameSymbolDelegate = new EndOperationDelegate(this.OnEndRenameSymbol);
4533
            }
4534
            if ((this.onRenameSymbolCompletedDelegate == null)) {
4535
                this.onRenameSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRenameSymbolCompleted);
4536
            }
4537
            base.InvokeAsync(this.onBeginRenameSymbolDelegate, new object[] {
4538
                        symbol_id,
4539
                        name,
4540
                        type}, this.onEndRenameSymbolDelegate, this.onRenameSymbolCompletedDelegate, userState);
4541
        }
4542
        
4543
        public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4544
            return base.Channel.AddCheckListHistory(project_no, Check_History);
4545
        }
4546
        
4547
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4548
        public System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
4549
            return base.Channel.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
4550
        }
4551
        
4552
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4553
        public bool EndAddCheckListHistory(System.IAsyncResult result) {
4554
            return base.Channel.EndAddCheckListHistory(result);
4555
        }
4556
        
4557
        private System.IAsyncResult OnBeginAddCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4558
            string project_no = ((string)(inValues[0]));
4559
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[1]));
4560
            return this.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
4561
        }
4562
        
4563
        private object[] OnEndAddCheckListHistory(System.IAsyncResult result) {
4564
            bool retVal = this.EndAddCheckListHistory(result);
4565
            return new object[] {
4566
                    retVal};
4567
        }
4568
        
4569
        private void OnAddCheckListHistoryCompleted(object state) {
4570
            if ((this.AddCheckListHistoryCompleted != null)) {
4571
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4572
                this.AddCheckListHistoryCompleted(this, new AddCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4573
            }
4574
        }
4575
        
4576
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4577
            this.AddCheckListHistoryAsync(project_no, Check_History, null);
4578
        }
4579
        
4580
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
4581
            if ((this.onBeginAddCheckListHistoryDelegate == null)) {
4582
                this.onBeginAddCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginAddCheckListHistory);
4583
            }
4584
            if ((this.onEndAddCheckListHistoryDelegate == null)) {
4585
                this.onEndAddCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndAddCheckListHistory);
4586
            }
4587
            if ((this.onAddCheckListHistoryCompletedDelegate == null)) {
4588
                this.onAddCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListHistoryCompleted);
4589
            }
4590
            base.InvokeAsync(this.onBeginAddCheckListHistoryDelegate, new object[] {
4591
                        project_no,
4592
                        Check_History}, this.onEndAddCheckListHistoryDelegate, this.onAddCheckListHistoryCompletedDelegate, userState);
4593
        }
4594
        
4595
        public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4596
            return base.Channel.SaveCheckListHistory(project_no, rev, Check_History);
4597
        }
4598
        
4599
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4600
        public System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
4601
            return base.Channel.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
4602
        }
4603
        
4604
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4605
        public bool EndSaveCheckListHistory(System.IAsyncResult result) {
4606
            return base.Channel.EndSaveCheckListHistory(result);
4607
        }
4608
        
4609
        private System.IAsyncResult OnBeginSaveCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4610
            string project_no = ((string)(inValues[0]));
4611
            string rev = ((string)(inValues[1]));
4612
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[2]));
4613
            return this.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
4614
        }
4615
        
4616
        private object[] OnEndSaveCheckListHistory(System.IAsyncResult result) {
4617
            bool retVal = this.EndSaveCheckListHistory(result);
4618
            return new object[] {
4619
                    retVal};
4620
        }
4621
        
4622
        private void OnSaveCheckListHistoryCompleted(object state) {
4623
            if ((this.SaveCheckListHistoryCompleted != null)) {
4624
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4625
                this.SaveCheckListHistoryCompleted(this, new SaveCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4626
            }
4627
        }
4628
        
4629
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4630
            this.SaveCheckListHistoryAsync(project_no, rev, Check_History, null);
4631
        }
4632
        
4633
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
4634
            if ((this.onBeginSaveCheckListHistoryDelegate == null)) {
4635
                this.onBeginSaveCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckListHistory);
4636
            }
4637
            if ((this.onEndSaveCheckListHistoryDelegate == null)) {
4638
                this.onEndSaveCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndSaveCheckListHistory);
4639
            }
4640
            if ((this.onSaveCheckListHistoryCompletedDelegate == null)) {
4641
                this.onSaveCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListHistoryCompleted);
4642
            }
4643
            base.InvokeAsync(this.onBeginSaveCheckListHistoryDelegate, new object[] {
4644
                        project_no,
4645
                        rev,
4646
                        Check_History}, this.onEndSaveCheckListHistoryDelegate, this.onSaveCheckListHistoryCompletedDelegate, userState);
4647
        }
4648
        
4649
        public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4650
            return base.Channel.SaveCheckList(project_no, _id, Check_value);
4651
        }
4652
        
4653
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4654
        public System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
4655
            return base.Channel.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
4656
        }
4657
        
4658
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4659
        public bool EndSaveCheckList(System.IAsyncResult result) {
4660
            return base.Channel.EndSaveCheckList(result);
4661
        }
4662
        
4663
        private System.IAsyncResult OnBeginSaveCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4664
            string project_no = ((string)(inValues[0]));
4665
            string _id = ((string)(inValues[1]));
4666
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[2]));
4667
            return this.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
4668
        }
4669
        
4670
        private object[] OnEndSaveCheckList(System.IAsyncResult result) {
4671
            bool retVal = this.EndSaveCheckList(result);
4672
            return new object[] {
4673
                    retVal};
4674
        }
4675
        
4676
        private void OnSaveCheckListCompleted(object state) {
4677
            if ((this.SaveCheckListCompleted != null)) {
4678
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4679
                this.SaveCheckListCompleted(this, new SaveCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4680
            }
4681
        }
4682
        
4683
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4684
            this.SaveCheckListAsync(project_no, _id, Check_value, null);
4685
        }
4686
        
4687
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
4688
            if ((this.onBeginSaveCheckListDelegate == null)) {
4689
                this.onBeginSaveCheckListDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckList);
4690
            }
4691
            if ((this.onEndSaveCheckListDelegate == null)) {
4692
                this.onEndSaveCheckListDelegate = new EndOperationDelegate(this.OnEndSaveCheckList);
4693
            }
4694
            if ((this.onSaveCheckListCompletedDelegate == null)) {
4695
                this.onSaveCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListCompleted);
4696
            }
4697
            base.InvokeAsync(this.onBeginSaveCheckListDelegate, new object[] {
4698
                        project_no,
4699
                        _id,
4700
                        Check_value}, this.onEndSaveCheckListDelegate, this.onSaveCheckListCompletedDelegate, userState);
4701
        }
4702
        
4703
        public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4704
            return base.Channel.AddCheckList(project_no, Check_value);
4705
        }
4706
        
4707
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4708
        public System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
4709
            return base.Channel.BeginAddCheckList(project_no, Check_value, callback, asyncState);
4710
        }
4711
        
4712
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4713
        public bool EndAddCheckList(System.IAsyncResult result) {
4714
            return base.Channel.EndAddCheckList(result);
4715
        }
4716
        
4717
        private System.IAsyncResult OnBeginAddCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4718
            string project_no = ((string)(inValues[0]));
4719
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[1]));
4720
            return this.BeginAddCheckList(project_no, Check_value, callback, asyncState);
4721
        }
4722
        
4723
        private object[] OnEndAddCheckList(System.IAsyncResult result) {
4724
            bool retVal = this.EndAddCheckList(result);
4725
            return new object[] {
4726
                    retVal};
4727
        }
4728
        
4729
        private void OnAddCheckListCompleted(object state) {
4730
            if ((this.AddCheckListCompleted != null)) {
4731
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4732
                this.AddCheckListCompleted(this, new AddCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4733
            }
4734
        }
4735
        
4736
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4737
            this.AddCheckListAsync(project_no, Check_value, null);
4738
        }
4739
        
4740
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
4741
            if ((this.onBeginAddCheckListDelegate == null)) {
4742
                this.onBeginAddCheckListDelegate = new BeginOperationDelegate(this.OnBeginAddCheckList);
4743
            }
4744
            if ((this.onEndAddCheckListDelegate == null)) {
4745
                this.onEndAddCheckListDelegate = new EndOperationDelegate(this.OnEndAddCheckList);
4746
            }
4747
            if ((this.onAddCheckListCompletedDelegate == null)) {
4748
                this.onAddCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListCompleted);
4749
            }
4750
            base.InvokeAsync(this.onBeginAddCheckListDelegate, new object[] {
4751
                        project_no,
4752
                        Check_value}, this.onEndAddCheckListDelegate, this.onAddCheckListCompletedDelegate, userState);
4753
        }
4754
        
4755
        public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) {
4756
            return base.Channel.GetCheckList(project_no, _id);
4757
        }
4758
        
4759
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4760
        public System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4761
            return base.Channel.BeginGetCheckList(project_no, _id, callback, asyncState);
4762
        }
4763
        
4764
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4765
        public KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result) {
4766
            return base.Channel.EndGetCheckList(result);
4767
        }
4768
        
4769
        private System.IAsyncResult OnBeginGetCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4770
            string project_no = ((string)(inValues[0]));
4771
            string _id = ((string)(inValues[1]));
4772
            return this.BeginGetCheckList(project_no, _id, callback, asyncState);
4773
        }
4774
        
4775
        private object[] OnEndGetCheckList(System.IAsyncResult result) {
4776
            KCOMDataModel.DataModel.CHECK_LIST retVal = this.EndGetCheckList(result);
4777
            return new object[] {
4778
                    retVal};
4779
        }
4780
        
4781
        private void OnGetCheckListCompleted(object state) {
4782
            if ((this.GetCheckListCompleted != null)) {
4783
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4784
                this.GetCheckListCompleted(this, new GetCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4785
            }
4786
        }
4787
        
4788
        public void GetCheckListAsync(string project_no, string _id) {
4789
            this.GetCheckListAsync(project_no, _id, null);
4790
        }
4791
        
4792
        public void GetCheckListAsync(string project_no, string _id, object userState) {
4793
            if ((this.onBeginGetCheckListDelegate == null)) {
4794
                this.onBeginGetCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetCheckList);
4795
            }
4796
            if ((this.onEndGetCheckListDelegate == null)) {
4797
                this.onEndGetCheckListDelegate = new EndOperationDelegate(this.OnEndGetCheckList);
4798
            }
4799
            if ((this.onGetCheckListCompletedDelegate == null)) {
4800
                this.onGetCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListCompleted);
4801
            }
4802
            base.InvokeAsync(this.onBeginGetCheckListDelegate, new object[] {
4803
                        project_no,
4804
                        _id}, this.onEndGetCheckListDelegate, this.onGetCheckListCompletedDelegate, userState);
4805
        }
4806
        
4807
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) {
4808
            return base.Channel.GetUserCheckList(project_no, user_id, doc_no);
4809
        }
4810
        
4811
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4812
        public System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState) {
4813
            return base.Channel.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
4814
        }
4815
        
4816
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4817
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result) {
4818
            return base.Channel.EndGetUserCheckList(result);
4819
        }
4820
        
4821
        private System.IAsyncResult OnBeginGetUserCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4822
            string project_no = ((string)(inValues[0]));
4823
            string user_id = ((string)(inValues[1]));
4824
            string doc_no = ((string)(inValues[2]));
4825
            return this.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
4826
        }
4827
        
4828
        private object[] OnEndGetUserCheckList(System.IAsyncResult result) {
4829
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> retVal = this.EndGetUserCheckList(result);
4830
            return new object[] {
4831
                    retVal};
4832
        }
4833
        
4834
        private void OnGetUserCheckListCompleted(object state) {
4835
            if ((this.GetUserCheckListCompleted != null)) {
4836
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4837
                this.GetUserCheckListCompleted(this, new GetUserCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4838
            }
4839
        }
4840
        
4841
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no) {
4842
            this.GetUserCheckListAsync(project_no, user_id, doc_no, null);
4843
        }
4844
        
4845
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no, object userState) {
4846
            if ((this.onBeginGetUserCheckListDelegate == null)) {
4847
                this.onBeginGetUserCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetUserCheckList);
4848
            }
4849
            if ((this.onEndGetUserCheckListDelegate == null)) {
4850
                this.onEndGetUserCheckListDelegate = new EndOperationDelegate(this.OnEndGetUserCheckList);
4851
            }
4852
            if ((this.onGetUserCheckListCompletedDelegate == null)) {
4853
                this.onGetUserCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserCheckListCompleted);
4854
            }
4855
            base.InvokeAsync(this.onBeginGetUserCheckListDelegate, new object[] {
4856
                        project_no,
4857
                        user_id,
4858
                        doc_no}, this.onEndGetUserCheckListDelegate, this.onGetUserCheckListCompletedDelegate, userState);
4859
        }
4860
        
4861
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) {
4862
            return base.Channel.GetCheckListHistory(project_no, _id);
4863
        }
4864
        
4865
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4866
        public System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4867
            return base.Channel.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
4868
        }
4869
        
4870
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4871
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result) {
4872
            return base.Channel.EndGetCheckListHistory(result);
4873
        }
4874
        
4875
        private System.IAsyncResult OnBeginGetCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4876
            string project_no = ((string)(inValues[0]));
4877
            string _id = ((string)(inValues[1]));
4878
            return this.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
4879
        }
4880
        
4881
        private object[] OnEndGetCheckListHistory(System.IAsyncResult result) {
4882
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> retVal = this.EndGetCheckListHistory(result);
4883
            return new object[] {
4884
                    retVal};
4885
        }
4886
        
4887
        private void OnGetCheckListHistoryCompleted(object state) {
4888
            if ((this.GetCheckListHistoryCompleted != null)) {
4889
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4890
                this.GetCheckListHistoryCompleted(this, new GetCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4891
            }
4892
        }
4893
        
4894
        public void GetCheckListHistoryAsync(string project_no, string _id) {
4895
            this.GetCheckListHistoryAsync(project_no, _id, null);
4896
        }
4897
        
4898
        public void GetCheckListHistoryAsync(string project_no, string _id, object userState) {
4899
            if ((this.onBeginGetCheckListHistoryDelegate == null)) {
4900
                this.onBeginGetCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistory);
4901
            }
4902
            if ((this.onEndGetCheckListHistoryDelegate == null)) {
4903
                this.onEndGetCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistory);
4904
            }
4905
            if ((this.onGetCheckListHistoryCompletedDelegate == null)) {
4906
                this.onGetCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryCompleted);
4907
            }
4908
            base.InvokeAsync(this.onBeginGetCheckListHistoryDelegate, new object[] {
4909
                        project_no,
4910
                        _id}, this.onEndGetCheckListHistoryDelegate, this.onGetCheckListHistoryCompletedDelegate, userState);
4911
        }
4912
        
4913
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) {
4914
            return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev);
4915
        }
4916
        
4917
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4918
        public System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState) {
4919
            return base.Channel.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
4920
        }
4921
        
4922
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4923
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
4924
            return base.Channel.EndGetCheckListHistoryFirstOrDefault(result);
4925
        }
4926
        
4927
        private System.IAsyncResult OnBeginGetCheckListHistoryFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
4928
            string project_no = ((string)(inValues[0]));
4929
            string checklist_id = ((string)(inValues[1]));
4930
            string rev = ((string)(inValues[2]));
4931
            return this.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
4932
        }
4933
        
4934
        private object[] OnEndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
4935
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY retVal = this.EndGetCheckListHistoryFirstOrDefault(result);
4936
            return new object[] {
4937
                    retVal};
4938
        }
4939
        
4940
        private void OnGetCheckListHistoryFirstOrDefaultCompleted(object state) {
4941
            if ((this.GetCheckListHistoryFirstOrDefaultCompleted != null)) {
4942
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4943
                this.GetCheckListHistoryFirstOrDefaultCompleted(this, new GetCheckListHistoryFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4944
            }
4945
        }
4946
        
4947
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) {
4948
            this.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev, null);
4949
        }
4950
        
4951
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev, object userState) {
4952
            if ((this.onBeginGetCheckListHistoryFirstOrDefaultDelegate == null)) {
4953
                this.onBeginGetCheckListHistoryFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistoryFirstOrDefault);
4954
            }
4955
            if ((this.onEndGetCheckListHistoryFirstOrDefaultDelegate == null)) {
4956
                this.onEndGetCheckListHistoryFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistoryFirstOrDefault);
4957
            }
4958
            if ((this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate == null)) {
4959
                this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryFirstOrDefaultCompleted);
4960
            }
4961
            base.InvokeAsync(this.onBeginGetCheckListHistoryFirstOrDefaultDelegate, new object[] {
4962
                        project_no,
4963
                        checklist_id,
4964
                        rev}, this.onEndGetCheckListHistoryFirstOrDefaultDelegate, this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate, userState);
4965
        }
4966
        
4967
        public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
4968
            return base.Channel.SavePageAngle(project_no, _mldocpage);
4969
        }
4970
        
4971
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4972
        public System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState) {
4973
            return base.Channel.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
4974
        }
4975
        
4976
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4977
        public bool EndSavePageAngle(System.IAsyncResult result) {
4978
            return base.Channel.EndSavePageAngle(result);
4979
        }
4980
        
4981
        private System.IAsyncResult OnBeginSavePageAngle(object[] inValues, System.AsyncCallback callback, object asyncState) {
4982
            string project_no = ((string)(inValues[0]));
4983
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage = ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(inValues[1]));
4984
            return this.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
4985
        }
4986
        
4987
        private object[] OnEndSavePageAngle(System.IAsyncResult result) {
4988
            bool retVal = this.EndSavePageAngle(result);
4989
            return new object[] {
4990
                    retVal};
4991
        }
4992
        
4993
        private void OnSavePageAngleCompleted(object state) {
4994
            if ((this.SavePageAngleCompleted != null)) {
4995
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4996
                this.SavePageAngleCompleted(this, new SavePageAngleCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4997
            }
4998
        }
4999
        
5000
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
5001
            this.SavePageAngleAsync(project_no, _mldocpage, null);
5002
        }
5003
        
5004
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, object userState) {
5005
            if ((this.onBeginSavePageAngleDelegate == null)) {
5006
                this.onBeginSavePageAngleDelegate = new BeginOperationDelegate(this.OnBeginSavePageAngle);
5007
            }
5008
            if ((this.onEndSavePageAngleDelegate == null)) {
5009
                this.onEndSavePageAngleDelegate = new EndOperationDelegate(this.OnEndSavePageAngle);
5010
            }
5011
            if ((this.onSavePageAngleCompletedDelegate == null)) {
5012
                this.onSavePageAngleCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageAngleCompleted);
5013
            }
5014
            base.InvokeAsync(this.onBeginSavePageAngleDelegate, new object[] {
5015
                        project_no,
5016
                        _mldocpage}, this.onEndSavePageAngleDelegate, this.onSavePageAngleCompletedDelegate, userState);
5017
        }
5018
        
5019
        public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) {
5020
            return base.Channel.GetMarkupInfo(project_no, _id);
5021
        }
5022
        
5023
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5024
        public System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
5025
            return base.Channel.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
5026
        }
5027
        
5028
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5029
        public KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result) {
5030
            return base.Channel.EndGetMarkupInfo(result);
5031
        }
5032
        
5033
        private System.IAsyncResult OnBeginGetMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
5034
            string project_no = ((string)(inValues[0]));
5035
            string _id = ((string)(inValues[1]));
5036
            return this.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
5037
        }
5038
        
5039
        private object[] OnEndGetMarkupInfo(System.IAsyncResult result) {
5040
            KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndGetMarkupInfo(result);
5041
            return new object[] {
5042
                    retVal};
5043
        }
5044
        
5045
        private void OnGetMarkupInfoCompleted(object state) {
5046
            if ((this.GetMarkupInfoCompleted != null)) {
5047
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5048
                this.GetMarkupInfoCompleted(this, new GetMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5049
            }
5050
        }
5051
        
5052
        public void GetMarkupInfoAsync(string project_no, string _id) {
5053
            this.GetMarkupInfoAsync(project_no, _id, null);
5054
        }
5055
        
5056
        public void GetMarkupInfoAsync(string project_no, string _id, object userState) {
5057
            if ((this.onBeginGetMarkupInfoDelegate == null)) {
5058
                this.onBeginGetMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfo);
5059
            }
5060
            if ((this.onEndGetMarkupInfoDelegate == null)) {
5061
                this.onEndGetMarkupInfoDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfo);
5062
            }
5063
            if ((this.onGetMarkupInfoCompletedDelegate == null)) {
5064
                this.onGetMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoCompleted);
5065
            }
5066
            base.InvokeAsync(this.onBeginGetMarkupInfoDelegate, new object[] {
5067
                        project_no,
5068
                        _id}, this.onEndGetMarkupInfoDelegate, this.onGetMarkupInfoCompletedDelegate, userState);
5069
        }
5070
        
5071
        public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) {
5072
            return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo);
5073
        }
5074
        
5075
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5076
        public System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) {
5077
            return base.Channel.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
5078
        }
5079
        
5080
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5081
        public System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result) {
5082
            return base.Channel.EndGetMarkupDataListperPage(result);
5083
        }
5084
        
5085
        private System.IAsyncResult OnBeginGetMarkupDataListperPage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5086
            string project_no = ((string)(inValues[0]));
5087
            string _markupinfoid = ((string)(inValues[1]));
5088
            int _pageNo = ((int)(inValues[2]));
5089
            return this.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
5090
        }
5091
        
5092
        private object[] OnEndGetMarkupDataListperPage(System.IAsyncResult result) {
5093
            System.Collections.Generic.List<string> retVal = this.EndGetMarkupDataListperPage(result);
5094
            return new object[] {
5095
                    retVal};
5096
        }
5097
        
5098
        private void OnGetMarkupDataListperPageCompleted(object state) {
5099
            if ((this.GetMarkupDataListperPageCompleted != null)) {
5100
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5101
                this.GetMarkupDataListperPageCompleted(this, new GetMarkupDataListperPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5102
            }
5103
        }
5104
        
5105
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) {
5106
            this.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo, null);
5107
        }
5108
        
5109
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) {
5110
            if ((this.onBeginGetMarkupDataListperPageDelegate == null)) {
5111
                this.onBeginGetMarkupDataListperPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataListperPage);
5112
            }
5113
            if ((this.onEndGetMarkupDataListperPageDelegate == null)) {
5114
                this.onEndGetMarkupDataListperPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataListperPage);
5115
            }
5116
            if ((this.onGetMarkupDataListperPageCompletedDelegate == null)) {
5117
                this.onGetMarkupDataListperPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListperPageCompleted);
5118
            }
5119
            base.InvokeAsync(this.onBeginGetMarkupDataListperPageDelegate, new object[] {
5120
                        project_no,
5121
                        _markupinfoid,
5122
                        _pageNo}, this.onEndGetMarkupDataListperPageDelegate, this.onGetMarkupDataListperPageCompletedDelegate, userState);
5123
        }
5124
        
5125
        public System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo) {
5126
            return base.Channel.GetMarkupDataForPage(project_no, _markupinfoid, _pageNo);
5127
        }
5128
        
5129
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5130
        public System.IAsyncResult BeginGetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) {
5131
            return base.Channel.BeginGetMarkupDataForPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
5132
        }
5133
        
5134
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5135
        public System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> EndGetMarkupDataForPage(System.IAsyncResult result) {
5136
            return base.Channel.EndGetMarkupDataForPage(result);
5137
        }
5138
        
5139
        private System.IAsyncResult OnBeginGetMarkupDataForPage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5140
            string project_no = ((string)(inValues[0]));
5141
            string _markupinfoid = ((string)(inValues[1]));
5142
            int _pageNo = ((int)(inValues[2]));
5143
            return this.BeginGetMarkupDataForPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
5144
        }
5145
        
5146
        private object[] OnEndGetMarkupDataForPage(System.IAsyncResult result) {
5147
            System.Collections.Generic.List<KCOM.ServiceDeepView.MarkupKeyValue> retVal = this.EndGetMarkupDataForPage(result);
5148
            return new object[] {
5149
                    retVal};
5150
        }
5151
        
5152
        private void OnGetMarkupDataForPageCompleted(object state) {
5153
            if ((this.GetMarkupDataForPageCompleted != null)) {
5154
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5155
                this.GetMarkupDataForPageCompleted(this, new GetMarkupDataForPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5156
            }
5157
        }
5158
        
5159
        public void GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo) {
5160
            this.GetMarkupDataForPageAsync(project_no, _markupinfoid, _pageNo, null);
5161
        }
5162
        
5163
        public void GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) {
5164
            if ((this.onBeginGetMarkupDataForPageDelegate == null)) {
5165
                this.onBeginGetMarkupDataForPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataForPage);
5166
            }
5167
            if ((this.onEndGetMarkupDataForPageDelegate == null)) {
5168
                this.onEndGetMarkupDataForPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataForPage);
5169
            }
5170
            if ((this.onGetMarkupDataForPageCompletedDelegate == null)) {
5171
                this.onGetMarkupDataForPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataForPageCompleted);
5172
            }
5173
            base.InvokeAsync(this.onBeginGetMarkupDataForPageDelegate, new object[] {
5174
                        project_no,
5175
                        _markupinfoid,
5176
                        _pageNo}, this.onEndGetMarkupDataForPageDelegate, this.onGetMarkupDataForPageCompletedDelegate, userState);
5177
        }
5178
        
5179
        public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
5180
            return base.Channel.AddMarkupInfo(project_no, value);
5181
        }
5182
        
5183
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5184
        public System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
5185
            return base.Channel.BeginAddMarkupInfo(project_no, value, callback, asyncState);
5186
        }
5187
        
5188
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5189
        public bool EndAddMarkupInfo(System.IAsyncResult result) {
5190
            return base.Channel.EndAddMarkupInfo(result);
5191
        }
5192
        
5193
        private System.IAsyncResult OnBeginAddMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
5194
            string project_no = ((string)(inValues[0]));
5195
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[1]));
5196
            return this.BeginAddMarkupInfo(project_no, value, callback, asyncState);
5197
        }
5198
        
5199
        private object[] OnEndAddMarkupInfo(System.IAsyncResult result) {
5200
            bool retVal = this.EndAddMarkupInfo(result);
5201
            return new object[] {
5202
                    retVal};
5203
        }
5204
        
5205
        private void OnAddMarkupInfoCompleted(object state) {
5206
            if ((this.AddMarkupInfoCompleted != null)) {
5207
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5208
                this.AddMarkupInfoCompleted(this, new AddMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5209
            }
5210
        }
5211
        
5212
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
5213
            this.AddMarkupInfoAsync(project_no, value, null);
5214
        }
5215
        
5216
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
5217
            if ((this.onBeginAddMarkupInfoDelegate == null)) {
5218
                this.onBeginAddMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfo);
5219
            }
5220
            if ((this.onEndAddMarkupInfoDelegate == null)) {
5221
                this.onEndAddMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfo);
5222
            }
5223
            if ((this.onAddMarkupInfoCompletedDelegate == null)) {
5224
                this.onAddMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoCompleted);
5225
            }
5226
            base.InvokeAsync(this.onBeginAddMarkupInfoDelegate, new object[] {
5227
                        project_no,
5228
                        value}, this.onEndAddMarkupInfoDelegate, this.onAddMarkupInfoCompletedDelegate, userState);
5229
        }
5230
        
5231
        public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
5232
            return base.Channel.AddMarkupInfoVersion(project_no, value);
5233
        }
5234
        
5235
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5236
        public System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState) {
5237
            return base.Channel.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
5238
        }
5239
        
5240
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5241
        public bool EndAddMarkupInfoVersion(System.IAsyncResult result) {
5242
            return base.Channel.EndAddMarkupInfoVersion(result);
5243
        }
5244
        
5245
        private System.IAsyncResult OnBeginAddMarkupInfoVersion(object[] inValues, System.AsyncCallback callback, object asyncState) {
5246
            string project_no = ((string)(inValues[0]));
5247
            KCOMDataModel.DataModel.MARKUP_INFO_VERSION value = ((KCOMDataModel.DataModel.MARKUP_INFO_VERSION)(inValues[1]));
5248
            return this.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
5249
        }
5250
        
5251
        private object[] OnEndAddMarkupInfoVersion(System.IAsyncResult result) {
5252
            bool retVal = this.EndAddMarkupInfoVersion(result);
5253
            return new object[] {
5254
                    retVal};
5255
        }
5256
        
5257
        private void OnAddMarkupInfoVersionCompleted(object state) {
5258
            if ((this.AddMarkupInfoVersionCompleted != null)) {
5259
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5260
                this.AddMarkupInfoVersionCompleted(this, new AddMarkupInfoVersionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5261
            }
5262
        }
5263
        
5264
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
5265
            this.AddMarkupInfoVersionAsync(project_no, value, null);
5266
        }
5267
        
5268
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, object userState) {
5269
            if ((this.onBeginAddMarkupInfoVersionDelegate == null)) {
5270
                this.onBeginAddMarkupInfoVersionDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfoVersion);
5271
            }
5272
            if ((this.onEndAddMarkupInfoVersionDelegate == null)) {
5273
                this.onEndAddMarkupInfoVersionDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfoVersion);
5274
            }
5275
            if ((this.onAddMarkupInfoVersionCompletedDelegate == null)) {
5276
                this.onAddMarkupInfoVersionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoVersionCompleted);
5277
            }
5278
            base.InvokeAsync(this.onBeginAddMarkupInfoVersionDelegate, new object[] {
5279
                        project_no,
5280
                        value}, this.onEndAddMarkupInfoVersionDelegate, this.onAddMarkupInfoVersionCompletedDelegate, userState);
5281
        }
5282
        
5283
        public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
5284
            return base.Channel.AddMarkupData(project_no, value);
5285
        }
5286
        
5287
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5288
        public System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState) {
5289
            return base.Channel.BeginAddMarkupData(project_no, value, callback, asyncState);
5290
        }
5291
        
5292
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5293
        public bool EndAddMarkupData(System.IAsyncResult result) {
5294
            return base.Channel.EndAddMarkupData(result);
5295
        }
5296
        
5297
        private System.IAsyncResult OnBeginAddMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
5298
            string project_no = ((string)(inValues[0]));
5299
            KCOMDataModel.DataModel.MARKUP_DATA value = ((KCOMDataModel.DataModel.MARKUP_DATA)(inValues[1]));
5300
            return this.BeginAddMarkupData(project_no, value, callback, asyncState);
5301
        }
5302
        
5303
        private object[] OnEndAddMarkupData(System.IAsyncResult result) {
5304
            bool retVal = this.EndAddMarkupData(result);
5305
            return new object[] {
5306
                    retVal};
5307
        }
5308
        
5309
        private void OnAddMarkupDataCompleted(object state) {
5310
            if ((this.AddMarkupDataCompleted != null)) {
5311
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5312
                this.AddMarkupDataCompleted(this, new AddMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5313
            }
5314
        }
5315
        
5316
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
5317
            this.AddMarkupDataAsync(project_no, value, null);
5318
        }
5319
        
5320
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, object userState) {
5321
            if ((this.onBeginAddMarkupDataDelegate == null)) {
5322
                this.onBeginAddMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupData);
5323
            }
5324
            if ((this.onEndAddMarkupDataDelegate == null)) {
5325
                this.onEndAddMarkupDataDelegate = new EndOperationDelegate(this.OnEndAddMarkupData);
5326
            }
5327
            if ((this.onAddMarkupDataCompletedDelegate == null)) {
5328
                this.onAddMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataCompleted);
5329
            }
5330
            base.InvokeAsync(this.onBeginAddMarkupDataDelegate, new object[] {
5331
                        project_no,
5332
                        value}, this.onEndAddMarkupDataDelegate, this.onAddMarkupDataCompletedDelegate, userState);
5333
        }
5334
        
5335
        public bool AvoidMarkupInfo(string project_no, string _doc_id) {
5336
            return base.Channel.AvoidMarkupInfo(project_no, _doc_id);
5337
        }
5338
        
5339
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5340
        public System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState) {
5341
            return base.Channel.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
5342
        }
5343
        
5344
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5345
        public bool EndAvoidMarkupInfo(System.IAsyncResult result) {
5346
            return base.Channel.EndAvoidMarkupInfo(result);
5347
        }
5348
        
5349
        private System.IAsyncResult OnBeginAvoidMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
5350
            string project_no = ((string)(inValues[0]));
5351
            string _doc_id = ((string)(inValues[1]));
5352
            return this.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
5353
        }
5354
        
5355
        private object[] OnEndAvoidMarkupInfo(System.IAsyncResult result) {
5356
            bool retVal = this.EndAvoidMarkupInfo(result);
5357
            return new object[] {
5358
                    retVal};
5359
        }
5360
        
5361
        private void OnAvoidMarkupInfoCompleted(object state) {
5362
            if ((this.AvoidMarkupInfoCompleted != null)) {
5363
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5364
                this.AvoidMarkupInfoCompleted(this, new AvoidMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5365
            }
5366
        }
5367
        
5368
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id) {
5369
            this.AvoidMarkupInfoAsync(project_no, _doc_id, null);
5370
        }
5371
        
5372
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id, object userState) {
5373
            if ((this.onBeginAvoidMarkupInfoDelegate == null)) {
5374
                this.onBeginAvoidMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAvoidMarkupInfo);
5375
            }
5376
            if ((this.onEndAvoidMarkupInfoDelegate == null)) {
5377
                this.onEndAvoidMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAvoidMarkupInfo);
5378
            }
5379
            if ((this.onAvoidMarkupInfoCompletedDelegate == null)) {
5380
                this.onAvoidMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAvoidMarkupInfoCompleted);
5381
            }
5382
            base.InvokeAsync(this.onBeginAvoidMarkupInfoDelegate, new object[] {
5383
                        project_no,
5384
                        _doc_id}, this.onEndAvoidMarkupInfoDelegate, this.onAvoidMarkupInfoCompletedDelegate, userState);
5385
        }
5386
        
5387
        public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
5388
            return base.Channel.SaveMarkupInfo(project_no, _id, value);
5389
        }
5390
        
5391
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5392
        public System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
5393
            return base.Channel.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
5394
        }
5395
        
5396
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5397
        public bool EndSaveMarkupInfo(System.IAsyncResult result) {
5398
            return base.Channel.EndSaveMarkupInfo(result);
5399
        }
5400
        
5401
        private System.IAsyncResult OnBeginSaveMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
5402
            string project_no = ((string)(inValues[0]));
5403
            string _id = ((string)(inValues[1]));
5404
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[2]));
5405
            return this.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
5406
        }
5407
        
5408
        private object[] OnEndSaveMarkupInfo(System.IAsyncResult result) {
5409
            bool retVal = this.EndSaveMarkupInfo(result);
5410
            return new object[] {
5411
                    retVal};
5412
        }
5413
        
5414
        private void OnSaveMarkupInfoCompleted(object state) {
5415
            if ((this.SaveMarkupInfoCompleted != null)) {
5416
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5417
                this.SaveMarkupInfoCompleted(this, new SaveMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5418
            }
5419
        }
5420
        
5421
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
5422
            this.SaveMarkupInfoAsync(project_no, _id, value, null);
5423
        }
5424
        
5425
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
5426
            if ((this.onBeginSaveMarkupInfoDelegate == null)) {
5427
                this.onBeginSaveMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupInfo);
5428
            }
5429
            if ((this.onEndSaveMarkupInfoDelegate == null)) {
5430
                this.onEndSaveMarkupInfoDelegate = new EndOperationDelegate(this.OnEndSaveMarkupInfo);
5431
            }
5432
            if ((this.onSaveMarkupInfoCompletedDelegate == null)) {
5433
                this.onSaveMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupInfoCompleted);
5434
            }
5435
            base.InvokeAsync(this.onBeginSaveMarkupInfoDelegate, new object[] {
5436
                        project_no,
5437
                        _id,
5438
                        value}, this.onEndSaveMarkupInfoDelegate, this.onSaveMarkupInfoCompletedDelegate, userState);
5439
        }
5440
        
5441
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) {
5442
            return base.Channel.GetMarkupDataList(project_no, _versionid);
5443
        }
5444
        
5445
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5446
        public System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState) {
5447
            return base.Channel.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
5448
        }
5449
        
5450
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5451
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result) {
5452
            return base.Channel.EndGetMarkupDataList(result);
5453
        }
5454
        
5455
        private System.IAsyncResult OnBeginGetMarkupDataList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5456
            string project_no = ((string)(inValues[0]));
5457
            string _versionid = ((string)(inValues[1]));
5458
            return this.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
5459
        }
5460
        
5461
        private object[] OnEndGetMarkupDataList(System.IAsyncResult result) {
5462
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndGetMarkupDataList(result);
5463
            return new object[] {
5464
                    retVal};
5465
        }
5466
        
5467
        private void OnGetMarkupDataListCompleted(object state) {
5468
            if ((this.GetMarkupDataListCompleted != null)) {
5469
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5470
                this.GetMarkupDataListCompleted(this, new GetMarkupDataListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5471
            }
5472
        }
5473
        
5474
        public void GetMarkupDataListAsync(string project_no, string _versionid) {
5475
            this.GetMarkupDataListAsync(project_no, _versionid, null);
5476
        }
5477
        
5478
        public void GetMarkupDataListAsync(string project_no, string _versionid, object userState) {
5479
            if ((this.onBeginGetMarkupDataListDelegate == null)) {
5480
                this.onBeginGetMarkupDataListDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataList);
5481
            }
5482
            if ((this.onEndGetMarkupDataListDelegate == null)) {
5483
                this.onEndGetMarkupDataListDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataList);
5484
            }
5485
            if ((this.onGetMarkupDataListCompletedDelegate == null)) {
5486
                this.onGetMarkupDataListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListCompleted);
5487
            }
5488
            base.InvokeAsync(this.onBeginGetMarkupDataListDelegate, new object[] {
5489
                        project_no,
5490
                        _versionid}, this.onEndGetMarkupDataListDelegate, this.onGetMarkupDataListCompletedDelegate, userState);
5491
        }
5492
        
5493
        public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5494
            return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems);
5495
        }
5496
        
5497
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5498
        public System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) {
5499
            return base.Channel.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5500
        }
5501
        
5502
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5503
        public bool EndConsolidate(System.IAsyncResult result) {
5504
            return base.Channel.EndConsolidate(result);
5505
        }
5506
        
5507
        private System.IAsyncResult OnBeginConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
5508
            string project_no = ((string)(inValues[0]));
5509
            string _user_id = ((string)(inValues[1]));
5510
            string _doc_id = ((string)(inValues[2]));
5511
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
5512
            return this.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5513
        }
5514
        
5515
        private object[] OnEndConsolidate(System.IAsyncResult result) {
5516
            bool retVal = this.EndConsolidate(result);
5517
            return new object[] {
5518
                    retVal};
5519
        }
5520
        
5521
        private void OnConsolidateCompleted(object state) {
5522
            if ((this.ConsolidateCompleted != null)) {
5523
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5524
                this.ConsolidateCompleted(this, new ConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5525
            }
5526
        }
5527
        
5528
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5529
            this.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
5530
        }
5531
        
5532
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
5533
            if ((this.onBeginConsolidateDelegate == null)) {
5534
                this.onBeginConsolidateDelegate = new BeginOperationDelegate(this.OnBeginConsolidate);
5535
            }
5536
            if ((this.onEndConsolidateDelegate == null)) {
5537
                this.onEndConsolidateDelegate = new EndOperationDelegate(this.OnEndConsolidate);
5538
            }
5539
            if ((this.onConsolidateCompletedDelegate == null)) {
5540
                this.onConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateCompleted);
5541
            }
5542
            base.InvokeAsync(this.onBeginConsolidateDelegate, new object[] {
5543
                        project_no,
5544
                        _user_id,
5545
                        _doc_id,
5546
                        markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState);
5547
        }
5548
        
5549
        public KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
5550
            return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
5551
        }
5552
        
5553
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5554
        public System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
5555
            return base.Channel.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState);
5556
        }
5557
        
5558
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5559
        public KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result) {
5560
            return base.Channel.EndConsolidateMergedPDF(result);
5561
        }
5562
        
5563
        private System.IAsyncResult OnBeginConsolidateMergedPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
5564
            string project_no = ((string)(inValues[0]));
5565
            string _user_id = ((string)(inValues[1]));
5566
            string _doc_id = ((string)(inValues[2]));
5567
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
5568
            string ProjectNo = ((string)(inValues[4]));
5569
            string DocInfoID = ((string)(inValues[5]));
5570
            string CreateUserID = ((string)(inValues[6]));
5571
            return this.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState);
5572
        }
5573
        
5574
        private object[] OnEndConsolidateMergedPDF(System.IAsyncResult result) {
5575
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndConsolidateMergedPDF(result);
5576
            return new object[] {
5577
                    retVal};
5578
        }
5579
        
5580
        private void OnConsolidateMergedPDFCompleted(object state) {
5581
            if ((this.ConsolidateMergedPDFCompleted != null)) {
5582
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5583
                this.ConsolidateMergedPDFCompleted(this, new ConsolidateMergedPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5584
            }
5585
        }
5586
        
5587
        public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) {
5588
            this.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, null);
5589
        }
5590
        
5591
        public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, object userState) {
5592
            if ((this.onBeginConsolidateMergedPDFDelegate == null)) {
5593
                this.onBeginConsolidateMergedPDFDelegate = new BeginOperationDelegate(this.OnBeginConsolidateMergedPDF);
5594
            }
5595
            if ((this.onEndConsolidateMergedPDFDelegate == null)) {
5596
                this.onEndConsolidateMergedPDFDelegate = new EndOperationDelegate(this.OnEndConsolidateMergedPDF);
5597
            }
5598
            if ((this.onConsolidateMergedPDFCompletedDelegate == null)) {
5599
                this.onConsolidateMergedPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateMergedPDFCompleted);
5600
            }
5601
            base.InvokeAsync(this.onBeginConsolidateMergedPDFDelegate, new object[] {
5602
                        project_no,
5603
                        _user_id,
5604
                        _doc_id,
5605
                        markupInfoItems,
5606
                        ProjectNo,
5607
                        DocInfoID,
5608
                        CreateUserID}, this.onEndConsolidateMergedPDFDelegate, this.onConsolidateMergedPDFCompletedDelegate, userState);
5609
        }
5610
        
5611
        public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5612
            return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems);
5613
        }
5614
        
5615
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5616
        public System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) {
5617
            return base.Channel.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5618
        }
5619
        
5620
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5621
        public bool EndTeamConsolidate(System.IAsyncResult result) {
5622
            return base.Channel.EndTeamConsolidate(result);
5623
        }
5624
        
5625
        private System.IAsyncResult OnBeginTeamConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
5626
            string project_no = ((string)(inValues[0]));
5627
            string _user_id = ((string)(inValues[1]));
5628
            string _doc_id = ((string)(inValues[2]));
5629
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
5630
            return this.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5631
        }
5632
        
5633
        private object[] OnEndTeamConsolidate(System.IAsyncResult result) {
5634
            bool retVal = this.EndTeamConsolidate(result);
5635
            return new object[] {
5636
                    retVal};
5637
        }
5638
        
5639
        private void OnTeamConsolidateCompleted(object state) {
5640
            if ((this.TeamConsolidateCompleted != null)) {
5641
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5642
                this.TeamConsolidateCompleted(this, new TeamConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5643
            }
5644
        }
5645
        
5646
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5647
            this.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
5648
        }
5649
        
5650
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
5651
            if ((this.onBeginTeamConsolidateDelegate == null)) {
5652
                this.onBeginTeamConsolidateDelegate = new BeginOperationDelegate(this.OnBeginTeamConsolidate);
5653
            }
5654
            if ((this.onEndTeamConsolidateDelegate == null)) {
5655
                this.onEndTeamConsolidateDelegate = new EndOperationDelegate(this.OnEndTeamConsolidate);
5656
            }
5657
            if ((this.onTeamConsolidateCompletedDelegate == null)) {
5658
                this.onTeamConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnTeamConsolidateCompleted);
5659
            }
5660
            base.InvokeAsync(this.onBeginTeamConsolidateDelegate, new object[] {
5661
                        project_no,
5662
                        _user_id,
5663
                        _doc_id,
5664
                        markupInfoItems}, this.onEndTeamConsolidateDelegate, this.onTeamConsolidateCompletedDelegate, userState);
5665
        }
5666
        
5667
        public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) {
5668
            return base.Channel.GetMember(project_no, user_id);
5669
        }
5670
        
5671
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5672
        public System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
5673
            return base.Channel.BeginGetMember(project_no, user_id, callback, asyncState);
5674
        }
5675
        
5676
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5677
        public KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result) {
5678
            return base.Channel.EndGetMember(result);
5679
        }
5680
        
5681
        private System.IAsyncResult OnBeginGetMember(object[] inValues, System.AsyncCallback callback, object asyncState) {
5682
            string project_no = ((string)(inValues[0]));
5683
            string user_id = ((string)(inValues[1]));
5684
            return this.BeginGetMember(project_no, user_id, callback, asyncState);
5685
        }
5686
        
5687
        private object[] OnEndGetMember(System.IAsyncResult result) {
5688
            KCOMDataModel.DataModel.MEMBER retVal = this.EndGetMember(result);
5689
            return new object[] {
5690
                    retVal};
5691
        }
5692
        
5693
        private void OnGetMemberCompleted(object state) {
5694
            if ((this.GetMemberCompleted != null)) {
5695
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5696
                this.GetMemberCompleted(this, new GetMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5697
            }
5698
        }
5699
        
5700
        public void GetMemberAsync(string project_no, string user_id) {
5701
            this.GetMemberAsync(project_no, user_id, null);
5702
        }
5703
        
5704
        public void GetMemberAsync(string project_no, string user_id, object userState) {
5705
            if ((this.onBeginGetMemberDelegate == null)) {
5706
                this.onBeginGetMemberDelegate = new BeginOperationDelegate(this.OnBeginGetMember);
5707
            }
5708
            if ((this.onEndGetMemberDelegate == null)) {
5709
                this.onEndGetMemberDelegate = new EndOperationDelegate(this.OnEndGetMember);
5710
            }
5711
            if ((this.onGetMemberCompletedDelegate == null)) {
5712
                this.onGetMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMemberCompleted);
5713
            }
5714
            base.InvokeAsync(this.onBeginGetMemberDelegate, new object[] {
5715
                        project_no,
5716
                        user_id}, this.onEndGetMemberDelegate, this.onGetMemberCompletedDelegate, userState);
5717
        }
5718
        
5719
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) {
5720
            return base.Channel.GetSymbolList(user_id);
5721
        }
5722
        
5723
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5724
        public System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState) {
5725
            return base.Channel.BeginGetSymbolList(user_id, callback, asyncState);
5726
        }
5727
        
5728
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5729
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result) {
5730
            return base.Channel.EndGetSymbolList(result);
5731
        }
5732
        
5733
        private System.IAsyncResult OnBeginGetSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5734
            string user_id = ((string)(inValues[0]));
5735
            return this.BeginGetSymbolList(user_id, callback, asyncState);
5736
        }
5737
        
5738
        private object[] OnEndGetSymbolList(System.IAsyncResult result) {
5739
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> retVal = this.EndGetSymbolList(result);
5740
            return new object[] {
5741
                    retVal};
5742
        }
5743
        
5744
        private void OnGetSymbolListCompleted(object state) {
5745
            if ((this.GetSymbolListCompleted != null)) {
5746
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5747
                this.GetSymbolListCompleted(this, new GetSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5748
            }
5749
        }
5750
        
5751
        public void GetSymbolListAsync(string user_id) {
5752
            this.GetSymbolListAsync(user_id, null);
5753
        }
5754
        
5755
        public void GetSymbolListAsync(string user_id, object userState) {
5756
            if ((this.onBeginGetSymbolListDelegate == null)) {
5757
                this.onBeginGetSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolList);
5758
            }
5759
            if ((this.onEndGetSymbolListDelegate == null)) {
5760
                this.onEndGetSymbolListDelegate = new EndOperationDelegate(this.OnEndGetSymbolList);
5761
            }
5762
            if ((this.onGetSymbolListCompletedDelegate == null)) {
5763
                this.onGetSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolListCompleted);
5764
            }
5765
            base.InvokeAsync(this.onBeginGetSymbolListDelegate, new object[] {
5766
                        user_id}, this.onEndGetSymbolListDelegate, this.onGetSymbolListCompletedDelegate, userState);
5767
        }
5768
        
5769
        public System.Collections.Generic.List<string> GetPublicSymbolDeptList() {
5770
            return base.Channel.GetPublicSymbolDeptList();
5771
        }
5772
        
5773
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5774
        public System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState) {
5775
            return base.Channel.BeginGetPublicSymbolDeptList(callback, asyncState);
5776
        }
5777
        
5778
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5779
        public System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result) {
5780
            return base.Channel.EndGetPublicSymbolDeptList(result);
5781
        }
5782
        
5783
        private System.IAsyncResult OnBeginGetPublicSymbolDeptList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5784
            return this.BeginGetPublicSymbolDeptList(callback, asyncState);
5785
        }
5786
        
5787
        private object[] OnEndGetPublicSymbolDeptList(System.IAsyncResult result) {
5788
            System.Collections.Generic.List<string> retVal = this.EndGetPublicSymbolDeptList(result);
5789
            return new object[] {
5790
                    retVal};
5791
        }
5792
        
5793
        private void OnGetPublicSymbolDeptListCompleted(object state) {
5794
            if ((this.GetPublicSymbolDeptListCompleted != null)) {
5795
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5796
                this.GetPublicSymbolDeptListCompleted(this, new GetPublicSymbolDeptListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5797
            }
5798
        }
5799
        
5800
        public void GetPublicSymbolDeptListAsync() {
5801
            this.GetPublicSymbolDeptListAsync(null);
5802
        }
5803
        
5804
        public void GetPublicSymbolDeptListAsync(object userState) {
5805
            if ((this.onBeginGetPublicSymbolDeptListDelegate == null)) {
5806
                this.onBeginGetPublicSymbolDeptListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolDeptList);
5807
            }
5808
            if ((this.onEndGetPublicSymbolDeptListDelegate == null)) {
5809
                this.onEndGetPublicSymbolDeptListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolDeptList);
5810
            }
5811
            if ((this.onGetPublicSymbolDeptListCompletedDelegate == null)) {
5812
                this.onGetPublicSymbolDeptListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolDeptListCompleted);
5813
            }
5814
            base.InvokeAsync(this.onBeginGetPublicSymbolDeptListDelegate, null, this.onEndGetPublicSymbolDeptListDelegate, this.onGetPublicSymbolDeptListCompletedDelegate, userState);
5815
        }
5816
        
5817
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) {
5818
            return base.Channel.GetPublicSymbolList(dept);
5819
        }
5820
        
5821
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5822
        public System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState) {
5823
            return base.Channel.BeginGetPublicSymbolList(dept, callback, asyncState);
5824
        }
5825
        
5826
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5827
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result) {
5828
            return base.Channel.EndGetPublicSymbolList(result);
5829
        }
5830
        
5831
        private System.IAsyncResult OnBeginGetPublicSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5832
            string dept = ((string)(inValues[0]));
5833
            return this.BeginGetPublicSymbolList(dept, callback, asyncState);
5834
        }
5835
        
5836
        private object[] OnEndGetPublicSymbolList(System.IAsyncResult result) {
5837
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> retVal = this.EndGetPublicSymbolList(result);
5838
            return new object[] {
5839
                    retVal};
5840
        }
5841
        
5842
        private void OnGetPublicSymbolListCompleted(object state) {
5843
            if ((this.GetPublicSymbolListCompleted != null)) {
5844
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5845
                this.GetPublicSymbolListCompleted(this, new GetPublicSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5846
            }
5847
        }
5848
        
5849
        public void GetPublicSymbolListAsync(string dept) {
5850
            this.GetPublicSymbolListAsync(dept, null);
5851
        }
5852
        
5853
        public void GetPublicSymbolListAsync(string dept, object userState) {
5854
            if ((this.onBeginGetPublicSymbolListDelegate == null)) {
5855
                this.onBeginGetPublicSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolList);
5856
            }
5857
            if ((this.onEndGetPublicSymbolListDelegate == null)) {
5858
                this.onEndGetPublicSymbolListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolList);
5859
            }
5860
            if ((this.onGetPublicSymbolListCompletedDelegate == null)) {
5861
                this.onGetPublicSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolListCompleted);
5862
            }
5863
            base.InvokeAsync(this.onBeginGetPublicSymbolListDelegate, new object[] {
5864
                        dept}, this.onEndGetPublicSymbolListDelegate, this.onGetPublicSymbolListCompletedDelegate, userState);
5865
        }
5866
        
5867
        public string GetSymbolData(string id, int type) {
5868
            return base.Channel.GetSymbolData(id, type);
5869
        }
5870
        
5871
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5872
        public System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState) {
5873
            return base.Channel.BeginGetSymbolData(id, type, callback, asyncState);
5874
        }
5875
        
5876
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5877
        public string EndGetSymbolData(System.IAsyncResult result) {
5878
            return base.Channel.EndGetSymbolData(result);
5879
        }
5880
        
5881
        private System.IAsyncResult OnBeginGetSymbolData(object[] inValues, System.AsyncCallback callback, object asyncState) {
5882
            string id = ((string)(inValues[0]));
5883
            int type = ((int)(inValues[1]));
5884
            return this.BeginGetSymbolData(id, type, callback, asyncState);
5885
        }
5886
        
5887
        private object[] OnEndGetSymbolData(System.IAsyncResult result) {
5888
            string retVal = this.EndGetSymbolData(result);
5889
            return new object[] {
5890
                    retVal};
5891
        }
5892
        
5893
        private void OnGetSymbolDataCompleted(object state) {
5894
            if ((this.GetSymbolDataCompleted != null)) {
5895
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5896
                this.GetSymbolDataCompleted(this, new GetSymbolDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5897
            }
5898
        }
5899
        
5900
        public void GetSymbolDataAsync(string id, int type) {
5901
            this.GetSymbolDataAsync(id, type, null);
5902
        }
5903
        
5904
        public void GetSymbolDataAsync(string id, int type, object userState) {
5905
            if ((this.onBeginGetSymbolDataDelegate == null)) {
5906
                this.onBeginGetSymbolDataDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolData);
5907
            }
5908
            if ((this.onEndGetSymbolDataDelegate == null)) {
5909
                this.onEndGetSymbolDataDelegate = new EndOperationDelegate(this.OnEndGetSymbolData);
5910
            }
5911
            if ((this.onGetSymbolDataCompletedDelegate == null)) {
5912
                this.onGetSymbolDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolDataCompleted);
5913
            }
5914
            base.InvokeAsync(this.onBeginGetSymbolDataDelegate, new object[] {
5915
                        id,
5916
                        type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState);
5917
        }
5918
        
5919
        public string GetSymbolImageURL(string id, int type) {
5920
            return base.Channel.GetSymbolImageURL(id, type);
5921
        }
5922
        
5923
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5924
        public System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState) {
5925
            return base.Channel.BeginGetSymbolImageURL(id, type, callback, asyncState);
5926
        }
5927
        
5928
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5929
        public string EndGetSymbolImageURL(System.IAsyncResult result) {
5930
            return base.Channel.EndGetSymbolImageURL(result);
5931
        }
5932
        
5933
        private System.IAsyncResult OnBeginGetSymbolImageURL(object[] inValues, System.AsyncCallback callback, object asyncState) {
5934
            string id = ((string)(inValues[0]));
5935
            int type = ((int)(inValues[1]));
5936
            return this.BeginGetSymbolImageURL(id, type, callback, asyncState);
5937
        }
5938
        
5939
        private object[] OnEndGetSymbolImageURL(System.IAsyncResult result) {
5940
            string retVal = this.EndGetSymbolImageURL(result);
5941
            return new object[] {
5942
                    retVal};
5943
        }
5944
        
5945
        private void OnGetSymbolImageURLCompleted(object state) {
5946
            if ((this.GetSymbolImageURLCompleted != null)) {
5947
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5948
                this.GetSymbolImageURLCompleted(this, new GetSymbolImageURLCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5949
            }
5950
        }
5951
        
5952
        public void GetSymbolImageURLAsync(string id, int type) {
5953
            this.GetSymbolImageURLAsync(id, type, null);
5954
        }
5955
        
5956
        public void GetSymbolImageURLAsync(string id, int type, object userState) {
5957
            if ((this.onBeginGetSymbolImageURLDelegate == null)) {
5958
                this.onBeginGetSymbolImageURLDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolImageURL);
5959
            }
5960
            if ((this.onEndGetSymbolImageURLDelegate == null)) {
5961
                this.onEndGetSymbolImageURLDelegate = new EndOperationDelegate(this.OnEndGetSymbolImageURL);
5962
            }
5963
            if ((this.onGetSymbolImageURLCompletedDelegate == null)) {
5964
                this.onGetSymbolImageURLCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolImageURLCompleted);
5965
            }
5966
            base.InvokeAsync(this.onBeginGetSymbolImageURLDelegate, new object[] {
5967
                        id,
5968
                        type}, this.onEndGetSymbolImageURLDelegate, this.onGetSymbolImageURLCompletedDelegate, userState);
5969
        }
5970
        
5971
        public string GetSignData(string project_no, string user_id) {
5972
            return base.Channel.GetSignData(project_no, user_id);
5973
        }
5974
        
5975
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5976
        public System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
5977
            return base.Channel.BeginGetSignData(project_no, user_id, callback, asyncState);
5978
        }
5979
        
5980
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5981
        public string EndGetSignData(System.IAsyncResult result) {
5982
            return base.Channel.EndGetSignData(result);
5983
        }
5984
        
5985
        private System.IAsyncResult OnBeginGetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) {
5986
            string project_no = ((string)(inValues[0]));
5987
            string user_id = ((string)(inValues[1]));
5988
            return this.BeginGetSignData(project_no, user_id, callback, asyncState);
5989
        }
5990
        
5991
        private object[] OnEndGetSignData(System.IAsyncResult result) {
5992
            string retVal = this.EndGetSignData(result);
5993
            return new object[] {
5994
                    retVal};
5995
        }
5996
        
5997
        private void OnGetSignDataCompleted(object state) {
5998
            if ((this.GetSignDataCompleted != null)) {
5999
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6000
                this.GetSignDataCompleted(this, new GetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6001
            }
6002
        }
6003
        
6004
        public void GetSignDataAsync(string project_no, string user_id) {
6005
            this.GetSignDataAsync(project_no, user_id, null);
6006
        }
6007
        
6008
        public void GetSignDataAsync(string project_no, string user_id, object userState) {
6009
            if ((this.onBeginGetSignDataDelegate == null)) {
6010
                this.onBeginGetSignDataDelegate = new BeginOperationDelegate(this.OnBeginGetSignData);
6011
            }
6012
            if ((this.onEndGetSignDataDelegate == null)) {
6013
                this.onEndGetSignDataDelegate = new EndOperationDelegate(this.OnEndGetSignData);
6014
            }
6015
            if ((this.onGetSignDataCompletedDelegate == null)) {
6016
                this.onGetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignDataCompleted);
6017
            }
6018
            base.InvokeAsync(this.onBeginGetSignDataDelegate, new object[] {
6019
                        project_no,
6020
                        user_id}, this.onEndGetSignDataDelegate, this.onGetSignDataCompletedDelegate, userState);
6021
        }
6022
        
6023
        public string GetProjectName(string project_no) {
6024
            return base.Channel.GetProjectName(project_no);
6025
        }
6026
        
6027
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6028
        public System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState) {
6029
            return base.Channel.BeginGetProjectName(project_no, callback, asyncState);
6030
        }
6031
        
6032
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6033
        public string EndGetProjectName(System.IAsyncResult result) {
6034
            return base.Channel.EndGetProjectName(result);
6035
        }
6036
        
6037
        private System.IAsyncResult OnBeginGetProjectName(object[] inValues, System.AsyncCallback callback, object asyncState) {
6038
            string project_no = ((string)(inValues[0]));
6039
            return this.BeginGetProjectName(project_no, callback, asyncState);
6040
        }
6041
        
6042
        private object[] OnEndGetProjectName(System.IAsyncResult result) {
6043
            string retVal = this.EndGetProjectName(result);
6044
            return new object[] {
6045
                    retVal};
6046
        }
6047
        
6048
        private void OnGetProjectNameCompleted(object state) {
6049
            if ((this.GetProjectNameCompleted != null)) {
6050
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6051
                this.GetProjectNameCompleted(this, new GetProjectNameCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6052
            }
6053
        }
6054
        
6055
        public void GetProjectNameAsync(string project_no) {
6056
            this.GetProjectNameAsync(project_no, null);
6057
        }
6058
        
6059
        public void GetProjectNameAsync(string project_no, object userState) {
6060
            if ((this.onBeginGetProjectNameDelegate == null)) {
6061
                this.onBeginGetProjectNameDelegate = new BeginOperationDelegate(this.OnBeginGetProjectName);
6062
            }
6063
            if ((this.onEndGetProjectNameDelegate == null)) {
6064
                this.onEndGetProjectNameDelegate = new EndOperationDelegate(this.OnEndGetProjectName);
6065
            }
6066
            if ((this.onGetProjectNameCompletedDelegate == null)) {
6067
                this.onGetProjectNameCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetProjectNameCompleted);
6068
            }
6069
            base.InvokeAsync(this.onBeginGetProjectNameDelegate, new object[] {
6070
                        project_no}, this.onEndGetProjectNameDelegate, this.onGetProjectNameCompletedDelegate, userState);
6071
        }
6072
        
6073
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) {
6074
            return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev);
6075
        }
6076
        
6077
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6078
        public System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState) {
6079
            return base.Channel.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
6080
        }
6081
        
6082
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6083
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result) {
6084
            return base.Channel.EndGetPreRevSelect(result);
6085
        }
6086
        
6087
        private System.IAsyncResult OnBeginGetPreRevSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
6088
            string project_no = ((string)(inValues[0]));
6089
            string doc_no = ((string)(inValues[1]));
6090
            string current_rev = ((string)(inValues[2]));
6091
            return this.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
6092
        }
6093
        
6094
        private object[] OnEndGetPreRevSelect(System.IAsyncResult result) {
6095
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> retVal = this.EndGetPreRevSelect(result);
6096
            return new object[] {
6097
                    retVal};
6098
        }
6099
        
6100
        private void OnGetPreRevSelectCompleted(object state) {
6101
            if ((this.GetPreRevSelectCompleted != null)) {
6102
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6103
                this.GetPreRevSelectCompleted(this, new GetPreRevSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6104
            }
6105
        }
6106
        
6107
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) {
6108
            this.GetPreRevSelectAsync(project_no, doc_no, current_rev, null);
6109
        }
6110
        
6111
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev, object userState) {
6112
            if ((this.onBeginGetPreRevSelectDelegate == null)) {
6113
                this.onBeginGetPreRevSelectDelegate = new BeginOperationDelegate(this.OnBeginGetPreRevSelect);
6114
            }
6115
            if ((this.onEndGetPreRevSelectDelegate == null)) {
6116
                this.onEndGetPreRevSelectDelegate = new EndOperationDelegate(this.OnEndGetPreRevSelect);
6117
            }
6118
            if ((this.onGetPreRevSelectCompletedDelegate == null)) {
6119
                this.onGetPreRevSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPreRevSelectCompleted);
6120
            }
6121
            base.InvokeAsync(this.onBeginGetPreRevSelectDelegate, new object[] {
6122
                        project_no,
6123
                        doc_no,
6124
                        current_rev}, this.onEndGetPreRevSelectDelegate, this.onGetPreRevSelectCompletedDelegate, userState);
6125
        }
6126
        
6127
        public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) {
6128
            return base.Channel.GetDocInfoOneSelect(project_no, doc_id);
6129
        }
6130
        
6131
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6132
        public System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
6133
            return base.Channel.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
6134
        }
6135
        
6136
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6137
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result) {
6138
            return base.Channel.EndGetDocInfoOneSelect(result);
6139
        }
6140
        
6141
        private System.IAsyncResult OnBeginGetDocInfoOneSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
6142
            string project_no = ((string)(inValues[0]));
6143
            string doc_id = ((string)(inValues[1]));
6144
            return this.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
6145
        }
6146
        
6147
        private object[] OnEndGetDocInfoOneSelect(System.IAsyncResult result) {
6148
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfoOneSelect(result);
6149
            return new object[] {
6150
                    retVal};
6151
        }
6152
        
6153
        private void OnGetDocInfoOneSelectCompleted(object state) {
6154
            if ((this.GetDocInfoOneSelectCompleted != null)) {
6155
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6156
                this.GetDocInfoOneSelectCompleted(this, new GetDocInfoOneSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6157
            }
6158
        }
6159
        
6160
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id) {
6161
            this.GetDocInfoOneSelectAsync(project_no, doc_id, null);
6162
        }
6163
        
6164
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id, object userState) {
6165
            if ((this.onBeginGetDocInfoOneSelectDelegate == null)) {
6166
                this.onBeginGetDocInfoOneSelectDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfoOneSelect);
6167
            }
6168
            if ((this.onEndGetDocInfoOneSelectDelegate == null)) {
6169
                this.onEndGetDocInfoOneSelectDelegate = new EndOperationDelegate(this.OnEndGetDocInfoOneSelect);
6170
            }
6171
            if ((this.onGetDocInfoOneSelectCompletedDelegate == null)) {
6172
                this.onGetDocInfoOneSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoOneSelectCompleted);
6173
            }
6174
            base.InvokeAsync(this.onBeginGetDocInfoOneSelectDelegate, new object[] {
6175
                        project_no,
6176
                        doc_id}, this.onEndGetDocInfoOneSelectDelegate, this.onGetDocInfoOneSelectCompletedDelegate, userState);
6177
        }
6178
        
6179
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
6180
            return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList);
6181
        }
6182
        
6183
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6184
        public System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState) {
6185
            return base.Channel.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
6186
        }
6187
        
6188
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6189
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result) {
6190
            return base.Channel.EndGetPrintDocItemList(result);
6191
        }
6192
        
6193
        private System.IAsyncResult OnBeginGetPrintDocItemList(object[] inValues, System.AsyncCallback callback, object asyncState) {
6194
            string project_no = ((string)(inValues[0]));
6195
            string doc_id = ((string)(inValues[1]));
6196
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[2]));
6197
            return this.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
6198
        }
6199
        
6200
        private object[] OnEndGetPrintDocItemList(System.IAsyncResult result) {
6201
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetPrintDocItemList(result);
6202
            return new object[] {
6203
                    retVal};
6204
        }
6205
        
6206
        private void OnGetPrintDocItemListCompleted(object state) {
6207
            if ((this.GetPrintDocItemListCompleted != null)) {
6208
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6209
                this.GetPrintDocItemListCompleted(this, new GetPrintDocItemListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6210
            }
6211
        }
6212
        
6213
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
6214
            this.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList, null);
6215
        }
6216
        
6217
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, object userState) {
6218
            if ((this.onBeginGetPrintDocItemListDelegate == null)) {
6219
                this.onBeginGetPrintDocItemListDelegate = new BeginOperationDelegate(this.OnBeginGetPrintDocItemList);
6220
            }
6221
            if ((this.onEndGetPrintDocItemListDelegate == null)) {
6222
                this.onEndGetPrintDocItemListDelegate = new EndOperationDelegate(this.OnEndGetPrintDocItemList);
6223
            }
6224
            if ((this.onGetPrintDocItemListCompletedDelegate == null)) {
6225
                this.onGetPrintDocItemListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPrintDocItemListCompleted);
6226
            }
6227
            base.InvokeAsync(this.onBeginGetPrintDocItemListDelegate, new object[] {
6228
                        project_no,
6229
                        doc_id,
6230
                        _markupInfoList}, this.onEndGetPrintDocItemListDelegate, this.onGetPrintDocItemListCompletedDelegate, userState);
6231
        }
6232
        
6233
        public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) {
6234
            return base.Channel.AddMessage(project_no, value);
6235
        }
6236
        
6237
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6238
        public System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState) {
6239
            return base.Channel.BeginAddMessage(project_no, value, callback, asyncState);
6240
        }
6241
        
6242
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6243
        public bool EndAddMessage(System.IAsyncResult result) {
6244
            return base.Channel.EndAddMessage(result);
6245
        }
6246
        
6247
        private System.IAsyncResult OnBeginAddMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
6248
            string project_no = ((string)(inValues[0]));
6249
            KCOMDataModel.DataModel.TALK value = ((KCOMDataModel.DataModel.TALK)(inValues[1]));
6250
            return this.BeginAddMessage(project_no, value, callback, asyncState);
6251
        }
6252
        
6253
        private object[] OnEndAddMessage(System.IAsyncResult result) {
6254
            bool retVal = this.EndAddMessage(result);
6255
            return new object[] {
6256
                    retVal};
6257
        }
6258
        
6259
        private void OnAddMessageCompleted(object state) {
6260
            if ((this.AddMessageCompleted != null)) {
6261
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6262
                this.AddMessageCompleted(this, new AddMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6263
            }
6264
        }
6265
        
6266
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) {
6267
            this.AddMessageAsync(project_no, value, null);
6268
        }
6269
        
6270
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value, object userState) {
6271
            if ((this.onBeginAddMessageDelegate == null)) {
6272
                this.onBeginAddMessageDelegate = new BeginOperationDelegate(this.OnBeginAddMessage);
6273
            }
6274
            if ((this.onEndAddMessageDelegate == null)) {
6275
                this.onEndAddMessageDelegate = new EndOperationDelegate(this.OnEndAddMessage);
6276
            }
6277
            if ((this.onAddMessageCompletedDelegate == null)) {
6278
                this.onAddMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMessageCompleted);
6279
            }
6280
            base.InvokeAsync(this.onBeginAddMessageDelegate, new object[] {
6281
                        project_no,
6282
                        value}, this.onEndAddMessageDelegate, this.onAddMessageCompletedDelegate, userState);
6283
        }
6284
        
6285
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) {
6286
            return base.Channel.GetMessage(project_no, doc_id);
6287
        }
6288
        
6289
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6290
        public System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
6291
            return base.Channel.BeginGetMessage(project_no, doc_id, callback, asyncState);
6292
        }
6293
        
6294
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6295
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result) {
6296
            return base.Channel.EndGetMessage(result);
6297
        }
6298
        
6299
        private System.IAsyncResult OnBeginGetMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
6300
            string project_no = ((string)(inValues[0]));
6301
            string doc_id = ((string)(inValues[1]));
6302
            return this.BeginGetMessage(project_no, doc_id, callback, asyncState);
6303
        }
6304
        
6305
        private object[] OnEndGetMessage(System.IAsyncResult result) {
6306
            System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> retVal = this.EndGetMessage(result);
6307
            return new object[] {
6308
                    retVal};
6309
        }
6310
        
6311
        private void OnGetMessageCompleted(object state) {
6312
            if ((this.GetMessageCompleted != null)) {
6313
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6314
                this.GetMessageCompleted(this, new GetMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6315
            }
6316
        }
6317
        
6318
        public void GetMessageAsync(string project_no, string doc_id) {
6319
            this.GetMessageAsync(project_no, doc_id, null);
6320
        }
6321
        
6322
        public void GetMessageAsync(string project_no, string doc_id, object userState) {
6323
            if ((this.onBeginGetMessageDelegate == null)) {
6324
                this.onBeginGetMessageDelegate = new BeginOperationDelegate(this.OnBeginGetMessage);
6325
            }
6326
            if ((this.onEndGetMessageDelegate == null)) {
6327
                this.onEndGetMessageDelegate = new EndOperationDelegate(this.OnEndGetMessage);
6328
            }
6329
            if ((this.onGetMessageCompletedDelegate == null)) {
6330
                this.onGetMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMessageCompleted);
6331
            }
6332
            base.InvokeAsync(this.onBeginGetMessageDelegate, new object[] {
6333
                        project_no,
6334
                        doc_id}, this.onEndGetMessageDelegate, this.onGetMessageCompletedDelegate, userState);
6335
        }
6336
        
6337
        public KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) {
6338
            return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id);
6339
        }
6340
        
6341
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6342
        public System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) {
6343
            return base.Channel.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState);
6344
        }
6345
        
6346
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6347
        public KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result) {
6348
            return base.Channel.EndFinalPDF_GetDocinfo(result);
6349
        }
6350
        
6351
        private System.IAsyncResult OnBeginFinalPDF_GetDocinfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
6352
            string project_no = ((string)(inValues[0]));
6353
            string docinfo_id = ((string)(inValues[1]));
6354
            return this.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState);
6355
        }
6356
        
6357
        private object[] OnEndFinalPDF_GetDocinfo(System.IAsyncResult result) {
6358
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndFinalPDF_GetDocinfo(result);
6359
            return new object[] {
6360
                    retVal};
6361
        }
6362
        
6363
        private void OnFinalPDF_GetDocinfoCompleted(object state) {
6364
            if ((this.FinalPDF_GetDocinfoCompleted != null)) {
6365
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6366
                this.FinalPDF_GetDocinfoCompleted(this, new FinalPDF_GetDocinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6367
            }
6368
        }
6369
        
6370
        public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) {
6371
            this.FinalPDF_GetDocinfoAsync(project_no, docinfo_id, null);
6372
        }
6373
        
6374
        public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id, object userState) {
6375
            if ((this.onBeginFinalPDF_GetDocinfoDelegate == null)) {
6376
                this.onBeginFinalPDF_GetDocinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocinfo);
6377
            }
6378
            if ((this.onEndFinalPDF_GetDocinfoDelegate == null)) {
6379
                this.onEndFinalPDF_GetDocinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocinfo);
6380
            }
6381
            if ((this.onFinalPDF_GetDocinfoCompletedDelegate == null)) {
6382
                this.onFinalPDF_GetDocinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocinfoCompleted);
6383
            }
6384
            base.InvokeAsync(this.onBeginFinalPDF_GetDocinfoDelegate, new object[] {
6385
                        project_no,
6386
                        docinfo_id}, this.onEndFinalPDF_GetDocinfoDelegate, this.onFinalPDF_GetDocinfoCompletedDelegate, userState);
6387
        }
6388
        
6389
        public KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) {
6390
            return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id);
6391
        }
6392
        
6393
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6394
        public System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState) {
6395
            return base.Channel.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState);
6396
        }
6397
        
6398
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6399
        public KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result) {
6400
            return base.Channel.EndFinalPDF_GetDocumentItem(result);
6401
        }
6402
        
6403
        private System.IAsyncResult OnBeginFinalPDF_GetDocumentItem(object[] inValues, System.AsyncCallback callback, object asyncState) {
6404
            string project_no = ((string)(inValues[0]));
6405
            string document_id = ((string)(inValues[1]));
6406
            return this.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState);
6407
        }
6408
        
6409
        private object[] OnEndFinalPDF_GetDocumentItem(System.IAsyncResult result) {
6410
            KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndFinalPDF_GetDocumentItem(result);
6411
            return new object[] {
6412
                    retVal};
6413
        }
6414
        
6415
        private void OnFinalPDF_GetDocumentItemCompleted(object state) {
6416
            if ((this.FinalPDF_GetDocumentItemCompleted != null)) {
6417
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6418
                this.FinalPDF_GetDocumentItemCompleted(this, new FinalPDF_GetDocumentItemCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6419
            }
6420
        }
6421
        
6422
        public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id) {
6423
            this.FinalPDF_GetDocumentItemAsync(project_no, document_id, null);
6424
        }
6425
        
6426
        public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id, object userState) {
6427
            if ((this.onBeginFinalPDF_GetDocumentItemDelegate == null)) {
6428
                this.onBeginFinalPDF_GetDocumentItemDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocumentItem);
6429
            }
6430
            if ((this.onEndFinalPDF_GetDocumentItemDelegate == null)) {
6431
                this.onEndFinalPDF_GetDocumentItemDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocumentItem);
6432
            }
6433
            if ((this.onFinalPDF_GetDocumentItemCompletedDelegate == null)) {
6434
                this.onFinalPDF_GetDocumentItemCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocumentItemCompleted);
6435
            }
6436
            base.InvokeAsync(this.onBeginFinalPDF_GetDocumentItemDelegate, new object[] {
6437
                        project_no,
6438
                        document_id}, this.onEndFinalPDF_GetDocumentItemDelegate, this.onFinalPDF_GetDocumentItemCompletedDelegate, userState);
6439
        }
6440
        
6441
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) {
6442
            return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id);
6443
        }
6444
        
6445
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6446
        public System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) {
6447
            return base.Channel.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState);
6448
        }
6449
        
6450
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6451
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result) {
6452
            return base.Channel.EndFinalPDF_GetMarkupdata(result);
6453
        }
6454
        
6455
        private System.IAsyncResult OnBeginFinalPDF_GetMarkupdata(object[] inValues, System.AsyncCallback callback, object asyncState) {
6456
            string project_no = ((string)(inValues[0]));
6457
            string docinfo_id = ((string)(inValues[1]));
6458
            return this.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState);
6459
        }
6460
        
6461
        private object[] OnEndFinalPDF_GetMarkupdata(System.IAsyncResult result) {
6462
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndFinalPDF_GetMarkupdata(result);
6463
            return new object[] {
6464
                    retVal};
6465
        }
6466
        
6467
        private void OnFinalPDF_GetMarkupdataCompleted(object state) {
6468
            if ((this.FinalPDF_GetMarkupdataCompleted != null)) {
6469
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6470
                this.FinalPDF_GetMarkupdataCompleted(this, new FinalPDF_GetMarkupdataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6471
            }
6472
        }
6473
        
6474
        public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) {
6475
            this.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id, null);
6476
        }
6477
        
6478
        public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id, object userState) {
6479
            if ((this.onBeginFinalPDF_GetMarkupdataDelegate == null)) {
6480
                this.onBeginFinalPDF_GetMarkupdataDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupdata);
6481
            }
6482
            if ((this.onEndFinalPDF_GetMarkupdataDelegate == null)) {
6483
                this.onEndFinalPDF_GetMarkupdataDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupdata);
6484
            }
6485
            if ((this.onFinalPDF_GetMarkupdataCompletedDelegate == null)) {
6486
                this.onFinalPDF_GetMarkupdataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupdataCompleted);
6487
            }
6488
            base.InvokeAsync(this.onBeginFinalPDF_GetMarkupdataDelegate, new object[] {
6489
                        project_no,
6490
                        docinfo_id}, this.onEndFinalPDF_GetMarkupdataDelegate, this.onFinalPDF_GetMarkupdataCompletedDelegate, userState);
6491
        }
6492
        
6493
        public KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) {
6494
            return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id);
6495
        }
6496
        
6497
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6498
        public System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) {
6499
            return base.Channel.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState);
6500
        }
6501
        
6502
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6503
        public KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result) {
6504
            return base.Channel.EndFinalPDF_GetMarkupinfo(result);
6505
        }
6506
        
6507
        private System.IAsyncResult OnBeginFinalPDF_GetMarkupinfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
6508
            string project_no = ((string)(inValues[0]));
6509
            string docinfo_id = ((string)(inValues[1]));
6510
            return this.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState);
6511
        }
6512
        
6513
        private object[] OnEndFinalPDF_GetMarkupinfo(System.IAsyncResult result) {
6514
            KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndFinalPDF_GetMarkupinfo(result);
6515
            return new object[] {
6516
                    retVal};
6517
        }
6518
        
6519
        private void OnFinalPDF_GetMarkupinfoCompleted(object state) {
6520
            if ((this.FinalPDF_GetMarkupinfoCompleted != null)) {
6521
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6522
                this.FinalPDF_GetMarkupinfoCompleted(this, new FinalPDF_GetMarkupinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6523
            }
6524
        }
6525
        
6526
        public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) {
6527
            this.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id, null);
6528
        }
6529
        
6530
        public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id, object userState) {
6531
            if ((this.onBeginFinalPDF_GetMarkupinfoDelegate == null)) {
6532
                this.onBeginFinalPDF_GetMarkupinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupinfo);
6533
            }
6534
            if ((this.onEndFinalPDF_GetMarkupinfoDelegate == null)) {
6535
                this.onEndFinalPDF_GetMarkupinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupinfo);
6536
            }
6537
            if ((this.onFinalPDF_GetMarkupinfoCompletedDelegate == null)) {
6538
                this.onFinalPDF_GetMarkupinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupinfoCompleted);
6539
            }
6540
            base.InvokeAsync(this.onBeginFinalPDF_GetMarkupinfoDelegate, new object[] {
6541
                        project_no,
6542
                        docinfo_id}, this.onEndFinalPDF_GetMarkupinfoDelegate, this.onFinalPDF_GetMarkupinfoCompletedDelegate, userState);
6543
        }
6544
        
6545
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) {
6546
            return base.Channel.FinalPDF_GetFinalPDFs(final_id);
6547
        }
6548
        
6549
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6550
        public System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState) {
6551
            return base.Channel.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState);
6552
        }
6553
        
6554
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6555
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result) {
6556
            return base.Channel.EndFinalPDF_GetFinalPDFs(result);
6557
        }
6558
        
6559
        private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFs(object[] inValues, System.AsyncCallback callback, object asyncState) {
6560
            string final_id = ((string)(inValues[0]));
6561
            return this.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState);
6562
        }
6563
        
6564
        private object[] OnEndFinalPDF_GetFinalPDFs(System.IAsyncResult result) {
6565
            System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> retVal = this.EndFinalPDF_GetFinalPDFs(result);
6566
            return new object[] {
6567
                    retVal};
6568
        }
6569
        
6570
        private void OnFinalPDF_GetFinalPDFsCompleted(object state) {
6571
            if ((this.FinalPDF_GetFinalPDFsCompleted != null)) {
6572
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6573
                this.FinalPDF_GetFinalPDFsCompleted(this, new FinalPDF_GetFinalPDFsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6574
            }
6575
        }
6576
        
6577
        public void FinalPDF_GetFinalPDFsAsync(string final_id) {
6578
            this.FinalPDF_GetFinalPDFsAsync(final_id, null);
6579
        }
6580
        
6581
        public void FinalPDF_GetFinalPDFsAsync(string final_id, object userState) {
6582
            if ((this.onBeginFinalPDF_GetFinalPDFsDelegate == null)) {
6583
                this.onBeginFinalPDF_GetFinalPDFsDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFs);
6584
            }
6585
            if ((this.onEndFinalPDF_GetFinalPDFsDelegate == null)) {
6586
                this.onEndFinalPDF_GetFinalPDFsDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFs);
6587
            }
6588
            if ((this.onFinalPDF_GetFinalPDFsCompletedDelegate == null)) {
6589
                this.onFinalPDF_GetFinalPDFsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFsCompleted);
6590
            }
6591
            base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFsDelegate, new object[] {
6592
                        final_id}, this.onEndFinalPDF_GetFinalPDFsDelegate, this.onFinalPDF_GetFinalPDFsCompletedDelegate, userState);
6593
        }
6594
        
6595
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) {
6596
            return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id);
6597
        }
6598
        
6599
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6600
        public System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) {
6601
            return base.Channel.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState);
6602
        }
6603
        
6604
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6605
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result) {
6606
            return base.Channel.EndFinalPDF_GetDocpage(result);
6607
        }
6608
        
6609
        private System.IAsyncResult OnBeginFinalPDF_GetDocpage(object[] inValues, System.AsyncCallback callback, object asyncState) {
6610
            string project_no = ((string)(inValues[0]));
6611
            string docinfo_id = ((string)(inValues[1]));
6612
            return this.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState);
6613
        }
6614
        
6615
        private object[] OnEndFinalPDF_GetDocpage(System.IAsyncResult result) {
6616
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> retVal = this.EndFinalPDF_GetDocpage(result);
6617
            return new object[] {
6618
                    retVal};
6619
        }
6620
        
6621
        private void OnFinalPDF_GetDocpageCompleted(object state) {
6622
            if ((this.FinalPDF_GetDocpageCompleted != null)) {
6623
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6624
                this.FinalPDF_GetDocpageCompleted(this, new FinalPDF_GetDocpageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6625
            }
6626
        }
6627
        
6628
        public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) {
6629
            this.FinalPDF_GetDocpageAsync(project_no, docinfo_id, null);
6630
        }
6631
        
6632
        public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id, object userState) {
6633
            if ((this.onBeginFinalPDF_GetDocpageDelegate == null)) {
6634
                this.onBeginFinalPDF_GetDocpageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocpage);
6635
            }
6636
            if ((this.onEndFinalPDF_GetDocpageDelegate == null)) {
6637
                this.onEndFinalPDF_GetDocpageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocpage);
6638
            }
6639
            if ((this.onFinalPDF_GetDocpageCompletedDelegate == null)) {
6640
                this.onFinalPDF_GetDocpageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocpageCompleted);
6641
            }
6642
            base.InvokeAsync(this.onBeginFinalPDF_GetDocpageDelegate, new object[] {
6643
                        project_no,
6644
                        docinfo_id}, this.onEndFinalPDF_GetDocpageDelegate, this.onFinalPDF_GetDocpageCompletedDelegate, userState);
6645
        }
6646
        
6647
        public bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status) {
6648
            return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status);
6649
        }
6650
        
6651
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6652
        public System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState) {
6653
            return base.Channel.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState);
6654
        }
6655
        
6656
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6657
        public bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) {
6658
            return base.Channel.EndFinalPDF_SetFinalPDFStatus(result);
6659
        }
6660
        
6661
        private System.IAsyncResult OnBeginFinalPDF_SetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) {
6662
            string final_id = ((string)(inValues[0]));
6663
            KCOM.ServiceDeepView.FinalStatus status = ((KCOM.ServiceDeepView.FinalStatus)(inValues[1]));
6664
            return this.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState);
6665
        }
6666
        
6667
        private object[] OnEndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) {
6668
            bool retVal = this.EndFinalPDF_SetFinalPDFStatus(result);
6669
            return new object[] {
6670
                    retVal};
6671
        }
6672
        
6673
        private void OnFinalPDF_SetFinalPDFStatusCompleted(object state) {
6674
            if ((this.FinalPDF_SetFinalPDFStatusCompleted != null)) {
6675
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6676
                this.FinalPDF_SetFinalPDFStatusCompleted(this, new FinalPDF_SetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6677
            }
6678
        }
6679
        
6680
        public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status) {
6681
            this.FinalPDF_SetFinalPDFStatusAsync(final_id, status, null);
6682
        }
6683
        
6684
        public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status, object userState) {
6685
            if ((this.onBeginFinalPDF_SetFinalPDFStatusDelegate == null)) {
6686
                this.onBeginFinalPDF_SetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalPDFStatus);
6687
            }
6688
            if ((this.onEndFinalPDF_SetFinalPDFStatusDelegate == null)) {
6689
                this.onEndFinalPDF_SetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalPDFStatus);
6690
            }
6691
            if ((this.onFinalPDF_SetFinalPDFStatusCompletedDelegate == null)) {
6692
                this.onFinalPDF_SetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalPDFStatusCompleted);
6693
            }
6694
            base.InvokeAsync(this.onBeginFinalPDF_SetFinalPDFStatusDelegate, new object[] {
6695
                        final_id,
6696
                        status}, this.onEndFinalPDF_SetFinalPDFStatusDelegate, this.onFinalPDF_SetFinalPDFStatusCompletedDelegate, userState);
6697
        }
6698
        
6699
        public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) {
6700
            return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID);
6701
        }
6702
        
6703
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6704
        public System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
6705
            return base.Channel.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
6706
        }
6707
        
6708
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6709
        public bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) {
6710
            return base.Channel.EndFinalPDF_GetFinalPDFStatus(result);
6711
        }
6712
        
6713
        private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) {
6714
            string DocInfoID = ((string)(inValues[0]));
6715
            string MarkupInfoID = ((string)(inValues[1]));
6716
            string CreateUserID = ((string)(inValues[2]));
6717
            return this.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
6718
        }
6719
        
6720
        private object[] OnEndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) {
6721
            bool retVal = this.EndFinalPDF_GetFinalPDFStatus(result);
6722
            return new object[] {
6723
                    retVal};
6724
        }
6725
        
6726
        private void OnFinalPDF_GetFinalPDFStatusCompleted(object state) {
6727
            if ((this.FinalPDF_GetFinalPDFStatusCompleted != null)) {
6728
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6729
                this.FinalPDF_GetFinalPDFStatusCompleted(this, new FinalPDF_GetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6730
            }
6731
        }
6732
        
6733
        public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) {
6734
            this.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID, null);
6735
        }
6736
        
6737
        public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) {
6738
            if ((this.onBeginFinalPDF_GetFinalPDFStatusDelegate == null)) {
6739
                this.onBeginFinalPDF_GetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFStatus);
6740
            }
6741
            if ((this.onEndFinalPDF_GetFinalPDFStatusDelegate == null)) {
6742
                this.onEndFinalPDF_GetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFStatus);
6743
            }
6744
            if ((this.onFinalPDF_GetFinalPDFStatusCompletedDelegate == null)) {
6745
                this.onFinalPDF_GetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFStatusCompleted);
6746
            }
6747
            base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFStatusDelegate, new object[] {
6748
                        DocInfoID,
6749
                        MarkupInfoID,
6750
                        CreateUserID}, this.onEndFinalPDF_GetFinalPDFStatusDelegate, this.onFinalPDF_GetFinalPDFStatusCompletedDelegate, userState);
6751
        }
6752
        
6753
        public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) {
6754
            return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage);
6755
        }
6756
        
6757
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6758
        public System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState) {
6759
            return base.Channel.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState);
6760
        }
6761
        
6762
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6763
        public bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result) {
6764
            return base.Channel.EndFinalPDF_SetCurrentPage(result);
6765
        }
6766
        
6767
        private System.IAsyncResult OnBeginFinalPDF_SetCurrentPage(object[] inValues, System.AsyncCallback callback, object asyncState) {
6768
            string final_id = ((string)(inValues[0]));
6769
            int currentpage = ((int)(inValues[1]));
6770
            return this.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState);
6771
        }
6772
        
6773
        private object[] OnEndFinalPDF_SetCurrentPage(System.IAsyncResult result) {
6774
            bool retVal = this.EndFinalPDF_SetCurrentPage(result);
6775
            return new object[] {
6776
                    retVal};
6777
        }
6778
        
6779
        private void OnFinalPDF_SetCurrentPageCompleted(object state) {
6780
            if ((this.FinalPDF_SetCurrentPageCompleted != null)) {
6781
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6782
                this.FinalPDF_SetCurrentPageCompleted(this, new FinalPDF_SetCurrentPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6783
            }
6784
        }
6785
        
6786
        public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) {
6787
            this.FinalPDF_SetCurrentPageAsync(final_id, currentpage, null);
6788
        }
6789
        
6790
        public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage, object userState) {
6791
            if ((this.onBeginFinalPDF_SetCurrentPageDelegate == null)) {
6792
                this.onBeginFinalPDF_SetCurrentPageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetCurrentPage);
6793
            }
6794
            if ((this.onEndFinalPDF_SetCurrentPageDelegate == null)) {
6795
                this.onEndFinalPDF_SetCurrentPageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetCurrentPage);
6796
            }
6797
            if ((this.onFinalPDF_SetCurrentPageCompletedDelegate == null)) {
6798
                this.onFinalPDF_SetCurrentPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetCurrentPageCompleted);
6799
            }
6800
            base.InvokeAsync(this.onBeginFinalPDF_SetCurrentPageDelegate, new object[] {
6801
                        final_id,
6802
                        currentpage}, this.onEndFinalPDF_SetCurrentPageDelegate, this.onFinalPDF_SetCurrentPageCompletedDelegate, userState);
6803
        }
6804
        
6805
        public bool FinalPDF_SetError(string final_id, string msg) {
6806
            return base.Channel.FinalPDF_SetError(final_id, msg);
6807
        }
6808
        
6809
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6810
        public System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState) {
6811
            return base.Channel.BeginFinalPDF_SetError(final_id, msg, callback, asyncState);
6812
        }
6813
        
6814
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6815
        public bool EndFinalPDF_SetError(System.IAsyncResult result) {
6816
            return base.Channel.EndFinalPDF_SetError(result);
6817
        }
6818
        
6819
        private System.IAsyncResult OnBeginFinalPDF_SetError(object[] inValues, System.AsyncCallback callback, object asyncState) {
6820
            string final_id = ((string)(inValues[0]));
6821
            string msg = ((string)(inValues[1]));
6822
            return this.BeginFinalPDF_SetError(final_id, msg, callback, asyncState);
6823
        }
6824
        
6825
        private object[] OnEndFinalPDF_SetError(System.IAsyncResult result) {
6826
            bool retVal = this.EndFinalPDF_SetError(result);
6827
            return new object[] {
6828
                    retVal};
6829
        }
6830
        
6831
        private void OnFinalPDF_SetErrorCompleted(object state) {
6832
            if ((this.FinalPDF_SetErrorCompleted != null)) {
6833
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6834
                this.FinalPDF_SetErrorCompleted(this, new FinalPDF_SetErrorCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6835
            }
6836
        }
6837
        
6838
        public void FinalPDF_SetErrorAsync(string final_id, string msg) {
6839
            this.FinalPDF_SetErrorAsync(final_id, msg, null);
6840
        }
6841
        
6842
        public void FinalPDF_SetErrorAsync(string final_id, string msg, object userState) {
6843
            if ((this.onBeginFinalPDF_SetErrorDelegate == null)) {
6844
                this.onBeginFinalPDF_SetErrorDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetError);
6845
            }
6846
            if ((this.onEndFinalPDF_SetErrorDelegate == null)) {
6847
                this.onEndFinalPDF_SetErrorDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetError);
6848
            }
6849
            if ((this.onFinalPDF_SetErrorCompletedDelegate == null)) {
6850
                this.onFinalPDF_SetErrorCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetErrorCompleted);
6851
            }
6852
            base.InvokeAsync(this.onBeginFinalPDF_SetErrorDelegate, new object[] {
6853
                        final_id,
6854
                        msg}, this.onEndFinalPDF_SetErrorDelegate, this.onFinalPDF_SetErrorCompletedDelegate, userState);
6855
        }
6856
        
6857
        public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) {
6858
            return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url);
6859
        }
6860
        
6861
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6862
        public System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState) {
6863
            return base.Channel.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState);
6864
        }
6865
        
6866
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6867
        public bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result) {
6868
            return base.Channel.EndFinalPDF_SetFinalResultPath(result);
6869
        }
6870
        
6871
        private System.IAsyncResult OnBeginFinalPDF_SetFinalResultPath(object[] inValues, System.AsyncCallback callback, object asyncState) {
6872
            string project_no = ((string)(inValues[0]));
6873
            string document_id = ((string)(inValues[1]));
6874
            string url = ((string)(inValues[2]));
6875
            return this.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState);
6876
        }
6877
        
6878
        private object[] OnEndFinalPDF_SetFinalResultPath(System.IAsyncResult result) {
6879
            bool retVal = this.EndFinalPDF_SetFinalResultPath(result);
6880
            return new object[] {
6881
                    retVal};
6882
        }
6883
        
6884
        private void OnFinalPDF_SetFinalResultPathCompleted(object state) {
6885
            if ((this.FinalPDF_SetFinalResultPathCompleted != null)) {
6886
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6887
                this.FinalPDF_SetFinalResultPathCompleted(this, new FinalPDF_SetFinalResultPathCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6888
            }
6889
        }
6890
        
6891
        public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) {
6892
            this.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url, null);
6893
        }
6894
        
6895
        public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url, object userState) {
6896
            if ((this.onBeginFinalPDF_SetFinalResultPathDelegate == null)) {
6897
                this.onBeginFinalPDF_SetFinalResultPathDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalResultPath);
6898
            }
6899
            if ((this.onEndFinalPDF_SetFinalResultPathDelegate == null)) {
6900
                this.onEndFinalPDF_SetFinalResultPathDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalResultPath);
6901
            }
6902
            if ((this.onFinalPDF_SetFinalResultPathCompletedDelegate == null)) {
6903
                this.onFinalPDF_SetFinalResultPathCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalResultPathCompleted);
6904
            }
6905
            base.InvokeAsync(this.onBeginFinalPDF_SetFinalResultPathDelegate, new object[] {
6906
                        project_no,
6907
                        document_id,
6908
                        url}, this.onEndFinalPDF_SetFinalResultPathDelegate, this.onFinalPDF_SetFinalResultPathCompletedDelegate, userState);
6909
        }
6910
        
6911
        public KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) {
6912
            return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id);
6913
        }
6914
        
6915
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6916
        public System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState) {
6917
            return base.Channel.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState);
6918
        }
6919
        
6920
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6921
        public KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result) {
6922
            return base.Channel.EndFinalPDF_GetCommentMember(result);
6923
        }
6924
        
6925
        private System.IAsyncResult OnBeginFinalPDF_GetCommentMember(object[] inValues, System.AsyncCallback callback, object asyncState) {
6926
            string project_no = ((string)(inValues[0]));
6927
            string markupdata_id = ((string)(inValues[1]));
6928
            return this.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState);
6929
        }
6930
        
6931
        private object[] OnEndFinalPDF_GetCommentMember(System.IAsyncResult result) {
6932
            KCOMDataModel.DataModel.MEMBER retVal = this.EndFinalPDF_GetCommentMember(result);
6933
            return new object[] {
6934
                    retVal};
6935
        }
6936
        
6937
        private void OnFinalPDF_GetCommentMemberCompleted(object state) {
6938
            if ((this.FinalPDF_GetCommentMemberCompleted != null)) {
6939
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6940
                this.FinalPDF_GetCommentMemberCompleted(this, new FinalPDF_GetCommentMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6941
            }
6942
        }
6943
        
6944
        public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) {
6945
            this.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id, null);
6946
        }
6947
        
6948
        public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id, object userState) {
6949
            if ((this.onBeginFinalPDF_GetCommentMemberDelegate == null)) {
6950
                this.onBeginFinalPDF_GetCommentMemberDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetCommentMember);
6951
            }
6952
            if ((this.onEndFinalPDF_GetCommentMemberDelegate == null)) {
6953
                this.onEndFinalPDF_GetCommentMemberDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetCommentMember);
6954
            }
6955
            if ((this.onFinalPDF_GetCommentMemberCompletedDelegate == null)) {
6956
                this.onFinalPDF_GetCommentMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetCommentMemberCompleted);
6957
            }
6958
            base.InvokeAsync(this.onBeginFinalPDF_GetCommentMemberDelegate, new object[] {
6959
                        project_no,
6960
                        markupdata_id}, this.onEndFinalPDF_GetCommentMemberDelegate, this.onFinalPDF_GetCommentMemberCompletedDelegate, userState);
6961
        }
6962
        
6963
        public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no) {
6964
            return base.Channel.FinalPDF_GetProperties(project_no);
6965
        }
6966
        
6967
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6968
        public System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState) {
6969
            return base.Channel.BeginFinalPDF_GetProperties(project_no, callback, asyncState);
6970
        }
6971
        
6972
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6973
        public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result) {
6974
            return base.Channel.EndFinalPDF_GetProperties(result);
6975
        }
6976
        
6977
        private System.IAsyncResult OnBeginFinalPDF_GetProperties(object[] inValues, System.AsyncCallback callback, object asyncState) {
6978
            string project_no = ((string)(inValues[0]));
6979
            return this.BeginFinalPDF_GetProperties(project_no, callback, asyncState);
6980
        }
6981
        
6982
        private object[] OnEndFinalPDF_GetProperties(System.IAsyncResult result) {
6983
            System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> retVal = this.EndFinalPDF_GetProperties(result);
6984
            return new object[] {
6985
                    retVal};
6986
        }
6987
        
6988
        private void OnFinalPDF_GetPropertiesCompleted(object state) {
6989
            if ((this.FinalPDF_GetPropertiesCompleted != null)) {
6990
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
6991
                this.FinalPDF_GetPropertiesCompleted(this, new FinalPDF_GetPropertiesCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
6992
            }
6993
        }
6994
        
6995
        public void FinalPDF_GetPropertiesAsync(string project_no) {
6996
            this.FinalPDF_GetPropertiesAsync(project_no, null);
6997
        }
6998
        
6999
        public void FinalPDF_GetPropertiesAsync(string project_no, object userState) {
7000
            if ((this.onBeginFinalPDF_GetPropertiesDelegate == null)) {
7001
                this.onBeginFinalPDF_GetPropertiesDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetProperties);
7002
            }
7003
            if ((this.onEndFinalPDF_GetPropertiesDelegate == null)) {
7004
                this.onEndFinalPDF_GetPropertiesDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetProperties);
7005
            }
7006
            if ((this.onFinalPDF_GetPropertiesCompletedDelegate == null)) {
7007
                this.onFinalPDF_GetPropertiesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetPropertiesCompleted);
7008
            }
7009
            base.InvokeAsync(this.onBeginFinalPDF_GetPropertiesDelegate, new object[] {
7010
                        project_no}, this.onEndFinalPDF_GetPropertiesDelegate, this.onFinalPDF_GetPropertiesCompletedDelegate, userState);
7011
        }
7012
    }
7013
}
클립보드 이미지 추가 (최대 크기: 500 MB)