프로젝트

일반

사용자정보

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

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

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