프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 119b58c6

이력 | 보기 | 이력해설 | 다운로드 (284 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.CHECK_LIST_HISTORY))]
31
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
32
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
33
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
34
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
35
    public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
36
        
37
        [System.NonSerializedAttribute()]
38
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
39
        
40
        [global::System.ComponentModel.BrowsableAttribute(false)]
41
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
42
            get {
43
                return this.extensionDataField;
44
            }
45
            set {
46
                this.extensionDataField = value;
47
            }
48
        }
49
        
50
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
51
        
52
        protected void RaisePropertyChanged(string propertyName) {
53
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
54
            if ((propertyChanged != null)) {
55
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
56
            }
57
        }
58
    }
59
    
60
    [System.Diagnostics.DebuggerStepThroughAttribute()]
61
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
62
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
63
    [System.SerializableAttribute()]
64
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
65
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
66
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
67
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
68
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
69
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
70
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
71
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
72
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
73
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
74
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
75
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
76
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
77
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
78
    public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject {
79
        
80
        [System.Runtime.Serialization.OptionalFieldAttribute()]
81
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
82
        
83
        [System.Runtime.Serialization.DataMemberAttribute()]
84
        public KCOM.ServiceDeepView.EntityKey EntityKey {
85
            get {
86
                return this.EntityKeyField;
87
            }
88
            set {
89
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
90
                    this.EntityKeyField = value;
91
                    this.RaisePropertyChanged("EntityKey");
92
                }
93
            }
94
        }
95
    }
96
    
97
    [System.Diagnostics.DebuggerStepThroughAttribute()]
98
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
99
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
100
    [System.SerializableAttribute()]
101
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
102
        
103
        [System.NonSerializedAttribute()]
104
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
105
        
106
        [System.Runtime.Serialization.OptionalFieldAttribute()]
107
        private string EntityContainerNameField;
108
        
109
        [System.Runtime.Serialization.OptionalFieldAttribute()]
110
        private System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValuesField;
111
        
112
        [System.Runtime.Serialization.OptionalFieldAttribute()]
113
        private string EntitySetNameField;
114
        
115
        [global::System.ComponentModel.BrowsableAttribute(false)]
116
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
117
            get {
118
                return this.extensionDataField;
119
            }
120
            set {
121
                this.extensionDataField = value;
122
            }
123
        }
124
        
125
        [System.Runtime.Serialization.DataMemberAttribute()]
126
        public string EntityContainerName {
127
            get {
128
                return this.EntityContainerNameField;
129
            }
130
            set {
131
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
132
                    this.EntityContainerNameField = value;
133
                    this.RaisePropertyChanged("EntityContainerName");
134
                }
135
            }
136
        }
137
        
138
        [System.Runtime.Serialization.DataMemberAttribute()]
139
        public System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValues {
140
            get {
141
                return this.EntityKeyValuesField;
142
            }
143
            set {
144
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
145
                    this.EntityKeyValuesField = value;
146
                    this.RaisePropertyChanged("EntityKeyValues");
147
                }
148
            }
149
        }
150
        
151
        [System.Runtime.Serialization.DataMemberAttribute()]
152
        public string EntitySetName {
153
            get {
154
                return this.EntitySetNameField;
155
            }
156
            set {
157
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
158
                    this.EntitySetNameField = value;
159
                    this.RaisePropertyChanged("EntitySetName");
160
                }
161
            }
162
        }
163
        
164
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
165
        
166
        protected void RaisePropertyChanged(string propertyName) {
167
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
168
            if ((propertyChanged != null)) {
169
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
170
            }
171
        }
172
    }
173
    
174
    [System.Diagnostics.DebuggerStepThroughAttribute()]
175
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
176
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
177
    [System.SerializableAttribute()]
178
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
179
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
180
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
181
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
182
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
188
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
189
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
190
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
191
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
192
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
193
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
194
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
195
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
196
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
197
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
198
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
199
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
200
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
201
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
202
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
203
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
204
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
205
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))]
206
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
207
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))]
208
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
209
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))]
210
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
211
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))]
212
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
213
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
214
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
215
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))]
216
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
217
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))]
218
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
219
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
220
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
221
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>))]
222
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>))]
223
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>))]
224
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>))]
225
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
226
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>))]
227
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
228
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>))]
229
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
230
        
231
        [System.NonSerializedAttribute()]
232
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
233
        
234
        [System.Runtime.Serialization.OptionalFieldAttribute()]
235
        private string KeyField;
236
        
237
        [System.Runtime.Serialization.OptionalFieldAttribute()]
238
        private object ValueField;
239
        
240
        [global::System.ComponentModel.BrowsableAttribute(false)]
241
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
242
            get {
243
                return this.extensionDataField;
244
            }
245
            set {
246
                this.extensionDataField = value;
247
            }
248
        }
249
        
250
        [System.Runtime.Serialization.DataMemberAttribute()]
251
        public string Key {
252
            get {
253
                return this.KeyField;
254
            }
255
            set {
256
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
257
                    this.KeyField = value;
258
                    this.RaisePropertyChanged("Key");
259
                }
260
            }
261
        }
262
        
263
        [System.Runtime.Serialization.DataMemberAttribute()]
264
        public object Value {
265
            get {
266
                return this.ValueField;
267
            }
268
            set {
269
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
270
                    this.ValueField = value;
271
                    this.RaisePropertyChanged("Value");
272
                }
273
            }
274
        }
275
        
276
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
277
        
278
        protected void RaisePropertyChanged(string propertyName) {
279
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
280
            if ((propertyChanged != null)) {
281
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
282
            }
283
        }
284
    }
285
    
286
    [System.Diagnostics.DebuggerStepThroughAttribute()]
287
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
288
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
289
    [System.SerializableAttribute()]
290
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
291
        
292
        [System.NonSerializedAttribute()]
293
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
294
        
295
        private int CurrentPageField;
296
        
297
        private string ExceptionField;
298
        
299
        private string FinalIDField;
300
        
301
        private string ProjectNoField;
302
        
303
        private KCOM.ServiceDeepView.FinalStatus StatusField;
304
        
305
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
306
            get {
307
                return this.extensionDataField;
308
            }
309
            set {
310
                this.extensionDataField = value;
311
            }
312
        }
313
        
314
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
315
        public int CurrentPage {
316
            get {
317
                return this.CurrentPageField;
318
            }
319
            set {
320
                if ((this.CurrentPageField.Equals(value) != true)) {
321
                    this.CurrentPageField = value;
322
                    this.RaisePropertyChanged("CurrentPage");
323
                }
324
            }
325
        }
326
        
327
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
328
        public string Exception {
329
            get {
330
                return this.ExceptionField;
331
            }
332
            set {
333
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
334
                    this.ExceptionField = value;
335
                    this.RaisePropertyChanged("Exception");
336
                }
337
            }
338
        }
339
        
340
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
341
        public string FinalID {
342
            get {
343
                return this.FinalIDField;
344
            }
345
            set {
346
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
347
                    this.FinalIDField = value;
348
                    this.RaisePropertyChanged("FinalID");
349
                }
350
            }
351
        }
352
        
353
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
354
        public string ProjectNo {
355
            get {
356
                return this.ProjectNoField;
357
            }
358
            set {
359
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
360
                    this.ProjectNoField = value;
361
                    this.RaisePropertyChanged("ProjectNo");
362
                }
363
            }
364
        }
365
        
366
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
367
        public KCOM.ServiceDeepView.FinalStatus Status {
368
            get {
369
                return this.StatusField;
370
            }
371
            set {
372
                if ((this.StatusField.Equals(value) != true)) {
373
                    this.StatusField = value;
374
                    this.RaisePropertyChanged("Status");
375
                }
376
            }
377
        }
378
        
379
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
380
        
381
        void RaisePropertyChanged(string propertyName) {
382
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
383
            if ((propertyChanged != null)) {
384
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
385
            }
386
        }
387
    }
388
    
389
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
390
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
391
    public enum FinalStatus : int {
392
        
393
        [System.Runtime.Serialization.EnumMemberAttribute()]
394
        Insert = 0,
395
        
396
        [System.Runtime.Serialization.EnumMemberAttribute()]
397
        Wait = 1,
398
        
399
        [System.Runtime.Serialization.EnumMemberAttribute()]
400
        Create = 2,
401
        
402
        [System.Runtime.Serialization.EnumMemberAttribute()]
403
        PdfStamp = 3,
404
        
405
        [System.Runtime.Serialization.EnumMemberAttribute()]
406
        Success = 4,
407
        
408
        [System.Runtime.Serialization.EnumMemberAttribute()]
409
        Error = 5,
410
    }
411
    
412
    [System.Diagnostics.DebuggerStepThroughAttribute()]
413
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
414
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
415
    [System.SerializableAttribute()]
416
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
417
    }
418
    
419
    [System.Diagnostics.DebuggerStepThroughAttribute()]
420
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
421
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
422
    [System.SerializableAttribute()]
423
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
424
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
425
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
426
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
427
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
428
        
429
        [System.Runtime.Serialization.OptionalFieldAttribute()]
430
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
431
        
432
        [System.Runtime.Serialization.DataMemberAttribute()]
433
        public KCOM.ServiceDeepView.EntityKey EntityKey {
434
            get {
435
                return this.EntityKeyField;
436
            }
437
            set {
438
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
439
                    this.EntityKeyField = value;
440
                    this.RaisePropertyChanged("EntityKey");
441
                }
442
            }
443
        }
444
    }
445
    
446
    [System.Diagnostics.DebuggerStepThroughAttribute()]
447
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
448
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
449
    [System.SerializableAttribute()]
450
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
451
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
452
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
453
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
454
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
455
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
456
        
457
        [System.NonSerializedAttribute()]
458
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
459
        
460
        [global::System.ComponentModel.BrowsableAttribute(false)]
461
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
462
            get {
463
                return this.extensionDataField;
464
            }
465
            set {
466
                this.extensionDataField = value;
467
            }
468
        }
469
        
470
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
471
        
472
        protected void RaisePropertyChanged(string propertyName) {
473
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
474
            if ((propertyChanged != null)) {
475
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
476
            }
477
        }
478
    }
479
    
480
    [System.Diagnostics.DebuggerStepThroughAttribute()]
481
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
482
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
483
    [System.SerializableAttribute()]
484
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
485
    }
486
    
487
    [System.Diagnostics.DebuggerStepThroughAttribute()]
488
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
489
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
490
    [System.SerializableAttribute()]
491
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
492
    }
493
    
494
    [System.Diagnostics.DebuggerStepThroughAttribute()]
495
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
496
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
497
    [System.SerializableAttribute()]
498
    public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference {
499
    }
500
    
501
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
502
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
503
    public interface ServiceDeepView {
504
        
505
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
506
        IKCOM.KCOM_SystemInfo GetSystemData();
507
        
508
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
509
        System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState);
510
        
511
        IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result);
512
        
513
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
514
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
515
        
516
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
517
        System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState);
518
        
519
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result);
520
        
521
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
522
        bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
523
        
524
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
525
        System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState);
526
        
527
        bool EndEditFavoriteVP(System.IAsyncResult result);
528
        
529
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
530
        bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
531
        
532
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
533
        System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState);
534
        
535
        bool EndDelFavoriteVP(System.IAsyncResult result);
536
        
537
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
538
        System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
539
        
540
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
541
        System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState);
542
        
543
        System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result);
544
        
545
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
546
        KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
547
        
548
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
549
        System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
550
        
551
        KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result);
552
        
553
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
554
        bool GetConversionState(IKCOM.KCOM_BasicParam param);
555
        
556
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
557
        System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
558
        
559
        bool EndGetConversionState(System.IAsyncResult result);
560
        
561
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
562
        System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
563
        
564
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
565
        System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState);
566
        
567
        System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result);
568
        
569
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
570
        IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId);
571
        
572
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
573
        System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState);
574
        
575
        IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result);
576
        
577
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
578
        KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param);
579
        
580
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
581
        System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
582
        
583
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result);
584
        
585
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
586
        bool GetCheckSystemAdmin(string UserID);
587
        
588
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
589
        System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState);
590
        
591
        bool EndGetCheckSystemAdmin(System.IAsyncResult result);
592
        
593
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
594
        KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param);
595
        
596
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
597
        System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
598
        
599
        KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result);
600
        
601
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
602
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
603
        
604
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
605
        System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState);
606
        
607
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result);
608
        
609
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
610
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
611
        
612
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
613
        System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState);
614
        
615
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result);
616
        
617
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
618
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID);
619
        
620
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
621
        System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState);
622
        
623
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result);
624
        
625
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
626
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
627
        
628
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
629
        System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState);
630
        
631
        System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result);
632
        
633
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
634
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
635
        
636
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
637
        System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState);
638
        
639
        bool EndDeleteMarkup(System.IAsyncResult result);
640
        
641
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
642
        bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag);
643
        
644
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
645
        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);
646
        
647
        bool EndSetFavoriteVP(System.IAsyncResult result);
648
        
649
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
650
        bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data);
651
        
652
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
653
        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);
654
        
655
        bool EndSaveMarkupData(System.IAsyncResult result);
656
        
657
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
658
        bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private);
659
        
660
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
661
        System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState);
662
        
663
        bool EndSaveSymbol(System.IAsyncResult result);
664
        
665
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
666
        bool DeleteSymbol(string symbol_id);
667
        
668
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
669
        System.IAsyncResult BeginDeleteSymbol(string symbol_id, System.AsyncCallback callback, object asyncState);
670
        
671
        bool EndDeleteSymbol(System.IAsyncResult result);
672
        
673
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
674
        bool RenameSymbol(string symbol_id, string name);
675
        
676
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
677
        System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, System.AsyncCallback callback, object asyncState);
678
        
679
        bool EndRenameSymbol(System.IAsyncResult result);
680
        
681
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
682
        bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
683
        
684
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
685
        System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
686
        
687
        bool EndAddCheckListHistory(System.IAsyncResult result);
688
        
689
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
690
        bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
691
        
692
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
693
        System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
694
        
695
        bool EndSaveCheckListHistory(System.IAsyncResult result);
696
        
697
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
698
        bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value);
699
        
700
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
701
        System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
702
        
703
        bool EndSaveCheckList(System.IAsyncResult result);
704
        
705
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
706
        bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value);
707
        
708
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
709
        System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
710
        
711
        bool EndAddCheckList(System.IAsyncResult result);
712
        
713
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
714
        KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id);
715
        
716
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
717
        System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState);
718
        
719
        KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result);
720
        
721
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
722
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no);
723
        
724
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
725
        System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState);
726
        
727
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result);
728
        
729
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
730
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id);
731
        
732
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
733
        System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState);
734
        
735
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result);
736
        
737
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
738
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev);
739
        
740
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
741
        System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState);
742
        
743
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result);
744
        
745
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
746
        bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage);
747
        
748
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
749
        System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState);
750
        
751
        bool EndSavePageAngle(System.IAsyncResult result);
752
        
753
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
754
        KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id);
755
        
756
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
757
        System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState);
758
        
759
        KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result);
760
        
761
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
762
        System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo);
763
        
764
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
765
        System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState);
766
        
767
        System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result);
768
        
769
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
770
        bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value);
771
        
772
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
773
        System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
774
        
775
        bool EndAddMarkupInfo(System.IAsyncResult result);
776
        
777
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
778
        bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value);
779
        
780
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
781
        System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState);
782
        
783
        bool EndAddMarkupInfoVersion(System.IAsyncResult result);
784
        
785
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
786
        bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value);
787
        
788
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
789
        System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState);
790
        
791
        bool EndAddMarkupData(System.IAsyncResult result);
792
        
793
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
794
        bool AvoidMarkupInfo(string project_no, string _doc_id);
795
        
796
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
797
        System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState);
798
        
799
        bool EndAvoidMarkupInfo(System.IAsyncResult result);
800
        
801
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
802
        bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value);
803
        
804
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
805
        System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
806
        
807
        bool EndSaveMarkupInfo(System.IAsyncResult result);
808
        
809
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
810
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid);
811
        
812
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
813
        System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState);
814
        
815
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result);
816
        
817
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
818
        bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
819
        
820
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
821
        System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
822
        
823
        bool EndConsolidate(System.IAsyncResult result);
824
        
825
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
826
        bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
827
        
828
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
829
        System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
830
        
831
        bool EndTeamConsolidate(System.IAsyncResult result);
832
        
833
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
834
        KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id);
835
        
836
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
837
        System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
838
        
839
        KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result);
840
        
841
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
842
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id);
843
        
844
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
845
        System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState);
846
        
847
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result);
848
        
849
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
850
        System.Collections.Generic.List<string> GetPublicSymbolDeptList();
851
        
852
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
853
        System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState);
854
        
855
        System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result);
856
        
857
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
858
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept);
859
        
860
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
861
        System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState);
862
        
863
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result);
864
        
865
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
866
        string GetSymbolData(string id, int type);
867
        
868
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
869
        System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState);
870
        
871
        string EndGetSymbolData(System.IAsyncResult result);
872
        
873
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
874
        string GetSignData(string project_no, string user_id);
875
        
876
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
877
        System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
878
        
879
        string EndGetSignData(System.IAsyncResult result);
880
        
881
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
882
        string GetProjectName(string project_no);
883
        
884
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
885
        System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState);
886
        
887
        string EndGetProjectName(System.IAsyncResult result);
888
        
889
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
890
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev);
891
        
892
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
893
        System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState);
894
        
895
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result);
896
        
897
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
898
        KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id);
899
        
900
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
901
        System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
902
        
903
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result);
904
        
905
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
906
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList);
907
        
908
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
909
        System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState);
910
        
911
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result);
912
        
913
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
914
        bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value);
915
        
916
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
917
        System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState);
918
        
919
        bool EndAddMessage(System.IAsyncResult result);
920
        
921
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
922
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id);
923
        
924
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
925
        System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
926
        
927
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result);
928
    }
929
    
930
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
931
    public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel {
932
    }
933
    
934
    [System.Diagnostics.DebuggerStepThroughAttribute()]
935
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
936
    public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
937
        
938
        private object[] results;
939
        
940
        public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
941
                base(exception, cancelled, userState) {
942
            this.results = results;
943
        }
944
        
945
        public IKCOM.KCOM_SystemInfo Result {
946
            get {
947
                base.RaiseExceptionIfNecessary();
948
                return ((IKCOM.KCOM_SystemInfo)(this.results[0]));
949
            }
950
        }
951
    }
952
    
953
    [System.Diagnostics.DebuggerStepThroughAttribute()]
954
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
955
    public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
956
        
957
        private object[] results;
958
        
959
        public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
960
                base(exception, cancelled, userState) {
961
            this.results = results;
962
        }
963
        
964
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result {
965
            get {
966
                base.RaiseExceptionIfNecessary();
967
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0]));
968
            }
969
        }
970
    }
971
    
972
    [System.Diagnostics.DebuggerStepThroughAttribute()]
973
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
974
    public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
975
        
976
        private object[] results;
977
        
978
        public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
979
                base(exception, cancelled, userState) {
980
            this.results = results;
981
        }
982
        
983
        public bool Result {
984
            get {
985
                base.RaiseExceptionIfNecessary();
986
                return ((bool)(this.results[0]));
987
            }
988
        }
989
    }
990
    
991
    [System.Diagnostics.DebuggerStepThroughAttribute()]
992
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
993
    public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
994
        
995
        private object[] results;
996
        
997
        public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
998
                base(exception, cancelled, userState) {
999
            this.results = results;
1000
        }
1001
        
1002
        public bool Result {
1003
            get {
1004
                base.RaiseExceptionIfNecessary();
1005
                return ((bool)(this.results[0]));
1006
            }
1007
        }
1008
    }
1009
    
1010
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1011
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1012
    public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1013
        
1014
        private object[] results;
1015
        
1016
        public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1017
                base(exception, cancelled, userState) {
1018
            this.results = results;
1019
        }
1020
        
1021
        public System.Collections.Generic.List<System.Windows.Rect> Result {
1022
            get {
1023
                base.RaiseExceptionIfNecessary();
1024
                return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0]));
1025
            }
1026
        }
1027
    }
1028
    
1029
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1030
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1031
    public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1032
        
1033
        private object[] results;
1034
        
1035
        public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1036
                base(exception, cancelled, userState) {
1037
            this.results = results;
1038
        }
1039
        
1040
        public KCOM.ServiceDeepView.FinalPDFResult Result {
1041
            get {
1042
                base.RaiseExceptionIfNecessary();
1043
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
1044
            }
1045
        }
1046
    }
1047
    
1048
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1049
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1050
    public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1051
        
1052
        private object[] results;
1053
        
1054
        public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1055
                base(exception, cancelled, userState) {
1056
            this.results = results;
1057
        }
1058
        
1059
        public bool Result {
1060
            get {
1061
                base.RaiseExceptionIfNecessary();
1062
                return ((bool)(this.results[0]));
1063
            }
1064
        }
1065
    }
1066
    
1067
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1068
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1069
    public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1070
        
1071
        private object[] results;
1072
        
1073
        public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1074
                base(exception, cancelled, userState) {
1075
            this.results = results;
1076
        }
1077
        
1078
        public System.Collections.Generic.List<IKCOM.VPRevision> Result {
1079
            get {
1080
                base.RaiseExceptionIfNecessary();
1081
                return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0]));
1082
            }
1083
        }
1084
    }
1085
    
1086
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1087
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1088
    public partial class GetVPRevisionFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1089
        
1090
        private object[] results;
1091
        
1092
        public GetVPRevisionFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1093
                base(exception, cancelled, userState) {
1094
            this.results = results;
1095
        }
1096
        
1097
        public IKCOM.VPRevision Result {
1098
            get {
1099
                base.RaiseExceptionIfNecessary();
1100
                return ((IKCOM.VPRevision)(this.results[0]));
1101
            }
1102
        }
1103
    }
1104
    
1105
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1106
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1107
    public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1108
        
1109
        private object[] results;
1110
        
1111
        public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1112
                base(exception, cancelled, userState) {
1113
            this.results = results;
1114
        }
1115
        
1116
        public KCOMDataModel.DataModel.DOCINFO Result {
1117
            get {
1118
                base.RaiseExceptionIfNecessary();
1119
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
1120
            }
1121
        }
1122
    }
1123
    
1124
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1125
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1126
    public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1127
        
1128
        private object[] results;
1129
        
1130
        public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1131
                base(exception, cancelled, userState) {
1132
            this.results = results;
1133
        }
1134
        
1135
        public bool Result {
1136
            get {
1137
                base.RaiseExceptionIfNecessary();
1138
                return ((bool)(this.results[0]));
1139
            }
1140
        }
1141
    }
1142
    
1143
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1144
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1145
    public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1146
        
1147
        private object[] results;
1148
        
1149
        public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1150
                base(exception, cancelled, userState) {
1151
            this.results = results;
1152
        }
1153
        
1154
        public KCOMDataModel.DataModel.DOCUMENT_ITEM Result {
1155
            get {
1156
                base.RaiseExceptionIfNecessary();
1157
                return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(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 GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1165
        
1166
        private object[] results;
1167
        
1168
        public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1169
                base(exception, cancelled, userState) {
1170
            this.results = results;
1171
        }
1172
        
1173
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1174
            get {
1175
                base.RaiseExceptionIfNecessary();
1176
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(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 GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1184
        
1185
        private object[] results;
1186
        
1187
        public GetSyncMarkupInfoItemsCompletedEventArgs(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<IKCOM.MarkupInfoItem> Result {
1193
            get {
1194
                base.RaiseExceptionIfNecessary();
1195
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(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 GetUserDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1203
        
1204
        private object[] results;
1205
        
1206
        public GetUserDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1207
                base(exception, cancelled, userState) {
1208
            this.results = results;
1209
        }
1210
        
1211
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> Result {
1212
            get {
1213
                base.RaiseExceptionIfNecessary();
1214
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>)(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 GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1222
        
1223
        private object[] results;
1224
        
1225
        public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1226
                base(exception, cancelled, userState) {
1227
            this.results = results;
1228
        }
1229
        
1230
        public System.Collections.Generic.List<string> Result {
1231
            get {
1232
                base.RaiseExceptionIfNecessary();
1233
                return ((System.Collections.Generic.List<string>)(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 DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1241
        
1242
        private object[] results;
1243
        
1244
        public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1245
                base(exception, cancelled, userState) {
1246
            this.results = results;
1247
        }
1248
        
1249
        public bool Result {
1250
            get {
1251
                base.RaiseExceptionIfNecessary();
1252
                return ((bool)(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 SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1260
        
1261
        private object[] results;
1262
        
1263
        public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1264
                base(exception, cancelled, userState) {
1265
            this.results = results;
1266
        }
1267
        
1268
        public bool Result {
1269
            get {
1270
                base.RaiseExceptionIfNecessary();
1271
                return ((bool)(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 SaveMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1279
        
1280
        private object[] results;
1281
        
1282
        public SaveMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1283
                base(exception, cancelled, userState) {
1284
            this.results = results;
1285
        }
1286
        
1287
        public bool Result {
1288
            get {
1289
                base.RaiseExceptionIfNecessary();
1290
                return ((bool)(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 SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1298
        
1299
        private object[] results;
1300
        
1301
        public SaveSymbolCompletedEventArgs(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 DeleteSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1317
        
1318
        private object[] results;
1319
        
1320
        public DeleteSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1321
                base(exception, cancelled, userState) {
1322
            this.results = results;
1323
        }
1324
        
1325
        public bool Result {
1326
            get {
1327
                base.RaiseExceptionIfNecessary();
1328
                return ((bool)(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 RenameSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1336
        
1337
        private object[] results;
1338
        
1339
        public RenameSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1340
                base(exception, cancelled, userState) {
1341
            this.results = results;
1342
        }
1343
        
1344
        public bool Result {
1345
            get {
1346
                base.RaiseExceptionIfNecessary();
1347
                return ((bool)(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 AddCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1355
        
1356
        private object[] results;
1357
        
1358
        public AddCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1359
                base(exception, cancelled, userState) {
1360
            this.results = results;
1361
        }
1362
        
1363
        public bool Result {
1364
            get {
1365
                base.RaiseExceptionIfNecessary();
1366
                return ((bool)(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 SaveCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1374
        
1375
        private object[] results;
1376
        
1377
        public SaveCheckListHistoryCompletedEventArgs(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 SaveCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1393
        
1394
        private object[] results;
1395
        
1396
        public SaveCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1397
                base(exception, cancelled, userState) {
1398
            this.results = results;
1399
        }
1400
        
1401
        public bool Result {
1402
            get {
1403
                base.RaiseExceptionIfNecessary();
1404
                return ((bool)(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 AddCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1412
        
1413
        private object[] results;
1414
        
1415
        public AddCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1416
                base(exception, cancelled, userState) {
1417
            this.results = results;
1418
        }
1419
        
1420
        public bool Result {
1421
            get {
1422
                base.RaiseExceptionIfNecessary();
1423
                return ((bool)(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 GetCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1431
        
1432
        private object[] results;
1433
        
1434
        public GetCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1435
                base(exception, cancelled, userState) {
1436
            this.results = results;
1437
        }
1438
        
1439
        public KCOMDataModel.DataModel.CHECK_LIST Result {
1440
            get {
1441
                base.RaiseExceptionIfNecessary();
1442
                return ((KCOMDataModel.DataModel.CHECK_LIST)(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 GetUserCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1450
        
1451
        private object[] results;
1452
        
1453
        public GetUserCheckListCompletedEventArgs(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<KCOMDataModel.DataModel.CHECK_LIST> Result {
1459
            get {
1460
                base.RaiseExceptionIfNecessary();
1461
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>)(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 GetCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1469
        
1470
        private object[] results;
1471
        
1472
        public GetCheckListHistoryCompletedEventArgs(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.CHECK_LIST_HISTORY> Result {
1478
            get {
1479
                base.RaiseExceptionIfNecessary();
1480
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>)(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 GetCheckListHistoryFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1488
        
1489
        private object[] results;
1490
        
1491
        public GetCheckListHistoryFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1492
                base(exception, cancelled, userState) {
1493
            this.results = results;
1494
        }
1495
        
1496
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY Result {
1497
            get {
1498
                base.RaiseExceptionIfNecessary();
1499
                return ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(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 SavePageAngleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1507
        
1508
        private object[] results;
1509
        
1510
        public SavePageAngleCompletedEventArgs(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 GetMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1526
        
1527
        private object[] results;
1528
        
1529
        public GetMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1530
                base(exception, cancelled, userState) {
1531
            this.results = results;
1532
        }
1533
        
1534
        public KCOMDataModel.DataModel.MARKUP_INFO Result {
1535
            get {
1536
                base.RaiseExceptionIfNecessary();
1537
                return ((KCOMDataModel.DataModel.MARKUP_INFO)(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 GetMarkupDataListperPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1545
        
1546
        private object[] results;
1547
        
1548
        public GetMarkupDataListperPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1549
                base(exception, cancelled, userState) {
1550
            this.results = results;
1551
        }
1552
        
1553
        public System.Collections.Generic.List<string> Result {
1554
            get {
1555
                base.RaiseExceptionIfNecessary();
1556
                return ((System.Collections.Generic.List<string>)(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 AddMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1564
        
1565
        private object[] results;
1566
        
1567
        public AddMarkupInfoCompletedEventArgs(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 AddMarkupInfoVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1583
        
1584
        private object[] results;
1585
        
1586
        public AddMarkupInfoVersionCompletedEventArgs(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 AddMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1602
        
1603
        private object[] results;
1604
        
1605
        public AddMarkupDataCompletedEventArgs(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 AvoidMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1621
        
1622
        private object[] results;
1623
        
1624
        public AvoidMarkupInfoCompletedEventArgs(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 SaveMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1640
        
1641
        private object[] results;
1642
        
1643
        public SaveMarkupInfoCompletedEventArgs(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 GetMarkupDataListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1659
        
1660
        private object[] results;
1661
        
1662
        public GetMarkupDataListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1663
                base(exception, cancelled, userState) {
1664
            this.results = results;
1665
        }
1666
        
1667
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result {
1668
            get {
1669
                base.RaiseExceptionIfNecessary();
1670
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(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 ConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1678
        
1679
        private object[] results;
1680
        
1681
        public ConsolidateCompletedEventArgs(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 TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1697
        
1698
        private object[] results;
1699
        
1700
        public TeamConsolidateCompletedEventArgs(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 GetMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1716
        
1717
        private object[] results;
1718
        
1719
        public GetMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1720
                base(exception, cancelled, userState) {
1721
            this.results = results;
1722
        }
1723
        
1724
        public KCOMDataModel.DataModel.MEMBER Result {
1725
            get {
1726
                base.RaiseExceptionIfNecessary();
1727
                return ((KCOMDataModel.DataModel.MEMBER)(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 GetSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1735
        
1736
        private object[] results;
1737
        
1738
        public GetSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1739
                base(exception, cancelled, userState) {
1740
            this.results = results;
1741
        }
1742
        
1743
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> Result {
1744
            get {
1745
                base.RaiseExceptionIfNecessary();
1746
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>)(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 GetPublicSymbolDeptListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1754
        
1755
        private object[] results;
1756
        
1757
        public GetPublicSymbolDeptListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1758
                base(exception, cancelled, userState) {
1759
            this.results = results;
1760
        }
1761
        
1762
        public System.Collections.Generic.List<string> Result {
1763
            get {
1764
                base.RaiseExceptionIfNecessary();
1765
                return ((System.Collections.Generic.List<string>)(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 GetPublicSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1773
        
1774
        private object[] results;
1775
        
1776
        public GetPublicSymbolListCompletedEventArgs(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.SYMBOL_PUBLIC> Result {
1782
            get {
1783
                base.RaiseExceptionIfNecessary();
1784
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>)(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 GetSymbolDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1792
        
1793
        private object[] results;
1794
        
1795
        public GetSymbolDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1796
                base(exception, cancelled, userState) {
1797
            this.results = results;
1798
        }
1799
        
1800
        public string Result {
1801
            get {
1802
                base.RaiseExceptionIfNecessary();
1803
                return ((string)(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 GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1811
        
1812
        private object[] results;
1813
        
1814
        public GetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1815
                base(exception, cancelled, userState) {
1816
            this.results = results;
1817
        }
1818
        
1819
        public string Result {
1820
            get {
1821
                base.RaiseExceptionIfNecessary();
1822
                return ((string)(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 GetProjectNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1830
        
1831
        private object[] results;
1832
        
1833
        public GetProjectNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1834
                base(exception, cancelled, userState) {
1835
            this.results = results;
1836
        }
1837
        
1838
        public string Result {
1839
            get {
1840
                base.RaiseExceptionIfNecessary();
1841
                return ((string)(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 GetPreRevSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1849
        
1850
        private object[] results;
1851
        
1852
        public GetPreRevSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1853
                base(exception, cancelled, userState) {
1854
            this.results = results;
1855
        }
1856
        
1857
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> Result {
1858
            get {
1859
                base.RaiseExceptionIfNecessary();
1860
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>)(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 GetDocInfoOneSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1868
        
1869
        private object[] results;
1870
        
1871
        public GetDocInfoOneSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1872
                base(exception, cancelled, userState) {
1873
            this.results = results;
1874
        }
1875
        
1876
        public KCOMDataModel.DataModel.DOCINFO Result {
1877
            get {
1878
                base.RaiseExceptionIfNecessary();
1879
                return ((KCOMDataModel.DataModel.DOCINFO)(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 GetPrintDocItemListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1887
        
1888
        private object[] results;
1889
        
1890
        public GetPrintDocItemListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1891
                base(exception, cancelled, userState) {
1892
            this.results = results;
1893
        }
1894
        
1895
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1896
            get {
1897
                base.RaiseExceptionIfNecessary();
1898
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(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 AddMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1906
        
1907
        private object[] results;
1908
        
1909
        public AddMessageCompletedEventArgs(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 GetMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1925
        
1926
        private object[] results;
1927
        
1928
        public GetMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1929
                base(exception, cancelled, userState) {
1930
            this.results = results;
1931
        }
1932
        
1933
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> Result {
1934
            get {
1935
                base.RaiseExceptionIfNecessary();
1936
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>)(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 ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView {
1944
        
1945
        private BeginOperationDelegate onBeginGetSystemDataDelegate;
1946
        
1947
        private EndOperationDelegate onEndGetSystemDataDelegate;
1948
        
1949
        private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate;
1950
        
1951
        private BeginOperationDelegate onBeginGetFavoriteVPDelegate;
1952
        
1953
        private EndOperationDelegate onEndGetFavoriteVPDelegate;
1954
        
1955
        private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate;
1956
        
1957
        private BeginOperationDelegate onBeginEditFavoriteVPDelegate;
1958
        
1959
        private EndOperationDelegate onEndEditFavoriteVPDelegate;
1960
        
1961
        private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate;
1962
        
1963
        private BeginOperationDelegate onBeginDelFavoriteVPDelegate;
1964
        
1965
        private EndOperationDelegate onEndDelFavoriteVPDelegate;
1966
        
1967
        private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate;
1968
        
1969
        private BeginOperationDelegate onBeginGetCompareRectDelegate;
1970
        
1971
        private EndOperationDelegate onEndGetCompareRectDelegate;
1972
        
1973
        private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate;
1974
        
1975
        private BeginOperationDelegate onBeginSetFinalPDFDelegate;
1976
        
1977
        private EndOperationDelegate onEndSetFinalPDFDelegate;
1978
        
1979
        private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate;
1980
        
1981
        private BeginOperationDelegate onBeginGetConversionStateDelegate;
1982
        
1983
        private EndOperationDelegate onEndGetConversionStateDelegate;
1984
        
1985
        private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate;
1986
        
1987
        private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate;
1988
        
1989
        private EndOperationDelegate onEndGetVPRevisionHistoryDelegate;
1990
        
1991
        private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate;
1992
        
1993
        private BeginOperationDelegate onBeginGetVPRevisionFirstOrDefaultDelegate;
1994
        
1995
        private EndOperationDelegate onEndGetVPRevisionFirstOrDefaultDelegate;
1996
        
1997
        private System.Threading.SendOrPostCallback onGetVPRevisionFirstOrDefaultCompletedDelegate;
1998
        
1999
        private BeginOperationDelegate onBeginGetDocInfoDelegate;
2000
        
2001
        private EndOperationDelegate onEndGetDocInfoDelegate;
2002
        
2003
        private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate;
2004
        
2005
        private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate;
2006
        
2007
        private EndOperationDelegate onEndGetCheckSystemAdminDelegate;
2008
        
2009
        private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate;
2010
        
2011
        private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate;
2012
        
2013
        private EndOperationDelegate onEndGetDocumentItemInfoDelegate;
2014
        
2015
        private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate;
2016
        
2017
        private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate;
2018
        
2019
        private EndOperationDelegate onEndGetMarkupInfoItemsDelegate;
2020
        
2021
        private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate;
2022
        
2023
        private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate;
2024
        
2025
        private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate;
2026
        
2027
        private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate;
2028
        
2029
        private BeginOperationDelegate onBeginGetUserDataDelegate;
2030
        
2031
        private EndOperationDelegate onEndGetUserDataDelegate;
2032
        
2033
        private System.Threading.SendOrPostCallback onGetUserDataCompletedDelegate;
2034
        
2035
        private BeginOperationDelegate onBeginGetDeptDataDelegate;
2036
        
2037
        private EndOperationDelegate onEndGetDeptDataDelegate;
2038
        
2039
        private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate;
2040
        
2041
        private BeginOperationDelegate onBeginDeleteMarkupDelegate;
2042
        
2043
        private EndOperationDelegate onEndDeleteMarkupDelegate;
2044
        
2045
        private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate;
2046
        
2047
        private BeginOperationDelegate onBeginSetFavoriteVPDelegate;
2048
        
2049
        private EndOperationDelegate onEndSetFavoriteVPDelegate;
2050
        
2051
        private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate;
2052
        
2053
        private BeginOperationDelegate onBeginSaveMarkupDataDelegate;
2054
        
2055
        private EndOperationDelegate onEndSaveMarkupDataDelegate;
2056
        
2057
        private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate;
2058
        
2059
        private BeginOperationDelegate onBeginSaveSymbolDelegate;
2060
        
2061
        private EndOperationDelegate onEndSaveSymbolDelegate;
2062
        
2063
        private System.Threading.SendOrPostCallback onSaveSymbolCompletedDelegate;
2064
        
2065
        private BeginOperationDelegate onBeginDeleteSymbolDelegate;
2066
        
2067
        private EndOperationDelegate onEndDeleteSymbolDelegate;
2068
        
2069
        private System.Threading.SendOrPostCallback onDeleteSymbolCompletedDelegate;
2070
        
2071
        private BeginOperationDelegate onBeginRenameSymbolDelegate;
2072
        
2073
        private EndOperationDelegate onEndRenameSymbolDelegate;
2074
        
2075
        private System.Threading.SendOrPostCallback onRenameSymbolCompletedDelegate;
2076
        
2077
        private BeginOperationDelegate onBeginAddCheckListHistoryDelegate;
2078
        
2079
        private EndOperationDelegate onEndAddCheckListHistoryDelegate;
2080
        
2081
        private System.Threading.SendOrPostCallback onAddCheckListHistoryCompletedDelegate;
2082
        
2083
        private BeginOperationDelegate onBeginSaveCheckListHistoryDelegate;
2084
        
2085
        private EndOperationDelegate onEndSaveCheckListHistoryDelegate;
2086
        
2087
        private System.Threading.SendOrPostCallback onSaveCheckListHistoryCompletedDelegate;
2088
        
2089
        private BeginOperationDelegate onBeginSaveCheckListDelegate;
2090
        
2091
        private EndOperationDelegate onEndSaveCheckListDelegate;
2092
        
2093
        private System.Threading.SendOrPostCallback onSaveCheckListCompletedDelegate;
2094
        
2095
        private BeginOperationDelegate onBeginAddCheckListDelegate;
2096
        
2097
        private EndOperationDelegate onEndAddCheckListDelegate;
2098
        
2099
        private System.Threading.SendOrPostCallback onAddCheckListCompletedDelegate;
2100
        
2101
        private BeginOperationDelegate onBeginGetCheckListDelegate;
2102
        
2103
        private EndOperationDelegate onEndGetCheckListDelegate;
2104
        
2105
        private System.Threading.SendOrPostCallback onGetCheckListCompletedDelegate;
2106
        
2107
        private BeginOperationDelegate onBeginGetUserCheckListDelegate;
2108
        
2109
        private EndOperationDelegate onEndGetUserCheckListDelegate;
2110
        
2111
        private System.Threading.SendOrPostCallback onGetUserCheckListCompletedDelegate;
2112
        
2113
        private BeginOperationDelegate onBeginGetCheckListHistoryDelegate;
2114
        
2115
        private EndOperationDelegate onEndGetCheckListHistoryDelegate;
2116
        
2117
        private System.Threading.SendOrPostCallback onGetCheckListHistoryCompletedDelegate;
2118
        
2119
        private BeginOperationDelegate onBeginGetCheckListHistoryFirstOrDefaultDelegate;
2120
        
2121
        private EndOperationDelegate onEndGetCheckListHistoryFirstOrDefaultDelegate;
2122
        
2123
        private System.Threading.SendOrPostCallback onGetCheckListHistoryFirstOrDefaultCompletedDelegate;
2124
        
2125
        private BeginOperationDelegate onBeginSavePageAngleDelegate;
2126
        
2127
        private EndOperationDelegate onEndSavePageAngleDelegate;
2128
        
2129
        private System.Threading.SendOrPostCallback onSavePageAngleCompletedDelegate;
2130
        
2131
        private BeginOperationDelegate onBeginGetMarkupInfoDelegate;
2132
        
2133
        private EndOperationDelegate onEndGetMarkupInfoDelegate;
2134
        
2135
        private System.Threading.SendOrPostCallback onGetMarkupInfoCompletedDelegate;
2136
        
2137
        private BeginOperationDelegate onBeginGetMarkupDataListperPageDelegate;
2138
        
2139
        private EndOperationDelegate onEndGetMarkupDataListperPageDelegate;
2140
        
2141
        private System.Threading.SendOrPostCallback onGetMarkupDataListperPageCompletedDelegate;
2142
        
2143
        private BeginOperationDelegate onBeginAddMarkupInfoDelegate;
2144
        
2145
        private EndOperationDelegate onEndAddMarkupInfoDelegate;
2146
        
2147
        private System.Threading.SendOrPostCallback onAddMarkupInfoCompletedDelegate;
2148
        
2149
        private BeginOperationDelegate onBeginAddMarkupInfoVersionDelegate;
2150
        
2151
        private EndOperationDelegate onEndAddMarkupInfoVersionDelegate;
2152
        
2153
        private System.Threading.SendOrPostCallback onAddMarkupInfoVersionCompletedDelegate;
2154
        
2155
        private BeginOperationDelegate onBeginAddMarkupDataDelegate;
2156
        
2157
        private EndOperationDelegate onEndAddMarkupDataDelegate;
2158
        
2159
        private System.Threading.SendOrPostCallback onAddMarkupDataCompletedDelegate;
2160
        
2161
        private BeginOperationDelegate onBeginAvoidMarkupInfoDelegate;
2162
        
2163
        private EndOperationDelegate onEndAvoidMarkupInfoDelegate;
2164
        
2165
        private System.Threading.SendOrPostCallback onAvoidMarkupInfoCompletedDelegate;
2166
        
2167
        private BeginOperationDelegate onBeginSaveMarkupInfoDelegate;
2168
        
2169
        private EndOperationDelegate onEndSaveMarkupInfoDelegate;
2170
        
2171
        private System.Threading.SendOrPostCallback onSaveMarkupInfoCompletedDelegate;
2172
        
2173
        private BeginOperationDelegate onBeginGetMarkupDataListDelegate;
2174
        
2175
        private EndOperationDelegate onEndGetMarkupDataListDelegate;
2176
        
2177
        private System.Threading.SendOrPostCallback onGetMarkupDataListCompletedDelegate;
2178
        
2179
        private BeginOperationDelegate onBeginConsolidateDelegate;
2180
        
2181
        private EndOperationDelegate onEndConsolidateDelegate;
2182
        
2183
        private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate;
2184
        
2185
        private BeginOperationDelegate onBeginTeamConsolidateDelegate;
2186
        
2187
        private EndOperationDelegate onEndTeamConsolidateDelegate;
2188
        
2189
        private System.Threading.SendOrPostCallback onTeamConsolidateCompletedDelegate;
2190
        
2191
        private BeginOperationDelegate onBeginGetMemberDelegate;
2192
        
2193
        private EndOperationDelegate onEndGetMemberDelegate;
2194
        
2195
        private System.Threading.SendOrPostCallback onGetMemberCompletedDelegate;
2196
        
2197
        private BeginOperationDelegate onBeginGetSymbolListDelegate;
2198
        
2199
        private EndOperationDelegate onEndGetSymbolListDelegate;
2200
        
2201
        private System.Threading.SendOrPostCallback onGetSymbolListCompletedDelegate;
2202
        
2203
        private BeginOperationDelegate onBeginGetPublicSymbolDeptListDelegate;
2204
        
2205
        private EndOperationDelegate onEndGetPublicSymbolDeptListDelegate;
2206
        
2207
        private System.Threading.SendOrPostCallback onGetPublicSymbolDeptListCompletedDelegate;
2208
        
2209
        private BeginOperationDelegate onBeginGetPublicSymbolListDelegate;
2210
        
2211
        private EndOperationDelegate onEndGetPublicSymbolListDelegate;
2212
        
2213
        private System.Threading.SendOrPostCallback onGetPublicSymbolListCompletedDelegate;
2214
        
2215
        private BeginOperationDelegate onBeginGetSymbolDataDelegate;
2216
        
2217
        private EndOperationDelegate onEndGetSymbolDataDelegate;
2218
        
2219
        private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate;
2220
        
2221
        private BeginOperationDelegate onBeginGetSignDataDelegate;
2222
        
2223
        private EndOperationDelegate onEndGetSignDataDelegate;
2224
        
2225
        private System.Threading.SendOrPostCallback onGetSignDataCompletedDelegate;
2226
        
2227
        private BeginOperationDelegate onBeginGetProjectNameDelegate;
2228
        
2229
        private EndOperationDelegate onEndGetProjectNameDelegate;
2230
        
2231
        private System.Threading.SendOrPostCallback onGetProjectNameCompletedDelegate;
2232
        
2233
        private BeginOperationDelegate onBeginGetPreRevSelectDelegate;
2234
        
2235
        private EndOperationDelegate onEndGetPreRevSelectDelegate;
2236
        
2237
        private System.Threading.SendOrPostCallback onGetPreRevSelectCompletedDelegate;
2238
        
2239
        private BeginOperationDelegate onBeginGetDocInfoOneSelectDelegate;
2240
        
2241
        private EndOperationDelegate onEndGetDocInfoOneSelectDelegate;
2242
        
2243
        private System.Threading.SendOrPostCallback onGetDocInfoOneSelectCompletedDelegate;
2244
        
2245
        private BeginOperationDelegate onBeginGetPrintDocItemListDelegate;
2246
        
2247
        private EndOperationDelegate onEndGetPrintDocItemListDelegate;
2248
        
2249
        private System.Threading.SendOrPostCallback onGetPrintDocItemListCompletedDelegate;
2250
        
2251
        private BeginOperationDelegate onBeginAddMessageDelegate;
2252
        
2253
        private EndOperationDelegate onEndAddMessageDelegate;
2254
        
2255
        private System.Threading.SendOrPostCallback onAddMessageCompletedDelegate;
2256
        
2257
        private BeginOperationDelegate onBeginGetMessageDelegate;
2258
        
2259
        private EndOperationDelegate onEndGetMessageDelegate;
2260
        
2261
        private System.Threading.SendOrPostCallback onGetMessageCompletedDelegate;
2262
        
2263
        public ServiceDeepViewClient() {
2264
        }
2265
        
2266
        public ServiceDeepViewClient(string endpointConfigurationName) : 
2267
                base(endpointConfigurationName) {
2268
        }
2269
        
2270
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
2271
                base(endpointConfigurationName, remoteAddress) {
2272
        }
2273
        
2274
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
2275
                base(endpointConfigurationName, remoteAddress) {
2276
        }
2277
        
2278
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
2279
                base(binding, remoteAddress) {
2280
        }
2281
        
2282
        public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted;
2283
        
2284
        public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted;
2285
        
2286
        public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted;
2287
        
2288
        public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted;
2289
        
2290
        public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
2291
        
2292
        public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
2293
        
2294
        public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted;
2295
        
2296
        public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted;
2297
        
2298
        public event System.EventHandler<GetVPRevisionFirstOrDefaultCompletedEventArgs> GetVPRevisionFirstOrDefaultCompleted;
2299
        
2300
        public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted;
2301
        
2302
        public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted;
2303
        
2304
        public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted;
2305
        
2306
        public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted;
2307
        
2308
        public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted;
2309
        
2310
        public event System.EventHandler<GetUserDataCompletedEventArgs> GetUserDataCompleted;
2311
        
2312
        public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted;
2313
        
2314
        public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted;
2315
        
2316
        public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted;
2317
        
2318
        public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted;
2319
        
2320
        public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted;
2321
        
2322
        public event System.EventHandler<DeleteSymbolCompletedEventArgs> DeleteSymbolCompleted;
2323
        
2324
        public event System.EventHandler<RenameSymbolCompletedEventArgs> RenameSymbolCompleted;
2325
        
2326
        public event System.EventHandler<AddCheckListHistoryCompletedEventArgs> AddCheckListHistoryCompleted;
2327
        
2328
        public event System.EventHandler<SaveCheckListHistoryCompletedEventArgs> SaveCheckListHistoryCompleted;
2329
        
2330
        public event System.EventHandler<SaveCheckListCompletedEventArgs> SaveCheckListCompleted;
2331
        
2332
        public event System.EventHandler<AddCheckListCompletedEventArgs> AddCheckListCompleted;
2333
        
2334
        public event System.EventHandler<GetCheckListCompletedEventArgs> GetCheckListCompleted;
2335
        
2336
        public event System.EventHandler<GetUserCheckListCompletedEventArgs> GetUserCheckListCompleted;
2337
        
2338
        public event System.EventHandler<GetCheckListHistoryCompletedEventArgs> GetCheckListHistoryCompleted;
2339
        
2340
        public event System.EventHandler<GetCheckListHistoryFirstOrDefaultCompletedEventArgs> GetCheckListHistoryFirstOrDefaultCompleted;
2341
        
2342
        public event System.EventHandler<SavePageAngleCompletedEventArgs> SavePageAngleCompleted;
2343
        
2344
        public event System.EventHandler<GetMarkupInfoCompletedEventArgs> GetMarkupInfoCompleted;
2345
        
2346
        public event System.EventHandler<GetMarkupDataListperPageCompletedEventArgs> GetMarkupDataListperPageCompleted;
2347
        
2348
        public event System.EventHandler<AddMarkupInfoCompletedEventArgs> AddMarkupInfoCompleted;
2349
        
2350
        public event System.EventHandler<AddMarkupInfoVersionCompletedEventArgs> AddMarkupInfoVersionCompleted;
2351
        
2352
        public event System.EventHandler<AddMarkupDataCompletedEventArgs> AddMarkupDataCompleted;
2353
        
2354
        public event System.EventHandler<AvoidMarkupInfoCompletedEventArgs> AvoidMarkupInfoCompleted;
2355
        
2356
        public event System.EventHandler<SaveMarkupInfoCompletedEventArgs> SaveMarkupInfoCompleted;
2357
        
2358
        public event System.EventHandler<GetMarkupDataListCompletedEventArgs> GetMarkupDataListCompleted;
2359
        
2360
        public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted;
2361
        
2362
        public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted;
2363
        
2364
        public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted;
2365
        
2366
        public event System.EventHandler<GetSymbolListCompletedEventArgs> GetSymbolListCompleted;
2367
        
2368
        public event System.EventHandler<GetPublicSymbolDeptListCompletedEventArgs> GetPublicSymbolDeptListCompleted;
2369
        
2370
        public event System.EventHandler<GetPublicSymbolListCompletedEventArgs> GetPublicSymbolListCompleted;
2371
        
2372
        public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted;
2373
        
2374
        public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted;
2375
        
2376
        public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted;
2377
        
2378
        public event System.EventHandler<GetPreRevSelectCompletedEventArgs> GetPreRevSelectCompleted;
2379
        
2380
        public event System.EventHandler<GetDocInfoOneSelectCompletedEventArgs> GetDocInfoOneSelectCompleted;
2381
        
2382
        public event System.EventHandler<GetPrintDocItemListCompletedEventArgs> GetPrintDocItemListCompleted;
2383
        
2384
        public event System.EventHandler<AddMessageCompletedEventArgs> AddMessageCompleted;
2385
        
2386
        public event System.EventHandler<GetMessageCompletedEventArgs> GetMessageCompleted;
2387
        
2388
        public IKCOM.KCOM_SystemInfo GetSystemData() {
2389
            return base.Channel.GetSystemData();
2390
        }
2391
        
2392
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2393
        public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) {
2394
            return base.Channel.BeginGetSystemData(callback, asyncState);
2395
        }
2396
        
2397
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2398
        public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) {
2399
            return base.Channel.EndGetSystemData(result);
2400
        }
2401
        
2402
        private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) {
2403
            return this.BeginGetSystemData(callback, asyncState);
2404
        }
2405
        
2406
        private object[] OnEndGetSystemData(System.IAsyncResult result) {
2407
            IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result);
2408
            return new object[] {
2409
                    retVal};
2410
        }
2411
        
2412
        private void OnGetSystemDataCompleted(object state) {
2413
            if ((this.GetSystemDataCompleted != null)) {
2414
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2415
                this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2416
            }
2417
        }
2418
        
2419
        public void GetSystemDataAsync() {
2420
            this.GetSystemDataAsync(null);
2421
        }
2422
        
2423
        public void GetSystemDataAsync(object userState) {
2424
            if ((this.onBeginGetSystemDataDelegate == null)) {
2425
                this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData);
2426
            }
2427
            if ((this.onEndGetSystemDataDelegate == null)) {
2428
                this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData);
2429
            }
2430
            if ((this.onGetSystemDataCompletedDelegate == null)) {
2431
                this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted);
2432
            }
2433
            base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState);
2434
        }
2435
        
2436
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
2437
            return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
2438
        }
2439
        
2440
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2441
        public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) {
2442
            return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
2443
        }
2444
        
2445
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2446
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) {
2447
            return base.Channel.EndGetFavoriteVP(result);
2448
        }
2449
        
2450
        private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2451
            string PrjNo = ((string)(inValues[0]));
2452
            string userID = ((string)(inValues[1]));
2453
            string sharepointItemID = ((string)(inValues[2]));
2454
            return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
2455
        }
2456
        
2457
        private object[] OnEndGetFavoriteVP(System.IAsyncResult result) {
2458
            System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result);
2459
            return new object[] {
2460
                    retVal};
2461
        }
2462
        
2463
        private void OnGetFavoriteVPCompleted(object state) {
2464
            if ((this.GetFavoriteVPCompleted != null)) {
2465
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2466
                this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2467
            }
2468
        }
2469
        
2470
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
2471
            this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null);
2472
        }
2473
        
2474
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) {
2475
            if ((this.onBeginGetFavoriteVPDelegate == null)) {
2476
                this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP);
2477
            }
2478
            if ((this.onEndGetFavoriteVPDelegate == null)) {
2479
                this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP);
2480
            }
2481
            if ((this.onGetFavoriteVPCompletedDelegate == null)) {
2482
                this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted);
2483
            }
2484
            base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] {
2485
                        PrjNo,
2486
                        userID,
2487
                        sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState);
2488
        }
2489
        
2490
        public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
2491
            return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
2492
        }
2493
        
2494
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2495
        public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) {
2496
            return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
2497
        }
2498
        
2499
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2500
        public bool EndEditFavoriteVP(System.IAsyncResult result) {
2501
            return base.Channel.EndEditFavoriteVP(result);
2502
        }
2503
        
2504
        private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2505
            string prjNo = ((string)(inValues[0]));
2506
            string userID = ((string)(inValues[1]));
2507
            string docID = ((string)(inValues[2]));
2508
            int state = ((int)(inValues[3]));
2509
            string description = ((string)(inValues[4]));
2510
            return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
2511
        }
2512
        
2513
        private object[] OnEndEditFavoriteVP(System.IAsyncResult result) {
2514
            bool retVal = this.EndEditFavoriteVP(result);
2515
            return new object[] {
2516
                    retVal};
2517
        }
2518
        
2519
        private void OnEditFavoriteVPCompleted(object state) {
2520
            if ((this.EditFavoriteVPCompleted != null)) {
2521
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2522
                this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2523
            }
2524
        }
2525
        
2526
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
2527
            this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null);
2528
        }
2529
        
2530
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) {
2531
            if ((this.onBeginEditFavoriteVPDelegate == null)) {
2532
                this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP);
2533
            }
2534
            if ((this.onEndEditFavoriteVPDelegate == null)) {
2535
                this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP);
2536
            }
2537
            if ((this.onEditFavoriteVPCompletedDelegate == null)) {
2538
                this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted);
2539
            }
2540
            base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] {
2541
                        prjNo,
2542
                        userID,
2543
                        docID,
2544
                        state,
2545
                        description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState);
2546
        }
2547
        
2548
        public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
2549
            return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
2550
        }
2551
        
2552
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2553
        public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) {
2554
            return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
2555
        }
2556
        
2557
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2558
        public bool EndDelFavoriteVP(System.IAsyncResult result) {
2559
            return base.Channel.EndDelFavoriteVP(result);
2560
        }
2561
        
2562
        private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2563
            string prjNo = ((string)(inValues[0]));
2564
            string userID = ((string)(inValues[1]));
2565
            int SavePageNo = ((int)(inValues[2]));
2566
            string docID = ((string)(inValues[3]));
2567
            return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
2568
        }
2569
        
2570
        private object[] OnEndDelFavoriteVP(System.IAsyncResult result) {
2571
            bool retVal = this.EndDelFavoriteVP(result);
2572
            return new object[] {
2573
                    retVal};
2574
        }
2575
        
2576
        private void OnDelFavoriteVPCompleted(object state) {
2577
            if ((this.DelFavoriteVPCompleted != null)) {
2578
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2579
                this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2580
            }
2581
        }
2582
        
2583
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
2584
            this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null);
2585
        }
2586
        
2587
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) {
2588
            if ((this.onBeginDelFavoriteVPDelegate == null)) {
2589
                this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP);
2590
            }
2591
            if ((this.onEndDelFavoriteVPDelegate == null)) {
2592
                this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP);
2593
            }
2594
            if ((this.onDelFavoriteVPCompletedDelegate == null)) {
2595
                this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted);
2596
            }
2597
            base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] {
2598
                        prjNo,
2599
                        userID,
2600
                        SavePageNo,
2601
                        docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState);
2602
        }
2603
        
2604
        public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
2605
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
2606
        }
2607
        
2608
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2609
        public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState) {
2610
            return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
2611
        }
2612
        
2613
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2614
        public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) {
2615
            return base.Channel.EndGetCompareRect(result);
2616
        }
2617
        
2618
        private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) {
2619
            string projectNo = ((string)(inValues[0]));
2620
            string originDocItem_ID = ((string)(inValues[1]));
2621
            string targetDocItem_ID = ((string)(inValues[2]));
2622
            string originPageNo = ((string)(inValues[3]));
2623
            string targetPageNo = ((string)(inValues[4]));
2624
            string isInternalAddress = ((string)(inValues[5]));
2625
            return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
2626
        }
2627
        
2628
        private object[] OnEndGetCompareRect(System.IAsyncResult result) {
2629
            System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result);
2630
            return new object[] {
2631
                    retVal};
2632
        }
2633
        
2634
        private void OnGetCompareRectCompleted(object state) {
2635
            if ((this.GetCompareRectCompleted != null)) {
2636
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2637
                this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2638
            }
2639
        }
2640
        
2641
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
2642
            this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, null);
2643
        }
2644
        
2645
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, object userState) {
2646
            if ((this.onBeginGetCompareRectDelegate == null)) {
2647
                this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect);
2648
            }
2649
            if ((this.onEndGetCompareRectDelegate == null)) {
2650
                this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect);
2651
            }
2652
            if ((this.onGetCompareRectCompletedDelegate == null)) {
2653
                this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted);
2654
            }
2655
            base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] {
2656
                        projectNo,
2657
                        originDocItem_ID,
2658
                        targetDocItem_ID,
2659
                        originPageNo,
2660
                        targetPageNo,
2661
                        isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState);
2662
        }
2663
        
2664
        public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
2665
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
2666
        }
2667
        
2668
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2669
        public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
2670
            return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
2671
        }
2672
        
2673
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2674
        public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) {
2675
            return base.Channel.EndSetFinalPDF(result);
2676
        }
2677
        
2678
        private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
2679
            string ProjectNo = ((string)(inValues[0]));
2680
            string DocInfoID = ((string)(inValues[1]));
2681
            string MarkupInfoID = ((string)(inValues[2]));
2682
            string CreateUserID = ((string)(inValues[3]));
2683
            return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
2684
        }
2685
        
2686
        private object[] OnEndSetFinalPDF(System.IAsyncResult result) {
2687
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result);
2688
            return new object[] {
2689
                    retVal};
2690
        }
2691
        
2692
        private void OnSetFinalPDFCompleted(object state) {
2693
            if ((this.SetFinalPDFCompleted != null)) {
2694
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2695
                this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2696
            }
2697
        }
2698
        
2699
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
2700
            this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null);
2701
        }
2702
        
2703
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) {
2704
            if ((this.onBeginSetFinalPDFDelegate == null)) {
2705
                this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF);
2706
            }
2707
            if ((this.onEndSetFinalPDFDelegate == null)) {
2708
                this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF);
2709
            }
2710
            if ((this.onSetFinalPDFCompletedDelegate == null)) {
2711
                this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted);
2712
            }
2713
            base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] {
2714
                        ProjectNo,
2715
                        DocInfoID,
2716
                        MarkupInfoID,
2717
                        CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState);
2718
        }
2719
        
2720
        public bool GetConversionState(IKCOM.KCOM_BasicParam param) {
2721
            return base.Channel.GetConversionState(param);
2722
        }
2723
        
2724
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2725
        public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
2726
            return base.Channel.BeginGetConversionState(param, callback, asyncState);
2727
        }
2728
        
2729
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2730
        public bool EndGetConversionState(System.IAsyncResult result) {
2731
            return base.Channel.EndGetConversionState(result);
2732
        }
2733
        
2734
        private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) {
2735
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
2736
            return this.BeginGetConversionState(param, callback, asyncState);
2737
        }
2738
        
2739
        private object[] OnEndGetConversionState(System.IAsyncResult result) {
2740
            bool retVal = this.EndGetConversionState(result);
2741
            return new object[] {
2742
                    retVal};
2743
        }
2744
        
2745
        private void OnGetConversionStateCompleted(object state) {
2746
            if ((this.GetConversionStateCompleted != null)) {
2747
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2748
                this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2749
            }
2750
        }
2751
        
2752
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) {
2753
            this.GetConversionStateAsync(param, null);
2754
        }
2755
        
2756
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) {
2757
            if ((this.onBeginGetConversionStateDelegate == null)) {
2758
                this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState);
2759
            }
2760
            if ((this.onEndGetConversionStateDelegate == null)) {
2761
                this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState);
2762
            }
2763
            if ((this.onGetConversionStateCompletedDelegate == null)) {
2764
                this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted);
2765
            }
2766
            base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] {
2767
                        param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState);
2768
        }
2769
        
2770
        public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
2771
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
2772
        }
2773
        
2774
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2775
        public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
2776
            return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
2777
        }
2778
        
2779
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2780
        public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) {
2781
            return base.Channel.EndGetVPRevisionHistory(result);
2782
        }
2783
        
2784
        private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
2785
            string ProjectNo = ((string)(inValues[0]));
2786
            string vpNo = ((string)(inValues[1]));
2787
            string DocumentId = ((string)(inValues[2]));
2788
            return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
2789
        }
2790
        
2791
        private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) {
2792
            System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result);
2793
            return new object[] {
2794
                    retVal};
2795
        }
2796
        
2797
        private void OnGetVPRevisionHistoryCompleted(object state) {
2798
            if ((this.GetVPRevisionHistoryCompleted != null)) {
2799
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2800
                this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2801
            }
2802
        }
2803
        
2804
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
2805
            this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null);
2806
        }
2807
        
2808
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) {
2809
            if ((this.onBeginGetVPRevisionHistoryDelegate == null)) {
2810
                this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory);
2811
            }
2812
            if ((this.onEndGetVPRevisionHistoryDelegate == null)) {
2813
                this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory);
2814
            }
2815
            if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) {
2816
                this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted);
2817
            }
2818
            base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] {
2819
                        ProjectNo,
2820
                        vpNo,
2821
                        DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState);
2822
        }
2823
        
2824
        public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) {
2825
            return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId);
2826
        }
2827
        
2828
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2829
        public System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
2830
            return base.Channel.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
2831
        }
2832
        
2833
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2834
        public IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
2835
            return base.Channel.EndGetVPRevisionFirstOrDefault(result);
2836
        }
2837
        
2838
        private System.IAsyncResult OnBeginGetVPRevisionFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
2839
            string ProjectNo = ((string)(inValues[0]));
2840
            string DocumentId = ((string)(inValues[1]));
2841
            return this.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
2842
        }
2843
        
2844
        private object[] OnEndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
2845
            IKCOM.VPRevision retVal = this.EndGetVPRevisionFirstOrDefault(result);
2846
            return new object[] {
2847
                    retVal};
2848
        }
2849
        
2850
        private void OnGetVPRevisionFirstOrDefaultCompleted(object state) {
2851
            if ((this.GetVPRevisionFirstOrDefaultCompleted != null)) {
2852
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2853
                this.GetVPRevisionFirstOrDefaultCompleted(this, new GetVPRevisionFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2854
            }
2855
        }
2856
        
2857
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) {
2858
            this.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId, null);
2859
        }
2860
        
2861
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId, object userState) {
2862
            if ((this.onBeginGetVPRevisionFirstOrDefaultDelegate == null)) {
2863
                this.onBeginGetVPRevisionFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionFirstOrDefault);
2864
            }
2865
            if ((this.onEndGetVPRevisionFirstOrDefaultDelegate == null)) {
2866
                this.onEndGetVPRevisionFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionFirstOrDefault);
2867
            }
2868
            if ((this.onGetVPRevisionFirstOrDefaultCompletedDelegate == null)) {
2869
                this.onGetVPRevisionFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionFirstOrDefaultCompleted);
2870
            }
2871
            base.InvokeAsync(this.onBeginGetVPRevisionFirstOrDefaultDelegate, new object[] {
2872
                        ProjectNo,
2873
                        DocumentId}, this.onEndGetVPRevisionFirstOrDefaultDelegate, this.onGetVPRevisionFirstOrDefaultCompletedDelegate, userState);
2874
        }
2875
        
2876
        public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) {
2877
            return base.Channel.GetDocInfo(param);
2878
        }
2879
        
2880
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2881
        public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
2882
            return base.Channel.BeginGetDocInfo(param, callback, asyncState);
2883
        }
2884
        
2885
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2886
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) {
2887
            return base.Channel.EndGetDocInfo(result);
2888
        }
2889
        
2890
        private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
2891
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
2892
            return this.BeginGetDocInfo(param, callback, asyncState);
2893
        }
2894
        
2895
        private object[] OnEndGetDocInfo(System.IAsyncResult result) {
2896
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result);
2897
            return new object[] {
2898
                    retVal};
2899
        }
2900
        
2901
        private void OnGetDocInfoCompleted(object state) {
2902
            if ((this.GetDocInfoCompleted != null)) {
2903
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2904
                this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2905
            }
2906
        }
2907
        
2908
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) {
2909
            this.GetDocInfoAsync(param, null);
2910
        }
2911
        
2912
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
2913
            if ((this.onBeginGetDocInfoDelegate == null)) {
2914
                this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo);
2915
            }
2916
            if ((this.onEndGetDocInfoDelegate == null)) {
2917
                this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo);
2918
            }
2919
            if ((this.onGetDocInfoCompletedDelegate == null)) {
2920
                this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted);
2921
            }
2922
            base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] {
2923
                        param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState);
2924
        }
2925
        
2926
        public bool GetCheckSystemAdmin(string UserID) {
2927
            return base.Channel.GetCheckSystemAdmin(UserID);
2928
        }
2929
        
2930
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2931
        public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) {
2932
            return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
2933
        }
2934
        
2935
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2936
        public bool EndGetCheckSystemAdmin(System.IAsyncResult result) {
2937
            return base.Channel.EndGetCheckSystemAdmin(result);
2938
        }
2939
        
2940
        private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) {
2941
            string UserID = ((string)(inValues[0]));
2942
            return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
2943
        }
2944
        
2945
        private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) {
2946
            bool retVal = this.EndGetCheckSystemAdmin(result);
2947
            return new object[] {
2948
                    retVal};
2949
        }
2950
        
2951
        private void OnGetCheckSystemAdminCompleted(object state) {
2952
            if ((this.GetCheckSystemAdminCompleted != null)) {
2953
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2954
                this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2955
            }
2956
        }
2957
        
2958
        public void GetCheckSystemAdminAsync(string UserID) {
2959
            this.GetCheckSystemAdminAsync(UserID, null);
2960
        }
2961
        
2962
        public void GetCheckSystemAdminAsync(string UserID, object userState) {
2963
            if ((this.onBeginGetCheckSystemAdminDelegate == null)) {
2964
                this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin);
2965
            }
2966
            if ((this.onEndGetCheckSystemAdminDelegate == null)) {
2967
                this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin);
2968
            }
2969
            if ((this.onGetCheckSystemAdminCompletedDelegate == null)) {
2970
                this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted);
2971
            }
2972
            base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] {
2973
                        UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState);
2974
        }
2975
        
2976
        public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) {
2977
            return base.Channel.GetDocumentItemInfo(param);
2978
        }
2979
        
2980
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2981
        public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
2982
            return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState);
2983
        }
2984
        
2985
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2986
        public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) {
2987
            return base.Channel.EndGetDocumentItemInfo(result);
2988
        }
2989
        
2990
        private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
2991
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
2992
            return this.BeginGetDocumentItemInfo(param, callback, asyncState);
2993
        }
2994
        
2995
        private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) {
2996
            KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result);
2997
            return new object[] {
2998
                    retVal};
2999
        }
3000
        
3001
        private void OnGetDocumentItemInfoCompleted(object state) {
3002
            if ((this.GetDocumentItemInfoCompleted != null)) {
3003
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3004
                this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3005
            }
3006
        }
3007
        
3008
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) {
3009
            this.GetDocumentItemInfoAsync(param, null);
3010
        }
3011
        
3012
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
3013
            if ((this.onBeginGetDocumentItemInfoDelegate == null)) {
3014
                this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo);
3015
            }
3016
            if ((this.onEndGetDocumentItemInfoDelegate == null)) {
3017
                this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo);
3018
            }
3019
            if ((this.onGetDocumentItemInfoCompletedDelegate == null)) {
3020
                this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted);
3021
            }
3022
            base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] {
3023
                        param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState);
3024
        }
3025
        
3026
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
3027
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
3028
        }
3029
        
3030
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3031
        public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) {
3032
            return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3033
        }
3034
        
3035
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3036
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) {
3037
            return base.Channel.EndGetMarkupInfoItems(result);
3038
        }
3039
        
3040
        private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3041
            string ProjectNo = ((string)(inValues[0]));
3042
            string DocInfoId = ((string)(inValues[1]));
3043
            return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3044
        }
3045
        
3046
        private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) {
3047
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result);
3048
            return new object[] {
3049
                    retVal};
3050
        }
3051
        
3052
        private void OnGetMarkupInfoItemsCompleted(object state) {
3053
            if ((this.GetMarkupInfoItemsCompleted != null)) {
3054
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3055
                this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3056
            }
3057
        }
3058
        
3059
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
3060
            this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null);
3061
        }
3062
        
3063
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) {
3064
            if ((this.onBeginGetMarkupInfoItemsDelegate == null)) {
3065
                this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems);
3066
            }
3067
            if ((this.onEndGetMarkupInfoItemsDelegate == null)) {
3068
                this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems);
3069
            }
3070
            if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) {
3071
                this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted);
3072
            }
3073
            base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] {
3074
                        ProjectNo,
3075
                        DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState);
3076
        }
3077
        
3078
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
3079
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
3080
        }
3081
        
3082
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3083
        public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) {
3084
            return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3085
        }
3086
        
3087
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3088
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3089
            return base.Channel.EndGetSyncMarkupInfoItems(result);
3090
        }
3091
        
3092
        private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3093
            string ProjectNo = ((string)(inValues[0]));
3094
            string DocInfoId = ((string)(inValues[1]));
3095
            string currentUser = ((string)(inValues[2]));
3096
            return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3097
        }
3098
        
3099
        private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3100
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result);
3101
            return new object[] {
3102
                    retVal};
3103
        }
3104
        
3105
        private void OnGetSyncMarkupInfoItemsCompleted(object state) {
3106
            if ((this.GetSyncMarkupInfoItemsCompleted != null)) {
3107
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3108
                this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3109
            }
3110
        }
3111
        
3112
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
3113
            this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null);
3114
        }
3115
        
3116
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) {
3117
            if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) {
3118
                this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems);
3119
            }
3120
            if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) {
3121
                this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems);
3122
            }
3123
            if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) {
3124
                this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted);
3125
            }
3126
            base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] {
3127
                        ProjectNo,
3128
                        DocInfoId,
3129
                        currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState);
3130
        }
3131
        
3132
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) {
3133
            return base.Channel.GetUserData(ProjectNo, UserID);
3134
        }
3135
        
3136
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3137
        public System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState) {
3138
            return base.Channel.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
3139
        }
3140
        
3141
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3142
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result) {
3143
            return base.Channel.EndGetUserData(result);
3144
        }
3145
        
3146
        private System.IAsyncResult OnBeginGetUserData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3147
            string ProjectNo = ((string)(inValues[0]));
3148
            string UserID = ((string)(inValues[1]));
3149
            return this.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
3150
        }
3151
        
3152
        private object[] OnEndGetUserData(System.IAsyncResult result) {
3153
            System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> retVal = this.EndGetUserData(result);
3154
            return new object[] {
3155
                    retVal};
3156
        }
3157
        
3158
        private void OnGetUserDataCompleted(object state) {
3159
            if ((this.GetUserDataCompleted != null)) {
3160
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3161
                this.GetUserDataCompleted(this, new GetUserDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3162
            }
3163
        }
3164
        
3165
        public void GetUserDataAsync(string ProjectNo, string UserID) {
3166
            this.GetUserDataAsync(ProjectNo, UserID, null);
3167
        }
3168
        
3169
        public void GetUserDataAsync(string ProjectNo, string UserID, object userState) {
3170
            if ((this.onBeginGetUserDataDelegate == null)) {
3171
                this.onBeginGetUserDataDelegate = new BeginOperationDelegate(this.OnBeginGetUserData);
3172
            }
3173
            if ((this.onEndGetUserDataDelegate == null)) {
3174
                this.onEndGetUserDataDelegate = new EndOperationDelegate(this.OnEndGetUserData);
3175
            }
3176
            if ((this.onGetUserDataCompletedDelegate == null)) {
3177
                this.onGetUserDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserDataCompleted);
3178
            }
3179
            base.InvokeAsync(this.onBeginGetUserDataDelegate, new object[] {
3180
                        ProjectNo,
3181
                        UserID}, this.onEndGetUserDataDelegate, this.onGetUserDataCompletedDelegate, userState);
3182
        }
3183
        
3184
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
3185
            return base.Channel.GetDeptData(UserDept);
3186
        }
3187
        
3188
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3189
        public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) {
3190
            return base.Channel.BeginGetDeptData(UserDept, callback, asyncState);
3191
        }
3192
        
3193
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3194
        public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) {
3195
            return base.Channel.EndGetDeptData(result);
3196
        }
3197
        
3198
        private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3199
            string UserDept = ((string)(inValues[0]));
3200
            return this.BeginGetDeptData(UserDept, callback, asyncState);
3201
        }
3202
        
3203
        private object[] OnEndGetDeptData(System.IAsyncResult result) {
3204
            System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result);
3205
            return new object[] {
3206
                    retVal};
3207
        }
3208
        
3209
        private void OnGetDeptDataCompleted(object state) {
3210
            if ((this.GetDeptDataCompleted != null)) {
3211
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3212
                this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3213
            }
3214
        }
3215
        
3216
        public void GetDeptDataAsync(string UserDept) {
3217
            this.GetDeptDataAsync(UserDept, null);
3218
        }
3219
        
3220
        public void GetDeptDataAsync(string UserDept, object userState) {
3221
            if ((this.onBeginGetDeptDataDelegate == null)) {
3222
                this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData);
3223
            }
3224
            if ((this.onEndGetDeptDataDelegate == null)) {
3225
                this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData);
3226
            }
3227
            if ((this.onGetDeptDataCompletedDelegate == null)) {
3228
                this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted);
3229
            }
3230
            base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] {
3231
                        UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState);
3232
        }
3233
        
3234
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
3235
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
3236
        }
3237
        
3238
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3239
        public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) {
3240
            return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
3241
        }
3242
        
3243
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3244
        public bool EndDeleteMarkup(System.IAsyncResult result) {
3245
            return base.Channel.EndDeleteMarkup(result);
3246
        }
3247
        
3248
        private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) {
3249
            string ProjectNo = ((string)(inValues[0]));
3250
            string MarkupInfoID = ((string)(inValues[1]));
3251
            return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
3252
        }
3253
        
3254
        private object[] OnEndDeleteMarkup(System.IAsyncResult result) {
3255
            bool retVal = this.EndDeleteMarkup(result);
3256
            return new object[] {
3257
                    retVal};
3258
        }
3259
        
3260
        private void OnDeleteMarkupCompleted(object state) {
3261
            if ((this.DeleteMarkupCompleted != null)) {
3262
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3263
                this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3264
            }
3265
        }
3266
        
3267
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
3268
            this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null);
3269
        }
3270
        
3271
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) {
3272
            if ((this.onBeginDeleteMarkupDelegate == null)) {
3273
                this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup);
3274
            }
3275
            if ((this.onEndDeleteMarkupDelegate == null)) {
3276
                this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup);
3277
            }
3278
            if ((this.onDeleteMarkupCompletedDelegate == null)) {
3279
                this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted);
3280
            }
3281
            base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] {
3282
                        ProjectNo,
3283
                        MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState);
3284
        }
3285
        
3286
        public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
3287
            return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
3288
        }
3289
        
3290
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3291
        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) {
3292
            return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
3293
        }
3294
        
3295
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3296
        public bool EndSetFavoriteVP(System.IAsyncResult result) {
3297
            return base.Channel.EndSetFavoriteVP(result);
3298
        }
3299
        
3300
        private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
3301
            string prjNo = ((string)(inValues[0]));
3302
            string userID = ((string)(inValues[1]));
3303
            string groupNo = ((string)(inValues[2]));
3304
            string docNo = ((string)(inValues[3]));
3305
            string rev = ((string)(inValues[4]));
3306
            int SavePageNo = ((int)(inValues[5]));
3307
            string documentItemID = ((string)(inValues[6]));
3308
            string VPDescription = ((string)(inValues[7]));
3309
            IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8]));
3310
            return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
3311
        }
3312
        
3313
        private object[] OnEndSetFavoriteVP(System.IAsyncResult result) {
3314
            bool retVal = this.EndSetFavoriteVP(result);
3315
            return new object[] {
3316
                    retVal};
3317
        }
3318
        
3319
        private void OnSetFavoriteVPCompleted(object state) {
3320
            if ((this.SetFavoriteVPCompleted != null)) {
3321
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3322
                this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3323
            }
3324
        }
3325
        
3326
        public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
3327
            this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null);
3328
        }
3329
        
3330
        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) {
3331
            if ((this.onBeginSetFavoriteVPDelegate == null)) {
3332
                this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP);
3333
            }
3334
            if ((this.onEndSetFavoriteVPDelegate == null)) {
3335
                this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP);
3336
            }
3337
            if ((this.onSetFavoriteVPCompletedDelegate == null)) {
3338
                this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted);
3339
            }
3340
            base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] {
3341
                        prjNo,
3342
                        userID,
3343
                        groupNo,
3344
                        docNo,
3345
                        rev,
3346
                        SavePageNo,
3347
                        documentItemID,
3348
                        VPDescription,
3349
                        flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState);
3350
        }
3351
        
3352
        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) {
3353
            return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data);
3354
        }
3355
        
3356
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3357
        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) {
3358
            return base.Channel.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
3359
        }
3360
        
3361
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3362
        public bool EndSaveMarkupData(System.IAsyncResult result) {
3363
            return base.Channel.EndSaveMarkupData(result);
3364
        }
3365
        
3366
        private System.IAsyncResult OnBeginSaveMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3367
            IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0]));
3368
            string project_no = ((string)(inValues[1]));
3369
            string doc_id = ((string)(inValues[2]));
3370
            string user_id = ((string)(inValues[3]));
3371
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[4]));
3372
            return this.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
3373
        }
3374
        
3375
        private object[] OnEndSaveMarkupData(System.IAsyncResult result) {
3376
            bool retVal = this.EndSaveMarkupData(result);
3377
            return new object[] {
3378
                    retVal};
3379
        }
3380
        
3381
        private void OnSaveMarkupDataCompleted(object state) {
3382
            if ((this.SaveMarkupDataCompleted != null)) {
3383
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3384
                this.SaveMarkupDataCompleted(this, new SaveMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3385
            }
3386
        }
3387
        
3388
        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) {
3389
            this.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data, null);
3390
        }
3391
        
3392
        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) {
3393
            if ((this.onBeginSaveMarkupDataDelegate == null)) {
3394
                this.onBeginSaveMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupData);
3395
            }
3396
            if ((this.onEndSaveMarkupDataDelegate == null)) {
3397
                this.onEndSaveMarkupDataDelegate = new EndOperationDelegate(this.OnEndSaveMarkupData);
3398
            }
3399
            if ((this.onSaveMarkupDataCompletedDelegate == null)) {
3400
                this.onSaveMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupDataCompleted);
3401
            }
3402
            base.InvokeAsync(this.onBeginSaveMarkupDataDelegate, new object[] {
3403
                        UserState,
3404
                        project_no,
3405
                        doc_id,
3406
                        user_id,
3407
                        mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1);
3408
        }
3409
        
3410
        public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
3411
            return base.Channel.SaveSymbol(symbol_private);
3412
        }
3413
        
3414
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3415
        public System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState) {
3416
            return base.Channel.BeginSaveSymbol(symbol_private, callback, asyncState);
3417
        }
3418
        
3419
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3420
        public bool EndSaveSymbol(System.IAsyncResult result) {
3421
            return base.Channel.EndSaveSymbol(result);
3422
        }
3423
        
3424
        private System.IAsyncResult OnBeginSaveSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3425
            KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private = ((KCOMDataModel.DataModel.SYMBOL_PRIVATE)(inValues[0]));
3426
            return this.BeginSaveSymbol(symbol_private, callback, asyncState);
3427
        }
3428
        
3429
        private object[] OnEndSaveSymbol(System.IAsyncResult result) {
3430
            bool retVal = this.EndSaveSymbol(result);
3431
            return new object[] {
3432
                    retVal};
3433
        }
3434
        
3435
        private void OnSaveSymbolCompleted(object state) {
3436
            if ((this.SaveSymbolCompleted != null)) {
3437
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3438
                this.SaveSymbolCompleted(this, new SaveSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3439
            }
3440
        }
3441
        
3442
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
3443
            this.SaveSymbolAsync(symbol_private, null);
3444
        }
3445
        
3446
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, object userState) {
3447
            if ((this.onBeginSaveSymbolDelegate == null)) {
3448
                this.onBeginSaveSymbolDelegate = new BeginOperationDelegate(this.OnBeginSaveSymbol);
3449
            }
3450
            if ((this.onEndSaveSymbolDelegate == null)) {
3451
                this.onEndSaveSymbolDelegate = new EndOperationDelegate(this.OnEndSaveSymbol);
3452
            }
3453
            if ((this.onSaveSymbolCompletedDelegate == null)) {
3454
                this.onSaveSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveSymbolCompleted);
3455
            }
3456
            base.InvokeAsync(this.onBeginSaveSymbolDelegate, new object[] {
3457
                        symbol_private}, this.onEndSaveSymbolDelegate, this.onSaveSymbolCompletedDelegate, userState);
3458
        }
3459
        
3460
        public bool DeleteSymbol(string symbol_id) {
3461
            return base.Channel.DeleteSymbol(symbol_id);
3462
        }
3463
        
3464
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3465
        public System.IAsyncResult BeginDeleteSymbol(string symbol_id, System.AsyncCallback callback, object asyncState) {
3466
            return base.Channel.BeginDeleteSymbol(symbol_id, callback, asyncState);
3467
        }
3468
        
3469
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3470
        public bool EndDeleteSymbol(System.IAsyncResult result) {
3471
            return base.Channel.EndDeleteSymbol(result);
3472
        }
3473
        
3474
        private System.IAsyncResult OnBeginDeleteSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3475
            string symbol_id = ((string)(inValues[0]));
3476
            return this.BeginDeleteSymbol(symbol_id, callback, asyncState);
3477
        }
3478
        
3479
        private object[] OnEndDeleteSymbol(System.IAsyncResult result) {
3480
            bool retVal = this.EndDeleteSymbol(result);
3481
            return new object[] {
3482
                    retVal};
3483
        }
3484
        
3485
        private void OnDeleteSymbolCompleted(object state) {
3486
            if ((this.DeleteSymbolCompleted != null)) {
3487
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3488
                this.DeleteSymbolCompleted(this, new DeleteSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3489
            }
3490
        }
3491
        
3492
        public void DeleteSymbolAsync(string symbol_id) {
3493
            this.DeleteSymbolAsync(symbol_id, null);
3494
        }
3495
        
3496
        public void DeleteSymbolAsync(string symbol_id, object userState) {
3497
            if ((this.onBeginDeleteSymbolDelegate == null)) {
3498
                this.onBeginDeleteSymbolDelegate = new BeginOperationDelegate(this.OnBeginDeleteSymbol);
3499
            }
3500
            if ((this.onEndDeleteSymbolDelegate == null)) {
3501
                this.onEndDeleteSymbolDelegate = new EndOperationDelegate(this.OnEndDeleteSymbol);
3502
            }
3503
            if ((this.onDeleteSymbolCompletedDelegate == null)) {
3504
                this.onDeleteSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSymbolCompleted);
3505
            }
3506
            base.InvokeAsync(this.onBeginDeleteSymbolDelegate, new object[] {
3507
                        symbol_id}, this.onEndDeleteSymbolDelegate, this.onDeleteSymbolCompletedDelegate, userState);
3508
        }
3509
        
3510
        public bool RenameSymbol(string symbol_id, string name) {
3511
            return base.Channel.RenameSymbol(symbol_id, name);
3512
        }
3513
        
3514
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3515
        public System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, System.AsyncCallback callback, object asyncState) {
3516
            return base.Channel.BeginRenameSymbol(symbol_id, name, callback, asyncState);
3517
        }
3518
        
3519
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3520
        public bool EndRenameSymbol(System.IAsyncResult result) {
3521
            return base.Channel.EndRenameSymbol(result);
3522
        }
3523
        
3524
        private System.IAsyncResult OnBeginRenameSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3525
            string symbol_id = ((string)(inValues[0]));
3526
            string name = ((string)(inValues[1]));
3527
            return this.BeginRenameSymbol(symbol_id, name, callback, asyncState);
3528
        }
3529
        
3530
        private object[] OnEndRenameSymbol(System.IAsyncResult result) {
3531
            bool retVal = this.EndRenameSymbol(result);
3532
            return new object[] {
3533
                    retVal};
3534
        }
3535
        
3536
        private void OnRenameSymbolCompleted(object state) {
3537
            if ((this.RenameSymbolCompleted != null)) {
3538
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3539
                this.RenameSymbolCompleted(this, new RenameSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3540
            }
3541
        }
3542
        
3543
        public void RenameSymbolAsync(string symbol_id, string name) {
3544
            this.RenameSymbolAsync(symbol_id, name, null);
3545
        }
3546
        
3547
        public void RenameSymbolAsync(string symbol_id, string name, object userState) {
3548
            if ((this.onBeginRenameSymbolDelegate == null)) {
3549
                this.onBeginRenameSymbolDelegate = new BeginOperationDelegate(this.OnBeginRenameSymbol);
3550
            }
3551
            if ((this.onEndRenameSymbolDelegate == null)) {
3552
                this.onEndRenameSymbolDelegate = new EndOperationDelegate(this.OnEndRenameSymbol);
3553
            }
3554
            if ((this.onRenameSymbolCompletedDelegate == null)) {
3555
                this.onRenameSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRenameSymbolCompleted);
3556
            }
3557
            base.InvokeAsync(this.onBeginRenameSymbolDelegate, new object[] {
3558
                        symbol_id,
3559
                        name}, this.onEndRenameSymbolDelegate, this.onRenameSymbolCompletedDelegate, userState);
3560
        }
3561
        
3562
        public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
3563
            return base.Channel.AddCheckListHistory(project_no, Check_History);
3564
        }
3565
        
3566
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3567
        public System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
3568
            return base.Channel.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
3569
        }
3570
        
3571
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3572
        public bool EndAddCheckListHistory(System.IAsyncResult result) {
3573
            return base.Channel.EndAddCheckListHistory(result);
3574
        }
3575
        
3576
        private System.IAsyncResult OnBeginAddCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
3577
            string project_no = ((string)(inValues[0]));
3578
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[1]));
3579
            return this.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
3580
        }
3581
        
3582
        private object[] OnEndAddCheckListHistory(System.IAsyncResult result) {
3583
            bool retVal = this.EndAddCheckListHistory(result);
3584
            return new object[] {
3585
                    retVal};
3586
        }
3587
        
3588
        private void OnAddCheckListHistoryCompleted(object state) {
3589
            if ((this.AddCheckListHistoryCompleted != null)) {
3590
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3591
                this.AddCheckListHistoryCompleted(this, new AddCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3592
            }
3593
        }
3594
        
3595
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
3596
            this.AddCheckListHistoryAsync(project_no, Check_History, null);
3597
        }
3598
        
3599
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
3600
            if ((this.onBeginAddCheckListHistoryDelegate == null)) {
3601
                this.onBeginAddCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginAddCheckListHistory);
3602
            }
3603
            if ((this.onEndAddCheckListHistoryDelegate == null)) {
3604
                this.onEndAddCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndAddCheckListHistory);
3605
            }
3606
            if ((this.onAddCheckListHistoryCompletedDelegate == null)) {
3607
                this.onAddCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListHistoryCompleted);
3608
            }
3609
            base.InvokeAsync(this.onBeginAddCheckListHistoryDelegate, new object[] {
3610
                        project_no,
3611
                        Check_History}, this.onEndAddCheckListHistoryDelegate, this.onAddCheckListHistoryCompletedDelegate, userState);
3612
        }
3613
        
3614
        public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
3615
            return base.Channel.SaveCheckListHistory(project_no, rev, Check_History);
3616
        }
3617
        
3618
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3619
        public System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
3620
            return base.Channel.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
3621
        }
3622
        
3623
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3624
        public bool EndSaveCheckListHistory(System.IAsyncResult result) {
3625
            return base.Channel.EndSaveCheckListHistory(result);
3626
        }
3627
        
3628
        private System.IAsyncResult OnBeginSaveCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
3629
            string project_no = ((string)(inValues[0]));
3630
            string rev = ((string)(inValues[1]));
3631
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[2]));
3632
            return this.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
3633
        }
3634
        
3635
        private object[] OnEndSaveCheckListHistory(System.IAsyncResult result) {
3636
            bool retVal = this.EndSaveCheckListHistory(result);
3637
            return new object[] {
3638
                    retVal};
3639
        }
3640
        
3641
        private void OnSaveCheckListHistoryCompleted(object state) {
3642
            if ((this.SaveCheckListHistoryCompleted != null)) {
3643
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3644
                this.SaveCheckListHistoryCompleted(this, new SaveCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3645
            }
3646
        }
3647
        
3648
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
3649
            this.SaveCheckListHistoryAsync(project_no, rev, Check_History, null);
3650
        }
3651
        
3652
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
3653
            if ((this.onBeginSaveCheckListHistoryDelegate == null)) {
3654
                this.onBeginSaveCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckListHistory);
3655
            }
3656
            if ((this.onEndSaveCheckListHistoryDelegate == null)) {
3657
                this.onEndSaveCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndSaveCheckListHistory);
3658
            }
3659
            if ((this.onSaveCheckListHistoryCompletedDelegate == null)) {
3660
                this.onSaveCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListHistoryCompleted);
3661
            }
3662
            base.InvokeAsync(this.onBeginSaveCheckListHistoryDelegate, new object[] {
3663
                        project_no,
3664
                        rev,
3665
                        Check_History}, this.onEndSaveCheckListHistoryDelegate, this.onSaveCheckListHistoryCompletedDelegate, userState);
3666
        }
3667
        
3668
        public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
3669
            return base.Channel.SaveCheckList(project_no, _id, Check_value);
3670
        }
3671
        
3672
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3673
        public System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
3674
            return base.Channel.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
3675
        }
3676
        
3677
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3678
        public bool EndSaveCheckList(System.IAsyncResult result) {
3679
            return base.Channel.EndSaveCheckList(result);
3680
        }
3681
        
3682
        private System.IAsyncResult OnBeginSaveCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
3683
            string project_no = ((string)(inValues[0]));
3684
            string _id = ((string)(inValues[1]));
3685
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[2]));
3686
            return this.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
3687
        }
3688
        
3689
        private object[] OnEndSaveCheckList(System.IAsyncResult result) {
3690
            bool retVal = this.EndSaveCheckList(result);
3691
            return new object[] {
3692
                    retVal};
3693
        }
3694
        
3695
        private void OnSaveCheckListCompleted(object state) {
3696
            if ((this.SaveCheckListCompleted != null)) {
3697
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3698
                this.SaveCheckListCompleted(this, new SaveCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3699
            }
3700
        }
3701
        
3702
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
3703
            this.SaveCheckListAsync(project_no, _id, Check_value, null);
3704
        }
3705
        
3706
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
3707
            if ((this.onBeginSaveCheckListDelegate == null)) {
3708
                this.onBeginSaveCheckListDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckList);
3709
            }
3710
            if ((this.onEndSaveCheckListDelegate == null)) {
3711
                this.onEndSaveCheckListDelegate = new EndOperationDelegate(this.OnEndSaveCheckList);
3712
            }
3713
            if ((this.onSaveCheckListCompletedDelegate == null)) {
3714
                this.onSaveCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListCompleted);
3715
            }
3716
            base.InvokeAsync(this.onBeginSaveCheckListDelegate, new object[] {
3717
                        project_no,
3718
                        _id,
3719
                        Check_value}, this.onEndSaveCheckListDelegate, this.onSaveCheckListCompletedDelegate, userState);
3720
        }
3721
        
3722
        public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
3723
            return base.Channel.AddCheckList(project_no, Check_value);
3724
        }
3725
        
3726
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3727
        public System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
3728
            return base.Channel.BeginAddCheckList(project_no, Check_value, callback, asyncState);
3729
        }
3730
        
3731
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3732
        public bool EndAddCheckList(System.IAsyncResult result) {
3733
            return base.Channel.EndAddCheckList(result);
3734
        }
3735
        
3736
        private System.IAsyncResult OnBeginAddCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
3737
            string project_no = ((string)(inValues[0]));
3738
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[1]));
3739
            return this.BeginAddCheckList(project_no, Check_value, callback, asyncState);
3740
        }
3741
        
3742
        private object[] OnEndAddCheckList(System.IAsyncResult result) {
3743
            bool retVal = this.EndAddCheckList(result);
3744
            return new object[] {
3745
                    retVal};
3746
        }
3747
        
3748
        private void OnAddCheckListCompleted(object state) {
3749
            if ((this.AddCheckListCompleted != null)) {
3750
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3751
                this.AddCheckListCompleted(this, new AddCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3752
            }
3753
        }
3754
        
3755
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
3756
            this.AddCheckListAsync(project_no, Check_value, null);
3757
        }
3758
        
3759
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
3760
            if ((this.onBeginAddCheckListDelegate == null)) {
3761
                this.onBeginAddCheckListDelegate = new BeginOperationDelegate(this.OnBeginAddCheckList);
3762
            }
3763
            if ((this.onEndAddCheckListDelegate == null)) {
3764
                this.onEndAddCheckListDelegate = new EndOperationDelegate(this.OnEndAddCheckList);
3765
            }
3766
            if ((this.onAddCheckListCompletedDelegate == null)) {
3767
                this.onAddCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListCompleted);
3768
            }
3769
            base.InvokeAsync(this.onBeginAddCheckListDelegate, new object[] {
3770
                        project_no,
3771
                        Check_value}, this.onEndAddCheckListDelegate, this.onAddCheckListCompletedDelegate, userState);
3772
        }
3773
        
3774
        public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) {
3775
            return base.Channel.GetCheckList(project_no, _id);
3776
        }
3777
        
3778
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3779
        public System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
3780
            return base.Channel.BeginGetCheckList(project_no, _id, callback, asyncState);
3781
        }
3782
        
3783
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3784
        public KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result) {
3785
            return base.Channel.EndGetCheckList(result);
3786
        }
3787
        
3788
        private System.IAsyncResult OnBeginGetCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
3789
            string project_no = ((string)(inValues[0]));
3790
            string _id = ((string)(inValues[1]));
3791
            return this.BeginGetCheckList(project_no, _id, callback, asyncState);
3792
        }
3793
        
3794
        private object[] OnEndGetCheckList(System.IAsyncResult result) {
3795
            KCOMDataModel.DataModel.CHECK_LIST retVal = this.EndGetCheckList(result);
3796
            return new object[] {
3797
                    retVal};
3798
        }
3799
        
3800
        private void OnGetCheckListCompleted(object state) {
3801
            if ((this.GetCheckListCompleted != null)) {
3802
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3803
                this.GetCheckListCompleted(this, new GetCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3804
            }
3805
        }
3806
        
3807
        public void GetCheckListAsync(string project_no, string _id) {
3808
            this.GetCheckListAsync(project_no, _id, null);
3809
        }
3810
        
3811
        public void GetCheckListAsync(string project_no, string _id, object userState) {
3812
            if ((this.onBeginGetCheckListDelegate == null)) {
3813
                this.onBeginGetCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetCheckList);
3814
            }
3815
            if ((this.onEndGetCheckListDelegate == null)) {
3816
                this.onEndGetCheckListDelegate = new EndOperationDelegate(this.OnEndGetCheckList);
3817
            }
3818
            if ((this.onGetCheckListCompletedDelegate == null)) {
3819
                this.onGetCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListCompleted);
3820
            }
3821
            base.InvokeAsync(this.onBeginGetCheckListDelegate, new object[] {
3822
                        project_no,
3823
                        _id}, this.onEndGetCheckListDelegate, this.onGetCheckListCompletedDelegate, userState);
3824
        }
3825
        
3826
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) {
3827
            return base.Channel.GetUserCheckList(project_no, user_id, doc_no);
3828
        }
3829
        
3830
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3831
        public System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState) {
3832
            return base.Channel.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
3833
        }
3834
        
3835
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3836
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result) {
3837
            return base.Channel.EndGetUserCheckList(result);
3838
        }
3839
        
3840
        private System.IAsyncResult OnBeginGetUserCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
3841
            string project_no = ((string)(inValues[0]));
3842
            string user_id = ((string)(inValues[1]));
3843
            string doc_no = ((string)(inValues[2]));
3844
            return this.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
3845
        }
3846
        
3847
        private object[] OnEndGetUserCheckList(System.IAsyncResult result) {
3848
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> retVal = this.EndGetUserCheckList(result);
3849
            return new object[] {
3850
                    retVal};
3851
        }
3852
        
3853
        private void OnGetUserCheckListCompleted(object state) {
3854
            if ((this.GetUserCheckListCompleted != null)) {
3855
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3856
                this.GetUserCheckListCompleted(this, new GetUserCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3857
            }
3858
        }
3859
        
3860
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no) {
3861
            this.GetUserCheckListAsync(project_no, user_id, doc_no, null);
3862
        }
3863
        
3864
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no, object userState) {
3865
            if ((this.onBeginGetUserCheckListDelegate == null)) {
3866
                this.onBeginGetUserCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetUserCheckList);
3867
            }
3868
            if ((this.onEndGetUserCheckListDelegate == null)) {
3869
                this.onEndGetUserCheckListDelegate = new EndOperationDelegate(this.OnEndGetUserCheckList);
3870
            }
3871
            if ((this.onGetUserCheckListCompletedDelegate == null)) {
3872
                this.onGetUserCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserCheckListCompleted);
3873
            }
3874
            base.InvokeAsync(this.onBeginGetUserCheckListDelegate, new object[] {
3875
                        project_no,
3876
                        user_id,
3877
                        doc_no}, this.onEndGetUserCheckListDelegate, this.onGetUserCheckListCompletedDelegate, userState);
3878
        }
3879
        
3880
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) {
3881
            return base.Channel.GetCheckListHistory(project_no, _id);
3882
        }
3883
        
3884
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3885
        public System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
3886
            return base.Channel.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
3887
        }
3888
        
3889
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3890
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result) {
3891
            return base.Channel.EndGetCheckListHistory(result);
3892
        }
3893
        
3894
        private System.IAsyncResult OnBeginGetCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
3895
            string project_no = ((string)(inValues[0]));
3896
            string _id = ((string)(inValues[1]));
3897
            return this.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
3898
        }
3899
        
3900
        private object[] OnEndGetCheckListHistory(System.IAsyncResult result) {
3901
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> retVal = this.EndGetCheckListHistory(result);
3902
            return new object[] {
3903
                    retVal};
3904
        }
3905
        
3906
        private void OnGetCheckListHistoryCompleted(object state) {
3907
            if ((this.GetCheckListHistoryCompleted != null)) {
3908
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3909
                this.GetCheckListHistoryCompleted(this, new GetCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3910
            }
3911
        }
3912
        
3913
        public void GetCheckListHistoryAsync(string project_no, string _id) {
3914
            this.GetCheckListHistoryAsync(project_no, _id, null);
3915
        }
3916
        
3917
        public void GetCheckListHistoryAsync(string project_no, string _id, object userState) {
3918
            if ((this.onBeginGetCheckListHistoryDelegate == null)) {
3919
                this.onBeginGetCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistory);
3920
            }
3921
            if ((this.onEndGetCheckListHistoryDelegate == null)) {
3922
                this.onEndGetCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistory);
3923
            }
3924
            if ((this.onGetCheckListHistoryCompletedDelegate == null)) {
3925
                this.onGetCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryCompleted);
3926
            }
3927
            base.InvokeAsync(this.onBeginGetCheckListHistoryDelegate, new object[] {
3928
                        project_no,
3929
                        _id}, this.onEndGetCheckListHistoryDelegate, this.onGetCheckListHistoryCompletedDelegate, userState);
3930
        }
3931
        
3932
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) {
3933
            return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev);
3934
        }
3935
        
3936
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3937
        public System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState) {
3938
            return base.Channel.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
3939
        }
3940
        
3941
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3942
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
3943
            return base.Channel.EndGetCheckListHistoryFirstOrDefault(result);
3944
        }
3945
        
3946
        private System.IAsyncResult OnBeginGetCheckListHistoryFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
3947
            string project_no = ((string)(inValues[0]));
3948
            string checklist_id = ((string)(inValues[1]));
3949
            string rev = ((string)(inValues[2]));
3950
            return this.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
3951
        }
3952
        
3953
        private object[] OnEndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
3954
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY retVal = this.EndGetCheckListHistoryFirstOrDefault(result);
3955
            return new object[] {
3956
                    retVal};
3957
        }
3958
        
3959
        private void OnGetCheckListHistoryFirstOrDefaultCompleted(object state) {
3960
            if ((this.GetCheckListHistoryFirstOrDefaultCompleted != null)) {
3961
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3962
                this.GetCheckListHistoryFirstOrDefaultCompleted(this, new GetCheckListHistoryFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3963
            }
3964
        }
3965
        
3966
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) {
3967
            this.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev, null);
3968
        }
3969
        
3970
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev, object userState) {
3971
            if ((this.onBeginGetCheckListHistoryFirstOrDefaultDelegate == null)) {
3972
                this.onBeginGetCheckListHistoryFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistoryFirstOrDefault);
3973
            }
3974
            if ((this.onEndGetCheckListHistoryFirstOrDefaultDelegate == null)) {
3975
                this.onEndGetCheckListHistoryFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistoryFirstOrDefault);
3976
            }
3977
            if ((this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate == null)) {
3978
                this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryFirstOrDefaultCompleted);
3979
            }
3980
            base.InvokeAsync(this.onBeginGetCheckListHistoryFirstOrDefaultDelegate, new object[] {
3981
                        project_no,
3982
                        checklist_id,
3983
                        rev}, this.onEndGetCheckListHistoryFirstOrDefaultDelegate, this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate, userState);
3984
        }
3985
        
3986
        public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
3987
            return base.Channel.SavePageAngle(project_no, _mldocpage);
3988
        }
3989
        
3990
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3991
        public System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState) {
3992
            return base.Channel.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
3993
        }
3994
        
3995
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3996
        public bool EndSavePageAngle(System.IAsyncResult result) {
3997
            return base.Channel.EndSavePageAngle(result);
3998
        }
3999
        
4000
        private System.IAsyncResult OnBeginSavePageAngle(object[] inValues, System.AsyncCallback callback, object asyncState) {
4001
            string project_no = ((string)(inValues[0]));
4002
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage = ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(inValues[1]));
4003
            return this.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
4004
        }
4005
        
4006
        private object[] OnEndSavePageAngle(System.IAsyncResult result) {
4007
            bool retVal = this.EndSavePageAngle(result);
4008
            return new object[] {
4009
                    retVal};
4010
        }
4011
        
4012
        private void OnSavePageAngleCompleted(object state) {
4013
            if ((this.SavePageAngleCompleted != null)) {
4014
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4015
                this.SavePageAngleCompleted(this, new SavePageAngleCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4016
            }
4017
        }
4018
        
4019
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
4020
            this.SavePageAngleAsync(project_no, _mldocpage, null);
4021
        }
4022
        
4023
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, object userState) {
4024
            if ((this.onBeginSavePageAngleDelegate == null)) {
4025
                this.onBeginSavePageAngleDelegate = new BeginOperationDelegate(this.OnBeginSavePageAngle);
4026
            }
4027
            if ((this.onEndSavePageAngleDelegate == null)) {
4028
                this.onEndSavePageAngleDelegate = new EndOperationDelegate(this.OnEndSavePageAngle);
4029
            }
4030
            if ((this.onSavePageAngleCompletedDelegate == null)) {
4031
                this.onSavePageAngleCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageAngleCompleted);
4032
            }
4033
            base.InvokeAsync(this.onBeginSavePageAngleDelegate, new object[] {
4034
                        project_no,
4035
                        _mldocpage}, this.onEndSavePageAngleDelegate, this.onSavePageAngleCompletedDelegate, userState);
4036
        }
4037
        
4038
        public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) {
4039
            return base.Channel.GetMarkupInfo(project_no, _id);
4040
        }
4041
        
4042
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4043
        public System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4044
            return base.Channel.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
4045
        }
4046
        
4047
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4048
        public KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result) {
4049
            return base.Channel.EndGetMarkupInfo(result);
4050
        }
4051
        
4052
        private System.IAsyncResult OnBeginGetMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4053
            string project_no = ((string)(inValues[0]));
4054
            string _id = ((string)(inValues[1]));
4055
            return this.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
4056
        }
4057
        
4058
        private object[] OnEndGetMarkupInfo(System.IAsyncResult result) {
4059
            KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndGetMarkupInfo(result);
4060
            return new object[] {
4061
                    retVal};
4062
        }
4063
        
4064
        private void OnGetMarkupInfoCompleted(object state) {
4065
            if ((this.GetMarkupInfoCompleted != null)) {
4066
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4067
                this.GetMarkupInfoCompleted(this, new GetMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4068
            }
4069
        }
4070
        
4071
        public void GetMarkupInfoAsync(string project_no, string _id) {
4072
            this.GetMarkupInfoAsync(project_no, _id, null);
4073
        }
4074
        
4075
        public void GetMarkupInfoAsync(string project_no, string _id, object userState) {
4076
            if ((this.onBeginGetMarkupInfoDelegate == null)) {
4077
                this.onBeginGetMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfo);
4078
            }
4079
            if ((this.onEndGetMarkupInfoDelegate == null)) {
4080
                this.onEndGetMarkupInfoDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfo);
4081
            }
4082
            if ((this.onGetMarkupInfoCompletedDelegate == null)) {
4083
                this.onGetMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoCompleted);
4084
            }
4085
            base.InvokeAsync(this.onBeginGetMarkupInfoDelegate, new object[] {
4086
                        project_no,
4087
                        _id}, this.onEndGetMarkupInfoDelegate, this.onGetMarkupInfoCompletedDelegate, userState);
4088
        }
4089
        
4090
        public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) {
4091
            return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo);
4092
        }
4093
        
4094
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4095
        public System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) {
4096
            return base.Channel.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
4097
        }
4098
        
4099
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4100
        public System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result) {
4101
            return base.Channel.EndGetMarkupDataListperPage(result);
4102
        }
4103
        
4104
        private System.IAsyncResult OnBeginGetMarkupDataListperPage(object[] inValues, System.AsyncCallback callback, object asyncState) {
4105
            string project_no = ((string)(inValues[0]));
4106
            string _markupinfoid = ((string)(inValues[1]));
4107
            int _pageNo = ((int)(inValues[2]));
4108
            return this.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
4109
        }
4110
        
4111
        private object[] OnEndGetMarkupDataListperPage(System.IAsyncResult result) {
4112
            System.Collections.Generic.List<string> retVal = this.EndGetMarkupDataListperPage(result);
4113
            return new object[] {
4114
                    retVal};
4115
        }
4116
        
4117
        private void OnGetMarkupDataListperPageCompleted(object state) {
4118
            if ((this.GetMarkupDataListperPageCompleted != null)) {
4119
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4120
                this.GetMarkupDataListperPageCompleted(this, new GetMarkupDataListperPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4121
            }
4122
        }
4123
        
4124
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4125
            this.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo, null);
4126
        }
4127
        
4128
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) {
4129
            if ((this.onBeginGetMarkupDataListperPageDelegate == null)) {
4130
                this.onBeginGetMarkupDataListperPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataListperPage);
4131
            }
4132
            if ((this.onEndGetMarkupDataListperPageDelegate == null)) {
4133
                this.onEndGetMarkupDataListperPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataListperPage);
4134
            }
4135
            if ((this.onGetMarkupDataListperPageCompletedDelegate == null)) {
4136
                this.onGetMarkupDataListperPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListperPageCompleted);
4137
            }
4138
            base.InvokeAsync(this.onBeginGetMarkupDataListperPageDelegate, new object[] {
4139
                        project_no,
4140
                        _markupinfoid,
4141
                        _pageNo}, this.onEndGetMarkupDataListperPageDelegate, this.onGetMarkupDataListperPageCompletedDelegate, userState);
4142
        }
4143
        
4144
        public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
4145
            return base.Channel.AddMarkupInfo(project_no, value);
4146
        }
4147
        
4148
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4149
        public System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
4150
            return base.Channel.BeginAddMarkupInfo(project_no, value, callback, asyncState);
4151
        }
4152
        
4153
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4154
        public bool EndAddMarkupInfo(System.IAsyncResult result) {
4155
            return base.Channel.EndAddMarkupInfo(result);
4156
        }
4157
        
4158
        private System.IAsyncResult OnBeginAddMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4159
            string project_no = ((string)(inValues[0]));
4160
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[1]));
4161
            return this.BeginAddMarkupInfo(project_no, value, callback, asyncState);
4162
        }
4163
        
4164
        private object[] OnEndAddMarkupInfo(System.IAsyncResult result) {
4165
            bool retVal = this.EndAddMarkupInfo(result);
4166
            return new object[] {
4167
                    retVal};
4168
        }
4169
        
4170
        private void OnAddMarkupInfoCompleted(object state) {
4171
            if ((this.AddMarkupInfoCompleted != null)) {
4172
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4173
                this.AddMarkupInfoCompleted(this, new AddMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4174
            }
4175
        }
4176
        
4177
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
4178
            this.AddMarkupInfoAsync(project_no, value, null);
4179
        }
4180
        
4181
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
4182
            if ((this.onBeginAddMarkupInfoDelegate == null)) {
4183
                this.onBeginAddMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfo);
4184
            }
4185
            if ((this.onEndAddMarkupInfoDelegate == null)) {
4186
                this.onEndAddMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfo);
4187
            }
4188
            if ((this.onAddMarkupInfoCompletedDelegate == null)) {
4189
                this.onAddMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoCompleted);
4190
            }
4191
            base.InvokeAsync(this.onBeginAddMarkupInfoDelegate, new object[] {
4192
                        project_no,
4193
                        value}, this.onEndAddMarkupInfoDelegate, this.onAddMarkupInfoCompletedDelegate, userState);
4194
        }
4195
        
4196
        public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
4197
            return base.Channel.AddMarkupInfoVersion(project_no, value);
4198
        }
4199
        
4200
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4201
        public System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState) {
4202
            return base.Channel.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
4203
        }
4204
        
4205
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4206
        public bool EndAddMarkupInfoVersion(System.IAsyncResult result) {
4207
            return base.Channel.EndAddMarkupInfoVersion(result);
4208
        }
4209
        
4210
        private System.IAsyncResult OnBeginAddMarkupInfoVersion(object[] inValues, System.AsyncCallback callback, object asyncState) {
4211
            string project_no = ((string)(inValues[0]));
4212
            KCOMDataModel.DataModel.MARKUP_INFO_VERSION value = ((KCOMDataModel.DataModel.MARKUP_INFO_VERSION)(inValues[1]));
4213
            return this.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
4214
        }
4215
        
4216
        private object[] OnEndAddMarkupInfoVersion(System.IAsyncResult result) {
4217
            bool retVal = this.EndAddMarkupInfoVersion(result);
4218
            return new object[] {
4219
                    retVal};
4220
        }
4221
        
4222
        private void OnAddMarkupInfoVersionCompleted(object state) {
4223
            if ((this.AddMarkupInfoVersionCompleted != null)) {
4224
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4225
                this.AddMarkupInfoVersionCompleted(this, new AddMarkupInfoVersionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4226
            }
4227
        }
4228
        
4229
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
4230
            this.AddMarkupInfoVersionAsync(project_no, value, null);
4231
        }
4232
        
4233
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, object userState) {
4234
            if ((this.onBeginAddMarkupInfoVersionDelegate == null)) {
4235
                this.onBeginAddMarkupInfoVersionDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfoVersion);
4236
            }
4237
            if ((this.onEndAddMarkupInfoVersionDelegate == null)) {
4238
                this.onEndAddMarkupInfoVersionDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfoVersion);
4239
            }
4240
            if ((this.onAddMarkupInfoVersionCompletedDelegate == null)) {
4241
                this.onAddMarkupInfoVersionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoVersionCompleted);
4242
            }
4243
            base.InvokeAsync(this.onBeginAddMarkupInfoVersionDelegate, new object[] {
4244
                        project_no,
4245
                        value}, this.onEndAddMarkupInfoVersionDelegate, this.onAddMarkupInfoVersionCompletedDelegate, userState);
4246
        }
4247
        
4248
        public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
4249
            return base.Channel.AddMarkupData(project_no, value);
4250
        }
4251
        
4252
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4253
        public System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState) {
4254
            return base.Channel.BeginAddMarkupData(project_no, value, callback, asyncState);
4255
        }
4256
        
4257
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4258
        public bool EndAddMarkupData(System.IAsyncResult result) {
4259
            return base.Channel.EndAddMarkupData(result);
4260
        }
4261
        
4262
        private System.IAsyncResult OnBeginAddMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4263
            string project_no = ((string)(inValues[0]));
4264
            KCOMDataModel.DataModel.MARKUP_DATA value = ((KCOMDataModel.DataModel.MARKUP_DATA)(inValues[1]));
4265
            return this.BeginAddMarkupData(project_no, value, callback, asyncState);
4266
        }
4267
        
4268
        private object[] OnEndAddMarkupData(System.IAsyncResult result) {
4269
            bool retVal = this.EndAddMarkupData(result);
4270
            return new object[] {
4271
                    retVal};
4272
        }
4273
        
4274
        private void OnAddMarkupDataCompleted(object state) {
4275
            if ((this.AddMarkupDataCompleted != null)) {
4276
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4277
                this.AddMarkupDataCompleted(this, new AddMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4278
            }
4279
        }
4280
        
4281
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
4282
            this.AddMarkupDataAsync(project_no, value, null);
4283
        }
4284
        
4285
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, object userState) {
4286
            if ((this.onBeginAddMarkupDataDelegate == null)) {
4287
                this.onBeginAddMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupData);
4288
            }
4289
            if ((this.onEndAddMarkupDataDelegate == null)) {
4290
                this.onEndAddMarkupDataDelegate = new EndOperationDelegate(this.OnEndAddMarkupData);
4291
            }
4292
            if ((this.onAddMarkupDataCompletedDelegate == null)) {
4293
                this.onAddMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataCompleted);
4294
            }
4295
            base.InvokeAsync(this.onBeginAddMarkupDataDelegate, new object[] {
4296
                        project_no,
4297
                        value}, this.onEndAddMarkupDataDelegate, this.onAddMarkupDataCompletedDelegate, userState);
4298
        }
4299
        
4300
        public bool AvoidMarkupInfo(string project_no, string _doc_id) {
4301
            return base.Channel.AvoidMarkupInfo(project_no, _doc_id);
4302
        }
4303
        
4304
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4305
        public System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState) {
4306
            return base.Channel.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
4307
        }
4308
        
4309
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4310
        public bool EndAvoidMarkupInfo(System.IAsyncResult result) {
4311
            return base.Channel.EndAvoidMarkupInfo(result);
4312
        }
4313
        
4314
        private System.IAsyncResult OnBeginAvoidMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4315
            string project_no = ((string)(inValues[0]));
4316
            string _doc_id = ((string)(inValues[1]));
4317
            return this.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
4318
        }
4319
        
4320
        private object[] OnEndAvoidMarkupInfo(System.IAsyncResult result) {
4321
            bool retVal = this.EndAvoidMarkupInfo(result);
4322
            return new object[] {
4323
                    retVal};
4324
        }
4325
        
4326
        private void OnAvoidMarkupInfoCompleted(object state) {
4327
            if ((this.AvoidMarkupInfoCompleted != null)) {
4328
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4329
                this.AvoidMarkupInfoCompleted(this, new AvoidMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4330
            }
4331
        }
4332
        
4333
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id) {
4334
            this.AvoidMarkupInfoAsync(project_no, _doc_id, null);
4335
        }
4336
        
4337
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id, object userState) {
4338
            if ((this.onBeginAvoidMarkupInfoDelegate == null)) {
4339
                this.onBeginAvoidMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAvoidMarkupInfo);
4340
            }
4341
            if ((this.onEndAvoidMarkupInfoDelegate == null)) {
4342
                this.onEndAvoidMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAvoidMarkupInfo);
4343
            }
4344
            if ((this.onAvoidMarkupInfoCompletedDelegate == null)) {
4345
                this.onAvoidMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAvoidMarkupInfoCompleted);
4346
            }
4347
            base.InvokeAsync(this.onBeginAvoidMarkupInfoDelegate, new object[] {
4348
                        project_no,
4349
                        _doc_id}, this.onEndAvoidMarkupInfoDelegate, this.onAvoidMarkupInfoCompletedDelegate, userState);
4350
        }
4351
        
4352
        public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
4353
            return base.Channel.SaveMarkupInfo(project_no, _id, value);
4354
        }
4355
        
4356
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4357
        public System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
4358
            return base.Channel.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
4359
        }
4360
        
4361
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4362
        public bool EndSaveMarkupInfo(System.IAsyncResult result) {
4363
            return base.Channel.EndSaveMarkupInfo(result);
4364
        }
4365
        
4366
        private System.IAsyncResult OnBeginSaveMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4367
            string project_no = ((string)(inValues[0]));
4368
            string _id = ((string)(inValues[1]));
4369
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[2]));
4370
            return this.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
4371
        }
4372
        
4373
        private object[] OnEndSaveMarkupInfo(System.IAsyncResult result) {
4374
            bool retVal = this.EndSaveMarkupInfo(result);
4375
            return new object[] {
4376
                    retVal};
4377
        }
4378
        
4379
        private void OnSaveMarkupInfoCompleted(object state) {
4380
            if ((this.SaveMarkupInfoCompleted != null)) {
4381
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4382
                this.SaveMarkupInfoCompleted(this, new SaveMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4383
            }
4384
        }
4385
        
4386
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
4387
            this.SaveMarkupInfoAsync(project_no, _id, value, null);
4388
        }
4389
        
4390
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
4391
            if ((this.onBeginSaveMarkupInfoDelegate == null)) {
4392
                this.onBeginSaveMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupInfo);
4393
            }
4394
            if ((this.onEndSaveMarkupInfoDelegate == null)) {
4395
                this.onEndSaveMarkupInfoDelegate = new EndOperationDelegate(this.OnEndSaveMarkupInfo);
4396
            }
4397
            if ((this.onSaveMarkupInfoCompletedDelegate == null)) {
4398
                this.onSaveMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupInfoCompleted);
4399
            }
4400
            base.InvokeAsync(this.onBeginSaveMarkupInfoDelegate, new object[] {
4401
                        project_no,
4402
                        _id,
4403
                        value}, this.onEndSaveMarkupInfoDelegate, this.onSaveMarkupInfoCompletedDelegate, userState);
4404
        }
4405
        
4406
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) {
4407
            return base.Channel.GetMarkupDataList(project_no, _versionid);
4408
        }
4409
        
4410
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4411
        public System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState) {
4412
            return base.Channel.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
4413
        }
4414
        
4415
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4416
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result) {
4417
            return base.Channel.EndGetMarkupDataList(result);
4418
        }
4419
        
4420
        private System.IAsyncResult OnBeginGetMarkupDataList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4421
            string project_no = ((string)(inValues[0]));
4422
            string _versionid = ((string)(inValues[1]));
4423
            return this.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
4424
        }
4425
        
4426
        private object[] OnEndGetMarkupDataList(System.IAsyncResult result) {
4427
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndGetMarkupDataList(result);
4428
            return new object[] {
4429
                    retVal};
4430
        }
4431
        
4432
        private void OnGetMarkupDataListCompleted(object state) {
4433
            if ((this.GetMarkupDataListCompleted != null)) {
4434
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4435
                this.GetMarkupDataListCompleted(this, new GetMarkupDataListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4436
            }
4437
        }
4438
        
4439
        public void GetMarkupDataListAsync(string project_no, string _versionid) {
4440
            this.GetMarkupDataListAsync(project_no, _versionid, null);
4441
        }
4442
        
4443
        public void GetMarkupDataListAsync(string project_no, string _versionid, object userState) {
4444
            if ((this.onBeginGetMarkupDataListDelegate == null)) {
4445
                this.onBeginGetMarkupDataListDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataList);
4446
            }
4447
            if ((this.onEndGetMarkupDataListDelegate == null)) {
4448
                this.onEndGetMarkupDataListDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataList);
4449
            }
4450
            if ((this.onGetMarkupDataListCompletedDelegate == null)) {
4451
                this.onGetMarkupDataListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListCompleted);
4452
            }
4453
            base.InvokeAsync(this.onBeginGetMarkupDataListDelegate, new object[] {
4454
                        project_no,
4455
                        _versionid}, this.onEndGetMarkupDataListDelegate, this.onGetMarkupDataListCompletedDelegate, userState);
4456
        }
4457
        
4458
        public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4459
            return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems);
4460
        }
4461
        
4462
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4463
        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) {
4464
            return base.Channel.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4465
        }
4466
        
4467
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4468
        public bool EndConsolidate(System.IAsyncResult result) {
4469
            return base.Channel.EndConsolidate(result);
4470
        }
4471
        
4472
        private System.IAsyncResult OnBeginConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
4473
            string project_no = ((string)(inValues[0]));
4474
            string _user_id = ((string)(inValues[1]));
4475
            string _doc_id = ((string)(inValues[2]));
4476
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
4477
            return this.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4478
        }
4479
        
4480
        private object[] OnEndConsolidate(System.IAsyncResult result) {
4481
            bool retVal = this.EndConsolidate(result);
4482
            return new object[] {
4483
                    retVal};
4484
        }
4485
        
4486
        private void OnConsolidateCompleted(object state) {
4487
            if ((this.ConsolidateCompleted != null)) {
4488
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4489
                this.ConsolidateCompleted(this, new ConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4490
            }
4491
        }
4492
        
4493
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4494
            this.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
4495
        }
4496
        
4497
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
4498
            if ((this.onBeginConsolidateDelegate == null)) {
4499
                this.onBeginConsolidateDelegate = new BeginOperationDelegate(this.OnBeginConsolidate);
4500
            }
4501
            if ((this.onEndConsolidateDelegate == null)) {
4502
                this.onEndConsolidateDelegate = new EndOperationDelegate(this.OnEndConsolidate);
4503
            }
4504
            if ((this.onConsolidateCompletedDelegate == null)) {
4505
                this.onConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateCompleted);
4506
            }
4507
            base.InvokeAsync(this.onBeginConsolidateDelegate, new object[] {
4508
                        project_no,
4509
                        _user_id,
4510
                        _doc_id,
4511
                        markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState);
4512
        }
4513
        
4514
        public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4515
            return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems);
4516
        }
4517
        
4518
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4519
        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) {
4520
            return base.Channel.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4521
        }
4522
        
4523
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4524
        public bool EndTeamConsolidate(System.IAsyncResult result) {
4525
            return base.Channel.EndTeamConsolidate(result);
4526
        }
4527
        
4528
        private System.IAsyncResult OnBeginTeamConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
4529
            string project_no = ((string)(inValues[0]));
4530
            string _user_id = ((string)(inValues[1]));
4531
            string _doc_id = ((string)(inValues[2]));
4532
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
4533
            return this.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4534
        }
4535
        
4536
        private object[] OnEndTeamConsolidate(System.IAsyncResult result) {
4537
            bool retVal = this.EndTeamConsolidate(result);
4538
            return new object[] {
4539
                    retVal};
4540
        }
4541
        
4542
        private void OnTeamConsolidateCompleted(object state) {
4543
            if ((this.TeamConsolidateCompleted != null)) {
4544
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4545
                this.TeamConsolidateCompleted(this, new TeamConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4546
            }
4547
        }
4548
        
4549
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4550
            this.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
4551
        }
4552
        
4553
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
4554
            if ((this.onBeginTeamConsolidateDelegate == null)) {
4555
                this.onBeginTeamConsolidateDelegate = new BeginOperationDelegate(this.OnBeginTeamConsolidate);
4556
            }
4557
            if ((this.onEndTeamConsolidateDelegate == null)) {
4558
                this.onEndTeamConsolidateDelegate = new EndOperationDelegate(this.OnEndTeamConsolidate);
4559
            }
4560
            if ((this.onTeamConsolidateCompletedDelegate == null)) {
4561
                this.onTeamConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnTeamConsolidateCompleted);
4562
            }
4563
            base.InvokeAsync(this.onBeginTeamConsolidateDelegate, new object[] {
4564
                        project_no,
4565
                        _user_id,
4566
                        _doc_id,
4567
                        markupInfoItems}, this.onEndTeamConsolidateDelegate, this.onTeamConsolidateCompletedDelegate, userState);
4568
        }
4569
        
4570
        public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) {
4571
            return base.Channel.GetMember(project_no, user_id);
4572
        }
4573
        
4574
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4575
        public System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
4576
            return base.Channel.BeginGetMember(project_no, user_id, callback, asyncState);
4577
        }
4578
        
4579
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4580
        public KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result) {
4581
            return base.Channel.EndGetMember(result);
4582
        }
4583
        
4584
        private System.IAsyncResult OnBeginGetMember(object[] inValues, System.AsyncCallback callback, object asyncState) {
4585
            string project_no = ((string)(inValues[0]));
4586
            string user_id = ((string)(inValues[1]));
4587
            return this.BeginGetMember(project_no, user_id, callback, asyncState);
4588
        }
4589
        
4590
        private object[] OnEndGetMember(System.IAsyncResult result) {
4591
            KCOMDataModel.DataModel.MEMBER retVal = this.EndGetMember(result);
4592
            return new object[] {
4593
                    retVal};
4594
        }
4595
        
4596
        private void OnGetMemberCompleted(object state) {
4597
            if ((this.GetMemberCompleted != null)) {
4598
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4599
                this.GetMemberCompleted(this, new GetMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4600
            }
4601
        }
4602
        
4603
        public void GetMemberAsync(string project_no, string user_id) {
4604
            this.GetMemberAsync(project_no, user_id, null);
4605
        }
4606
        
4607
        public void GetMemberAsync(string project_no, string user_id, object userState) {
4608
            if ((this.onBeginGetMemberDelegate == null)) {
4609
                this.onBeginGetMemberDelegate = new BeginOperationDelegate(this.OnBeginGetMember);
4610
            }
4611
            if ((this.onEndGetMemberDelegate == null)) {
4612
                this.onEndGetMemberDelegate = new EndOperationDelegate(this.OnEndGetMember);
4613
            }
4614
            if ((this.onGetMemberCompletedDelegate == null)) {
4615
                this.onGetMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMemberCompleted);
4616
            }
4617
            base.InvokeAsync(this.onBeginGetMemberDelegate, new object[] {
4618
                        project_no,
4619
                        user_id}, this.onEndGetMemberDelegate, this.onGetMemberCompletedDelegate, userState);
4620
        }
4621
        
4622
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) {
4623
            return base.Channel.GetSymbolList(user_id);
4624
        }
4625
        
4626
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4627
        public System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState) {
4628
            return base.Channel.BeginGetSymbolList(user_id, callback, asyncState);
4629
        }
4630
        
4631
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4632
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result) {
4633
            return base.Channel.EndGetSymbolList(result);
4634
        }
4635
        
4636
        private System.IAsyncResult OnBeginGetSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4637
            string user_id = ((string)(inValues[0]));
4638
            return this.BeginGetSymbolList(user_id, callback, asyncState);
4639
        }
4640
        
4641
        private object[] OnEndGetSymbolList(System.IAsyncResult result) {
4642
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> retVal = this.EndGetSymbolList(result);
4643
            return new object[] {
4644
                    retVal};
4645
        }
4646
        
4647
        private void OnGetSymbolListCompleted(object state) {
4648
            if ((this.GetSymbolListCompleted != null)) {
4649
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4650
                this.GetSymbolListCompleted(this, new GetSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4651
            }
4652
        }
4653
        
4654
        public void GetSymbolListAsync(string user_id) {
4655
            this.GetSymbolListAsync(user_id, null);
4656
        }
4657
        
4658
        public void GetSymbolListAsync(string user_id, object userState) {
4659
            if ((this.onBeginGetSymbolListDelegate == null)) {
4660
                this.onBeginGetSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolList);
4661
            }
4662
            if ((this.onEndGetSymbolListDelegate == null)) {
4663
                this.onEndGetSymbolListDelegate = new EndOperationDelegate(this.OnEndGetSymbolList);
4664
            }
4665
            if ((this.onGetSymbolListCompletedDelegate == null)) {
4666
                this.onGetSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolListCompleted);
4667
            }
4668
            base.InvokeAsync(this.onBeginGetSymbolListDelegate, new object[] {
4669
                        user_id}, this.onEndGetSymbolListDelegate, this.onGetSymbolListCompletedDelegate, userState);
4670
        }
4671
        
4672
        public System.Collections.Generic.List<string> GetPublicSymbolDeptList() {
4673
            return base.Channel.GetPublicSymbolDeptList();
4674
        }
4675
        
4676
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4677
        public System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState) {
4678
            return base.Channel.BeginGetPublicSymbolDeptList(callback, asyncState);
4679
        }
4680
        
4681
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4682
        public System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result) {
4683
            return base.Channel.EndGetPublicSymbolDeptList(result);
4684
        }
4685
        
4686
        private System.IAsyncResult OnBeginGetPublicSymbolDeptList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4687
            return this.BeginGetPublicSymbolDeptList(callback, asyncState);
4688
        }
4689
        
4690
        private object[] OnEndGetPublicSymbolDeptList(System.IAsyncResult result) {
4691
            System.Collections.Generic.List<string> retVal = this.EndGetPublicSymbolDeptList(result);
4692
            return new object[] {
4693
                    retVal};
4694
        }
4695
        
4696
        private void OnGetPublicSymbolDeptListCompleted(object state) {
4697
            if ((this.GetPublicSymbolDeptListCompleted != null)) {
4698
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4699
                this.GetPublicSymbolDeptListCompleted(this, new GetPublicSymbolDeptListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4700
            }
4701
        }
4702
        
4703
        public void GetPublicSymbolDeptListAsync() {
4704
            this.GetPublicSymbolDeptListAsync(null);
4705
        }
4706
        
4707
        public void GetPublicSymbolDeptListAsync(object userState) {
4708
            if ((this.onBeginGetPublicSymbolDeptListDelegate == null)) {
4709
                this.onBeginGetPublicSymbolDeptListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolDeptList);
4710
            }
4711
            if ((this.onEndGetPublicSymbolDeptListDelegate == null)) {
4712
                this.onEndGetPublicSymbolDeptListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolDeptList);
4713
            }
4714
            if ((this.onGetPublicSymbolDeptListCompletedDelegate == null)) {
4715
                this.onGetPublicSymbolDeptListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolDeptListCompleted);
4716
            }
4717
            base.InvokeAsync(this.onBeginGetPublicSymbolDeptListDelegate, null, this.onEndGetPublicSymbolDeptListDelegate, this.onGetPublicSymbolDeptListCompletedDelegate, userState);
4718
        }
4719
        
4720
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) {
4721
            return base.Channel.GetPublicSymbolList(dept);
4722
        }
4723
        
4724
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4725
        public System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState) {
4726
            return base.Channel.BeginGetPublicSymbolList(dept, callback, asyncState);
4727
        }
4728
        
4729
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4730
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result) {
4731
            return base.Channel.EndGetPublicSymbolList(result);
4732
        }
4733
        
4734
        private System.IAsyncResult OnBeginGetPublicSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4735
            string dept = ((string)(inValues[0]));
4736
            return this.BeginGetPublicSymbolList(dept, callback, asyncState);
4737
        }
4738
        
4739
        private object[] OnEndGetPublicSymbolList(System.IAsyncResult result) {
4740
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> retVal = this.EndGetPublicSymbolList(result);
4741
            return new object[] {
4742
                    retVal};
4743
        }
4744
        
4745
        private void OnGetPublicSymbolListCompleted(object state) {
4746
            if ((this.GetPublicSymbolListCompleted != null)) {
4747
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4748
                this.GetPublicSymbolListCompleted(this, new GetPublicSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4749
            }
4750
        }
4751
        
4752
        public void GetPublicSymbolListAsync(string dept) {
4753
            this.GetPublicSymbolListAsync(dept, null);
4754
        }
4755
        
4756
        public void GetPublicSymbolListAsync(string dept, object userState) {
4757
            if ((this.onBeginGetPublicSymbolListDelegate == null)) {
4758
                this.onBeginGetPublicSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolList);
4759
            }
4760
            if ((this.onEndGetPublicSymbolListDelegate == null)) {
4761
                this.onEndGetPublicSymbolListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolList);
4762
            }
4763
            if ((this.onGetPublicSymbolListCompletedDelegate == null)) {
4764
                this.onGetPublicSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolListCompleted);
4765
            }
4766
            base.InvokeAsync(this.onBeginGetPublicSymbolListDelegate, new object[] {
4767
                        dept}, this.onEndGetPublicSymbolListDelegate, this.onGetPublicSymbolListCompletedDelegate, userState);
4768
        }
4769
        
4770
        public string GetSymbolData(string id, int type) {
4771
            return base.Channel.GetSymbolData(id, type);
4772
        }
4773
        
4774
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4775
        public System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState) {
4776
            return base.Channel.BeginGetSymbolData(id, type, callback, asyncState);
4777
        }
4778
        
4779
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4780
        public string EndGetSymbolData(System.IAsyncResult result) {
4781
            return base.Channel.EndGetSymbolData(result);
4782
        }
4783
        
4784
        private System.IAsyncResult OnBeginGetSymbolData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4785
            string id = ((string)(inValues[0]));
4786
            int type = ((int)(inValues[1]));
4787
            return this.BeginGetSymbolData(id, type, callback, asyncState);
4788
        }
4789
        
4790
        private object[] OnEndGetSymbolData(System.IAsyncResult result) {
4791
            string retVal = this.EndGetSymbolData(result);
4792
            return new object[] {
4793
                    retVal};
4794
        }
4795
        
4796
        private void OnGetSymbolDataCompleted(object state) {
4797
            if ((this.GetSymbolDataCompleted != null)) {
4798
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4799
                this.GetSymbolDataCompleted(this, new GetSymbolDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4800
            }
4801
        }
4802
        
4803
        public void GetSymbolDataAsync(string id, int type) {
4804
            this.GetSymbolDataAsync(id, type, null);
4805
        }
4806
        
4807
        public void GetSymbolDataAsync(string id, int type, object userState) {
4808
            if ((this.onBeginGetSymbolDataDelegate == null)) {
4809
                this.onBeginGetSymbolDataDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolData);
4810
            }
4811
            if ((this.onEndGetSymbolDataDelegate == null)) {
4812
                this.onEndGetSymbolDataDelegate = new EndOperationDelegate(this.OnEndGetSymbolData);
4813
            }
4814
            if ((this.onGetSymbolDataCompletedDelegate == null)) {
4815
                this.onGetSymbolDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolDataCompleted);
4816
            }
4817
            base.InvokeAsync(this.onBeginGetSymbolDataDelegate, new object[] {
4818
                        id,
4819
                        type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState);
4820
        }
4821
        
4822
        public string GetSignData(string project_no, string user_id) {
4823
            return base.Channel.GetSignData(project_no, user_id);
4824
        }
4825
        
4826
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4827
        public System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
4828
            return base.Channel.BeginGetSignData(project_no, user_id, callback, asyncState);
4829
        }
4830
        
4831
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4832
        public string EndGetSignData(System.IAsyncResult result) {
4833
            return base.Channel.EndGetSignData(result);
4834
        }
4835
        
4836
        private System.IAsyncResult OnBeginGetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4837
            string project_no = ((string)(inValues[0]));
4838
            string user_id = ((string)(inValues[1]));
4839
            return this.BeginGetSignData(project_no, user_id, callback, asyncState);
4840
        }
4841
        
4842
        private object[] OnEndGetSignData(System.IAsyncResult result) {
4843
            string retVal = this.EndGetSignData(result);
4844
            return new object[] {
4845
                    retVal};
4846
        }
4847
        
4848
        private void OnGetSignDataCompleted(object state) {
4849
            if ((this.GetSignDataCompleted != null)) {
4850
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4851
                this.GetSignDataCompleted(this, new GetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4852
            }
4853
        }
4854
        
4855
        public void GetSignDataAsync(string project_no, string user_id) {
4856
            this.GetSignDataAsync(project_no, user_id, null);
4857
        }
4858
        
4859
        public void GetSignDataAsync(string project_no, string user_id, object userState) {
4860
            if ((this.onBeginGetSignDataDelegate == null)) {
4861
                this.onBeginGetSignDataDelegate = new BeginOperationDelegate(this.OnBeginGetSignData);
4862
            }
4863
            if ((this.onEndGetSignDataDelegate == null)) {
4864
                this.onEndGetSignDataDelegate = new EndOperationDelegate(this.OnEndGetSignData);
4865
            }
4866
            if ((this.onGetSignDataCompletedDelegate == null)) {
4867
                this.onGetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignDataCompleted);
4868
            }
4869
            base.InvokeAsync(this.onBeginGetSignDataDelegate, new object[] {
4870
                        project_no,
4871
                        user_id}, this.onEndGetSignDataDelegate, this.onGetSignDataCompletedDelegate, userState);
4872
        }
4873
        
4874
        public string GetProjectName(string project_no) {
4875
            return base.Channel.GetProjectName(project_no);
4876
        }
4877
        
4878
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4879
        public System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState) {
4880
            return base.Channel.BeginGetProjectName(project_no, callback, asyncState);
4881
        }
4882
        
4883
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4884
        public string EndGetProjectName(System.IAsyncResult result) {
4885
            return base.Channel.EndGetProjectName(result);
4886
        }
4887
        
4888
        private System.IAsyncResult OnBeginGetProjectName(object[] inValues, System.AsyncCallback callback, object asyncState) {
4889
            string project_no = ((string)(inValues[0]));
4890
            return this.BeginGetProjectName(project_no, callback, asyncState);
4891
        }
4892
        
4893
        private object[] OnEndGetProjectName(System.IAsyncResult result) {
4894
            string retVal = this.EndGetProjectName(result);
4895
            return new object[] {
4896
                    retVal};
4897
        }
4898
        
4899
        private void OnGetProjectNameCompleted(object state) {
4900
            if ((this.GetProjectNameCompleted != null)) {
4901
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4902
                this.GetProjectNameCompleted(this, new GetProjectNameCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4903
            }
4904
        }
4905
        
4906
        public void GetProjectNameAsync(string project_no) {
4907
            this.GetProjectNameAsync(project_no, null);
4908
        }
4909
        
4910
        public void GetProjectNameAsync(string project_no, object userState) {
4911
            if ((this.onBeginGetProjectNameDelegate == null)) {
4912
                this.onBeginGetProjectNameDelegate = new BeginOperationDelegate(this.OnBeginGetProjectName);
4913
            }
4914
            if ((this.onEndGetProjectNameDelegate == null)) {
4915
                this.onEndGetProjectNameDelegate = new EndOperationDelegate(this.OnEndGetProjectName);
4916
            }
4917
            if ((this.onGetProjectNameCompletedDelegate == null)) {
4918
                this.onGetProjectNameCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetProjectNameCompleted);
4919
            }
4920
            base.InvokeAsync(this.onBeginGetProjectNameDelegate, new object[] {
4921
                        project_no}, this.onEndGetProjectNameDelegate, this.onGetProjectNameCompletedDelegate, userState);
4922
        }
4923
        
4924
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) {
4925
            return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev);
4926
        }
4927
        
4928
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4929
        public System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState) {
4930
            return base.Channel.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
4931
        }
4932
        
4933
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4934
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result) {
4935
            return base.Channel.EndGetPreRevSelect(result);
4936
        }
4937
        
4938
        private System.IAsyncResult OnBeginGetPreRevSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
4939
            string project_no = ((string)(inValues[0]));
4940
            string doc_no = ((string)(inValues[1]));
4941
            string current_rev = ((string)(inValues[2]));
4942
            return this.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
4943
        }
4944
        
4945
        private object[] OnEndGetPreRevSelect(System.IAsyncResult result) {
4946
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> retVal = this.EndGetPreRevSelect(result);
4947
            return new object[] {
4948
                    retVal};
4949
        }
4950
        
4951
        private void OnGetPreRevSelectCompleted(object state) {
4952
            if ((this.GetPreRevSelectCompleted != null)) {
4953
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4954
                this.GetPreRevSelectCompleted(this, new GetPreRevSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4955
            }
4956
        }
4957
        
4958
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) {
4959
            this.GetPreRevSelectAsync(project_no, doc_no, current_rev, null);
4960
        }
4961
        
4962
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev, object userState) {
4963
            if ((this.onBeginGetPreRevSelectDelegate == null)) {
4964
                this.onBeginGetPreRevSelectDelegate = new BeginOperationDelegate(this.OnBeginGetPreRevSelect);
4965
            }
4966
            if ((this.onEndGetPreRevSelectDelegate == null)) {
4967
                this.onEndGetPreRevSelectDelegate = new EndOperationDelegate(this.OnEndGetPreRevSelect);
4968
            }
4969
            if ((this.onGetPreRevSelectCompletedDelegate == null)) {
4970
                this.onGetPreRevSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPreRevSelectCompleted);
4971
            }
4972
            base.InvokeAsync(this.onBeginGetPreRevSelectDelegate, new object[] {
4973
                        project_no,
4974
                        doc_no,
4975
                        current_rev}, this.onEndGetPreRevSelectDelegate, this.onGetPreRevSelectCompletedDelegate, userState);
4976
        }
4977
        
4978
        public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) {
4979
            return base.Channel.GetDocInfoOneSelect(project_no, doc_id);
4980
        }
4981
        
4982
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4983
        public System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
4984
            return base.Channel.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
4985
        }
4986
        
4987
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4988
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result) {
4989
            return base.Channel.EndGetDocInfoOneSelect(result);
4990
        }
4991
        
4992
        private System.IAsyncResult OnBeginGetDocInfoOneSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
4993
            string project_no = ((string)(inValues[0]));
4994
            string doc_id = ((string)(inValues[1]));
4995
            return this.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
4996
        }
4997
        
4998
        private object[] OnEndGetDocInfoOneSelect(System.IAsyncResult result) {
4999
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfoOneSelect(result);
5000
            return new object[] {
5001
                    retVal};
5002
        }
5003
        
5004
        private void OnGetDocInfoOneSelectCompleted(object state) {
5005
            if ((this.GetDocInfoOneSelectCompleted != null)) {
5006
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5007
                this.GetDocInfoOneSelectCompleted(this, new GetDocInfoOneSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5008
            }
5009
        }
5010
        
5011
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id) {
5012
            this.GetDocInfoOneSelectAsync(project_no, doc_id, null);
5013
        }
5014
        
5015
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id, object userState) {
5016
            if ((this.onBeginGetDocInfoOneSelectDelegate == null)) {
5017
                this.onBeginGetDocInfoOneSelectDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfoOneSelect);
5018
            }
5019
            if ((this.onEndGetDocInfoOneSelectDelegate == null)) {
5020
                this.onEndGetDocInfoOneSelectDelegate = new EndOperationDelegate(this.OnEndGetDocInfoOneSelect);
5021
            }
5022
            if ((this.onGetDocInfoOneSelectCompletedDelegate == null)) {
5023
                this.onGetDocInfoOneSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoOneSelectCompleted);
5024
            }
5025
            base.InvokeAsync(this.onBeginGetDocInfoOneSelectDelegate, new object[] {
5026
                        project_no,
5027
                        doc_id}, this.onEndGetDocInfoOneSelectDelegate, this.onGetDocInfoOneSelectCompletedDelegate, userState);
5028
        }
5029
        
5030
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
5031
            return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList);
5032
        }
5033
        
5034
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5035
        public System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState) {
5036
            return base.Channel.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
5037
        }
5038
        
5039
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5040
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result) {
5041
            return base.Channel.EndGetPrintDocItemList(result);
5042
        }
5043
        
5044
        private System.IAsyncResult OnBeginGetPrintDocItemList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5045
            string project_no = ((string)(inValues[0]));
5046
            string doc_id = ((string)(inValues[1]));
5047
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[2]));
5048
            return this.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
5049
        }
5050
        
5051
        private object[] OnEndGetPrintDocItemList(System.IAsyncResult result) {
5052
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetPrintDocItemList(result);
5053
            return new object[] {
5054
                    retVal};
5055
        }
5056
        
5057
        private void OnGetPrintDocItemListCompleted(object state) {
5058
            if ((this.GetPrintDocItemListCompleted != null)) {
5059
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5060
                this.GetPrintDocItemListCompleted(this, new GetPrintDocItemListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5061
            }
5062
        }
5063
        
5064
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
5065
            this.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList, null);
5066
        }
5067
        
5068
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, object userState) {
5069
            if ((this.onBeginGetPrintDocItemListDelegate == null)) {
5070
                this.onBeginGetPrintDocItemListDelegate = new BeginOperationDelegate(this.OnBeginGetPrintDocItemList);
5071
            }
5072
            if ((this.onEndGetPrintDocItemListDelegate == null)) {
5073
                this.onEndGetPrintDocItemListDelegate = new EndOperationDelegate(this.OnEndGetPrintDocItemList);
5074
            }
5075
            if ((this.onGetPrintDocItemListCompletedDelegate == null)) {
5076
                this.onGetPrintDocItemListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPrintDocItemListCompleted);
5077
            }
5078
            base.InvokeAsync(this.onBeginGetPrintDocItemListDelegate, new object[] {
5079
                        project_no,
5080
                        doc_id,
5081
                        _markupInfoList}, this.onEndGetPrintDocItemListDelegate, this.onGetPrintDocItemListCompletedDelegate, userState);
5082
        }
5083
        
5084
        public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) {
5085
            return base.Channel.AddMessage(project_no, value);
5086
        }
5087
        
5088
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5089
        public System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState) {
5090
            return base.Channel.BeginAddMessage(project_no, value, callback, asyncState);
5091
        }
5092
        
5093
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5094
        public bool EndAddMessage(System.IAsyncResult result) {
5095
            return base.Channel.EndAddMessage(result);
5096
        }
5097
        
5098
        private System.IAsyncResult OnBeginAddMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5099
            string project_no = ((string)(inValues[0]));
5100
            KCOMDataModel.DataModel.TALK value = ((KCOMDataModel.DataModel.TALK)(inValues[1]));
5101
            return this.BeginAddMessage(project_no, value, callback, asyncState);
5102
        }
5103
        
5104
        private object[] OnEndAddMessage(System.IAsyncResult result) {
5105
            bool retVal = this.EndAddMessage(result);
5106
            return new object[] {
5107
                    retVal};
5108
        }
5109
        
5110
        private void OnAddMessageCompleted(object state) {
5111
            if ((this.AddMessageCompleted != null)) {
5112
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5113
                this.AddMessageCompleted(this, new AddMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5114
            }
5115
        }
5116
        
5117
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) {
5118
            this.AddMessageAsync(project_no, value, null);
5119
        }
5120
        
5121
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value, object userState) {
5122
            if ((this.onBeginAddMessageDelegate == null)) {
5123
                this.onBeginAddMessageDelegate = new BeginOperationDelegate(this.OnBeginAddMessage);
5124
            }
5125
            if ((this.onEndAddMessageDelegate == null)) {
5126
                this.onEndAddMessageDelegate = new EndOperationDelegate(this.OnEndAddMessage);
5127
            }
5128
            if ((this.onAddMessageCompletedDelegate == null)) {
5129
                this.onAddMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMessageCompleted);
5130
            }
5131
            base.InvokeAsync(this.onBeginAddMessageDelegate, new object[] {
5132
                        project_no,
5133
                        value}, this.onEndAddMessageDelegate, this.onAddMessageCompletedDelegate, userState);
5134
        }
5135
        
5136
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) {
5137
            return base.Channel.GetMessage(project_no, doc_id);
5138
        }
5139
        
5140
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5141
        public System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
5142
            return base.Channel.BeginGetMessage(project_no, doc_id, callback, asyncState);
5143
        }
5144
        
5145
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5146
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result) {
5147
            return base.Channel.EndGetMessage(result);
5148
        }
5149
        
5150
        private System.IAsyncResult OnBeginGetMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5151
            string project_no = ((string)(inValues[0]));
5152
            string doc_id = ((string)(inValues[1]));
5153
            return this.BeginGetMessage(project_no, doc_id, callback, asyncState);
5154
        }
5155
        
5156
        private object[] OnEndGetMessage(System.IAsyncResult result) {
5157
            System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> retVal = this.EndGetMessage(result);
5158
            return new object[] {
5159
                    retVal};
5160
        }
5161
        
5162
        private void OnGetMessageCompleted(object state) {
5163
            if ((this.GetMessageCompleted != null)) {
5164
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5165
                this.GetMessageCompleted(this, new GetMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5166
            }
5167
        }
5168
        
5169
        public void GetMessageAsync(string project_no, string doc_id) {
5170
            this.GetMessageAsync(project_no, doc_id, null);
5171
        }
5172
        
5173
        public void GetMessageAsync(string project_no, string doc_id, object userState) {
5174
            if ((this.onBeginGetMessageDelegate == null)) {
5175
                this.onBeginGetMessageDelegate = new BeginOperationDelegate(this.OnBeginGetMessage);
5176
            }
5177
            if ((this.onEndGetMessageDelegate == null)) {
5178
                this.onEndGetMessageDelegate = new EndOperationDelegate(this.OnEndGetMessage);
5179
            }
5180
            if ((this.onGetMessageCompletedDelegate == null)) {
5181
                this.onGetMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMessageCompleted);
5182
            }
5183
            base.InvokeAsync(this.onBeginGetMessageDelegate, new object[] {
5184
                        project_no,
5185
                        doc_id}, this.onEndGetMessageDelegate, this.onGetMessageCompletedDelegate, userState);
5186
        }
5187
    }
5188
}
클립보드 이미지 추가 (최대 크기: 500 MB)