프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 74abcf6f

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