프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 264c9309

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