프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ cf1cc862

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

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

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