프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 7ca218b3

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

1
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.42000
5
//
6
//     Changes to this file may cause incorrect behavior and will be lost if
7
//     the code is regenerated.
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="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
19
    [System.SerializableAttribute()]
20
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
21
        
22
        [System.NonSerializedAttribute()]
23
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
24
        
25
        private int CurrentPageField;
26
        
27
        private string ExceptionField;
28
        
29
        private string FinalIDField;
30
        
31
        private string ProjectNoField;
32
        
33
        private KCOM.ServiceDeepView.FinalStatus StatusField;
34
        
35
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
36
            get {
37
                return this.extensionDataField;
38
            }
39
            set {
40
                this.extensionDataField = value;
41
            }
42
        }
43
        
44
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
45
        public int CurrentPage {
46
            get {
47
                return this.CurrentPageField;
48
            }
49
            set {
50
                if ((this.CurrentPageField.Equals(value) != true)) {
51
                    this.CurrentPageField = value;
52
                    this.RaisePropertyChanged("CurrentPage");
53
                }
54
            }
55
        }
56
        
57
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
58
        public string Exception {
59
            get {
60
                return this.ExceptionField;
61
            }
62
            set {
63
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
64
                    this.ExceptionField = value;
65
                    this.RaisePropertyChanged("Exception");
66
                }
67
            }
68
        }
69
        
70
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
71
        public string FinalID {
72
            get {
73
                return this.FinalIDField;
74
            }
75
            set {
76
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
77
                    this.FinalIDField = value;
78
                    this.RaisePropertyChanged("FinalID");
79
                }
80
            }
81
        }
82
        
83
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
84
        public string ProjectNo {
85
            get {
86
                return this.ProjectNoField;
87
            }
88
            set {
89
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
90
                    this.ProjectNoField = value;
91
                    this.RaisePropertyChanged("ProjectNo");
92
                }
93
            }
94
        }
95
        
96
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
97
        public KCOM.ServiceDeepView.FinalStatus Status {
98
            get {
99
                return this.StatusField;
100
            }
101
            set {
102
                if ((this.StatusField.Equals(value) != true)) {
103
                    this.StatusField = value;
104
                    this.RaisePropertyChanged("Status");
105
                }
106
            }
107
        }
108
        
109
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
110
        
111
        void RaisePropertyChanged(string propertyName) {
112
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
113
            if ((propertyChanged != null)) {
114
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
115
            }
116
        }
117
    }
118
    
119
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
120
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
121
    public enum FinalStatus : int {
122
        
123
        [System.Runtime.Serialization.EnumMemberAttribute()]
124
        Insert = 0,
125
        
126
        [System.Runtime.Serialization.EnumMemberAttribute()]
127
        Wait = 1,
128
        
129
        [System.Runtime.Serialization.EnumMemberAttribute()]
130
        Create = 2,
131
        
132
        [System.Runtime.Serialization.EnumMemberAttribute()]
133
        PdfStamp = 3,
134
        
135
        [System.Runtime.Serialization.EnumMemberAttribute()]
136
        Success = 4,
137
        
138
        [System.Runtime.Serialization.EnumMemberAttribute()]
139
        Error = 5,
140
    }
141
    
142
    [System.Diagnostics.DebuggerStepThroughAttribute()]
143
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
144
    [System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
145
    [System.SerializableAttribute()]
146
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
147
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
148
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
149
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
150
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
151
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
152
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
153
    public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
154
        
155
        [System.NonSerializedAttribute()]
156
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
157
        
158
        [global::System.ComponentModel.BrowsableAttribute(false)]
159
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
160
            get {
161
                return this.extensionDataField;
162
            }
163
            set {
164
                this.extensionDataField = value;
165
            }
166
        }
167
        
168
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
169
        
170
        protected void RaisePropertyChanged(string propertyName) {
171
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
172
            if ((propertyChanged != null)) {
173
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
174
            }
175
        }
176
    }
177
    
178
    [System.Diagnostics.DebuggerStepThroughAttribute()]
179
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
180
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
181
    [System.SerializableAttribute()]
182
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
188
    public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject {
189
        
190
        [System.Runtime.Serialization.OptionalFieldAttribute()]
191
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
192
        
193
        [System.Runtime.Serialization.DataMemberAttribute()]
194
        public KCOM.ServiceDeepView.EntityKey EntityKey {
195
            get {
196
                return this.EntityKeyField;
197
            }
198
            set {
199
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
200
                    this.EntityKeyField = value;
201
                    this.RaisePropertyChanged("EntityKey");
202
                }
203
            }
204
        }
205
    }
206
    
207
    [System.Diagnostics.DebuggerStepThroughAttribute()]
208
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
209
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
210
    [System.SerializableAttribute()]
211
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
212
        
213
        [System.NonSerializedAttribute()]
214
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
215
        
216
        [System.Runtime.Serialization.OptionalFieldAttribute()]
217
        private string EntityContainerNameField;
218
        
219
        [System.Runtime.Serialization.OptionalFieldAttribute()]
220
        private System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValuesField;
221
        
222
        [System.Runtime.Serialization.OptionalFieldAttribute()]
223
        private string EntitySetNameField;
224
        
225
        [global::System.ComponentModel.BrowsableAttribute(false)]
226
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
227
            get {
228
                return this.extensionDataField;
229
            }
230
            set {
231
                this.extensionDataField = value;
232
            }
233
        }
234
        
235
        [System.Runtime.Serialization.DataMemberAttribute()]
236
        public string EntityContainerName {
237
            get {
238
                return this.EntityContainerNameField;
239
            }
240
            set {
241
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
242
                    this.EntityContainerNameField = value;
243
                    this.RaisePropertyChanged("EntityContainerName");
244
                }
245
            }
246
        }
247
        
248
        [System.Runtime.Serialization.DataMemberAttribute()]
249
        public System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValues {
250
            get {
251
                return this.EntityKeyValuesField;
252
            }
253
            set {
254
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
255
                    this.EntityKeyValuesField = value;
256
                    this.RaisePropertyChanged("EntityKeyValues");
257
                }
258
            }
259
        }
260
        
261
        [System.Runtime.Serialization.DataMemberAttribute()]
262
        public string EntitySetName {
263
            get {
264
                return this.EntitySetNameField;
265
            }
266
            set {
267
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
268
                    this.EntitySetNameField = value;
269
                    this.RaisePropertyChanged("EntitySetName");
270
                }
271
            }
272
        }
273
        
274
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
275
        
276
        protected void RaisePropertyChanged(string propertyName) {
277
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
278
            if ((propertyChanged != null)) {
279
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
280
            }
281
        }
282
    }
283
    
284
    [System.Diagnostics.DebuggerStepThroughAttribute()]
285
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
286
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
287
    [System.SerializableAttribute()]
288
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
289
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
290
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
291
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
292
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
293
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
294
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
295
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
296
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
297
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
298
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
299
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
300
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
301
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
302
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))]
303
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
304
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))]
305
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
306
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))]
307
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
308
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))]
309
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
310
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
311
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
312
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
313
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
314
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
315
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
316
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
317
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
318
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
319
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
320
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
321
        
322
        [System.NonSerializedAttribute()]
323
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
324
        
325
        [System.Runtime.Serialization.OptionalFieldAttribute()]
326
        private string KeyField;
327
        
328
        [System.Runtime.Serialization.OptionalFieldAttribute()]
329
        private object ValueField;
330
        
331
        [global::System.ComponentModel.BrowsableAttribute(false)]
332
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
333
            get {
334
                return this.extensionDataField;
335
            }
336
            set {
337
                this.extensionDataField = value;
338
            }
339
        }
340
        
341
        [System.Runtime.Serialization.DataMemberAttribute()]
342
        public string Key {
343
            get {
344
                return this.KeyField;
345
            }
346
            set {
347
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
348
                    this.KeyField = value;
349
                    this.RaisePropertyChanged("Key");
350
                }
351
            }
352
        }
353
        
354
        [System.Runtime.Serialization.DataMemberAttribute()]
355
        public object Value {
356
            get {
357
                return this.ValueField;
358
            }
359
            set {
360
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
361
                    this.ValueField = value;
362
                    this.RaisePropertyChanged("Value");
363
                }
364
            }
365
        }
366
        
367
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
368
        
369
        protected void RaisePropertyChanged(string propertyName) {
370
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
371
            if ((propertyChanged != null)) {
372
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
373
            }
374
        }
375
    }
376
    
377
    [System.Diagnostics.DebuggerStepThroughAttribute()]
378
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
379
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
380
    [System.SerializableAttribute()]
381
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
382
    }
383
    
384
    [System.Diagnostics.DebuggerStepThroughAttribute()]
385
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
386
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
387
    [System.SerializableAttribute()]
388
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
389
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
390
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
391
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
392
        
393
        [System.Runtime.Serialization.OptionalFieldAttribute()]
394
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
395
        
396
        [System.Runtime.Serialization.DataMemberAttribute()]
397
        public KCOM.ServiceDeepView.EntityKey EntityKey {
398
            get {
399
                return this.EntityKeyField;
400
            }
401
            set {
402
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
403
                    this.EntityKeyField = value;
404
                    this.RaisePropertyChanged("EntityKey");
405
                }
406
            }
407
        }
408
    }
409
    
410
    [System.Diagnostics.DebuggerStepThroughAttribute()]
411
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
412
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
413
    [System.SerializableAttribute()]
414
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
415
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
416
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
417
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
418
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
419
        
420
        [System.NonSerializedAttribute()]
421
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
422
        
423
        [global::System.ComponentModel.BrowsableAttribute(false)]
424
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
425
            get {
426
                return this.extensionDataField;
427
            }
428
            set {
429
                this.extensionDataField = value;
430
            }
431
        }
432
        
433
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
434
        
435
        protected void RaisePropertyChanged(string propertyName) {
436
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
437
            if ((propertyChanged != null)) {
438
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
439
            }
440
        }
441
    }
442
    
443
    [System.Diagnostics.DebuggerStepThroughAttribute()]
444
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
445
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
446
    [System.SerializableAttribute()]
447
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
448
    }
449
    
450
    [System.Diagnostics.DebuggerStepThroughAttribute()]
451
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
452
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
453
    [System.SerializableAttribute()]
454
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
455
    }
456
    
457
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
458
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
459
    public interface ServiceDeepView {
460
        
461
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
462
        IKCOM.KCOM_SystemInfo GetSystemData();
463
        
464
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
465
        System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState);
466
        
467
        IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result);
468
        
469
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
470
        System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo);
471
        
472
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
473
        System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.AsyncCallback callback, object asyncState);
474
        
475
        System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result);
476
        
477
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
478
        KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
479
        
480
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
481
        System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
482
        
483
        KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result);
484
        
485
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
486
        bool GetConversionState(IKCOM.KCOM_BasicParam param);
487
        
488
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
489
        System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
490
        
491
        bool EndGetConversionState(System.IAsyncResult result);
492
        
493
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
494
        System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
495
        
496
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
497
        System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState);
498
        
499
        System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result);
500
        
501
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
502
        KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param);
503
        
504
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
505
        System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
506
        
507
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result);
508
        
509
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
510
        bool GetCheckSystemAdmin(string UserID);
511
        
512
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
513
        System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState);
514
        
515
        bool EndGetCheckSystemAdmin(System.IAsyncResult result);
516
        
517
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
518
        KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param);
519
        
520
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
521
        System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
522
        
523
        KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result);
524
        
525
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
526
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
527
        
528
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
529
        System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState);
530
        
531
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result);
532
        
533
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
534
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
535
        
536
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
537
        System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState);
538
        
539
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result);
540
        
541
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
542
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
543
        
544
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
545
        System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState);
546
        
547
        System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result);
548
        
549
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
550
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
551
        
552
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
553
        System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState);
554
        
555
        bool EndDeleteMarkup(System.IAsyncResult result);
556
    }
557
    
558
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
559
    public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel {
560
    }
561
    
562
    [System.Diagnostics.DebuggerStepThroughAttribute()]
563
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
564
    public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
565
        
566
        private object[] results;
567
        
568
        public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
569
                base(exception, cancelled, userState) {
570
            this.results = results;
571
        }
572
        
573
        public IKCOM.KCOM_SystemInfo Result {
574
            get {
575
                base.RaiseExceptionIfNecessary();
576
                return ((IKCOM.KCOM_SystemInfo)(this.results[0]));
577
            }
578
        }
579
    }
580
    
581
    [System.Diagnostics.DebuggerStepThroughAttribute()]
582
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
583
    public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
584
        
585
        private object[] results;
586
        
587
        public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
588
                base(exception, cancelled, userState) {
589
            this.results = results;
590
        }
591
        
592
        public System.Collections.Generic.List<System.Windows.Rect> Result {
593
            get {
594
                base.RaiseExceptionIfNecessary();
595
                return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0]));
596
            }
597
        }
598
    }
599
    
600
    [System.Diagnostics.DebuggerStepThroughAttribute()]
601
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
602
    public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
603
        
604
        private object[] results;
605
        
606
        public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
607
                base(exception, cancelled, userState) {
608
            this.results = results;
609
        }
610
        
611
        public KCOM.ServiceDeepView.FinalPDFResult Result {
612
            get {
613
                base.RaiseExceptionIfNecessary();
614
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
615
            }
616
        }
617
    }
618
    
619
    [System.Diagnostics.DebuggerStepThroughAttribute()]
620
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
621
    public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
622
        
623
        private object[] results;
624
        
625
        public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
626
                base(exception, cancelled, userState) {
627
            this.results = results;
628
        }
629
        
630
        public bool Result {
631
            get {
632
                base.RaiseExceptionIfNecessary();
633
                return ((bool)(this.results[0]));
634
            }
635
        }
636
    }
637
    
638
    [System.Diagnostics.DebuggerStepThroughAttribute()]
639
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
640
    public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
641
        
642
        private object[] results;
643
        
644
        public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
645
                base(exception, cancelled, userState) {
646
            this.results = results;
647
        }
648
        
649
        public System.Collections.Generic.List<IKCOM.VPRevision> Result {
650
            get {
651
                base.RaiseExceptionIfNecessary();
652
                return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0]));
653
            }
654
        }
655
    }
656
    
657
    [System.Diagnostics.DebuggerStepThroughAttribute()]
658
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
659
    public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
660
        
661
        private object[] results;
662
        
663
        public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
664
                base(exception, cancelled, userState) {
665
            this.results = results;
666
        }
667
        
668
        public KCOMDataModel.DataModel.DOCINFO Result {
669
            get {
670
                base.RaiseExceptionIfNecessary();
671
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
672
            }
673
        }
674
    }
675
    
676
    [System.Diagnostics.DebuggerStepThroughAttribute()]
677
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
678
    public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
679
        
680
        private object[] results;
681
        
682
        public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
683
                base(exception, cancelled, userState) {
684
            this.results = results;
685
        }
686
        
687
        public bool Result {
688
            get {
689
                base.RaiseExceptionIfNecessary();
690
                return ((bool)(this.results[0]));
691
            }
692
        }
693
    }
694
    
695
    [System.Diagnostics.DebuggerStepThroughAttribute()]
696
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
697
    public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
698
        
699
        private object[] results;
700
        
701
        public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
702
                base(exception, cancelled, userState) {
703
            this.results = results;
704
        }
705
        
706
        public KCOMDataModel.DataModel.DOCUMENT_ITEM Result {
707
            get {
708
                base.RaiseExceptionIfNecessary();
709
                return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0]));
710
            }
711
        }
712
    }
713
    
714
    [System.Diagnostics.DebuggerStepThroughAttribute()]
715
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
716
    public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
717
        
718
        private object[] results;
719
        
720
        public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
721
                base(exception, cancelled, userState) {
722
            this.results = results;
723
        }
724
        
725
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
726
            get {
727
                base.RaiseExceptionIfNecessary();
728
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
729
            }
730
        }
731
    }
732
    
733
    [System.Diagnostics.DebuggerStepThroughAttribute()]
734
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
735
    public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
736
        
737
        private object[] results;
738
        
739
        public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
740
                base(exception, cancelled, userState) {
741
            this.results = results;
742
        }
743
        
744
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
745
            get {
746
                base.RaiseExceptionIfNecessary();
747
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
748
            }
749
        }
750
    }
751
    
752
    [System.Diagnostics.DebuggerStepThroughAttribute()]
753
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
754
    public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
755
        
756
        private object[] results;
757
        
758
        public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
759
                base(exception, cancelled, userState) {
760
            this.results = results;
761
        }
762
        
763
        public System.Collections.Generic.List<string> Result {
764
            get {
765
                base.RaiseExceptionIfNecessary();
766
                return ((System.Collections.Generic.List<string>)(this.results[0]));
767
            }
768
        }
769
    }
770
    
771
    [System.Diagnostics.DebuggerStepThroughAttribute()]
772
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
773
    public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
774
        
775
        private object[] results;
776
        
777
        public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
778
                base(exception, cancelled, userState) {
779
            this.results = results;
780
        }
781
        
782
        public bool Result {
783
            get {
784
                base.RaiseExceptionIfNecessary();
785
                return ((bool)(this.results[0]));
786
            }
787
        }
788
    }
789
    
790
    [System.Diagnostics.DebuggerStepThroughAttribute()]
791
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
792
    public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView {
793
        
794
        private BeginOperationDelegate onBeginGetSystemDataDelegate;
795
        
796
        private EndOperationDelegate onEndGetSystemDataDelegate;
797
        
798
        private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate;
799
        
800
        private BeginOperationDelegate onBeginGetCompareRectDelegate;
801
        
802
        private EndOperationDelegate onEndGetCompareRectDelegate;
803
        
804
        private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate;
805
        
806
        private BeginOperationDelegate onBeginSetFinalPDFDelegate;
807
        
808
        private EndOperationDelegate onEndSetFinalPDFDelegate;
809
        
810
        private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate;
811
        
812
        private BeginOperationDelegate onBeginGetConversionStateDelegate;
813
        
814
        private EndOperationDelegate onEndGetConversionStateDelegate;
815
        
816
        private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate;
817
        
818
        private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate;
819
        
820
        private EndOperationDelegate onEndGetVPRevisionHistoryDelegate;
821
        
822
        private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate;
823
        
824
        private BeginOperationDelegate onBeginGetDocInfoDelegate;
825
        
826
        private EndOperationDelegate onEndGetDocInfoDelegate;
827
        
828
        private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate;
829
        
830
        private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate;
831
        
832
        private EndOperationDelegate onEndGetCheckSystemAdminDelegate;
833
        
834
        private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate;
835
        
836
        private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate;
837
        
838
        private EndOperationDelegate onEndGetDocumentItemInfoDelegate;
839
        
840
        private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate;
841
        
842
        private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate;
843
        
844
        private EndOperationDelegate onEndGetMarkupInfoItemsDelegate;
845
        
846
        private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate;
847
        
848
        private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate;
849
        
850
        private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate;
851
        
852
        private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate;
853
        
854
        private BeginOperationDelegate onBeginGetDeptDataDelegate;
855
        
856
        private EndOperationDelegate onEndGetDeptDataDelegate;
857
        
858
        private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate;
859
        
860
        private BeginOperationDelegate onBeginDeleteMarkupDelegate;
861
        
862
        private EndOperationDelegate onEndDeleteMarkupDelegate;
863
        
864
        private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate;
865
        
866
        public ServiceDeepViewClient() {
867
        }
868
        
869
        public ServiceDeepViewClient(string endpointConfigurationName) : 
870
                base(endpointConfigurationName) {
871
        }
872
        
873
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
874
                base(endpointConfigurationName, remoteAddress) {
875
        }
876
        
877
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
878
                base(endpointConfigurationName, remoteAddress) {
879
        }
880
        
881
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
882
                base(binding, remoteAddress) {
883
        }
884
        
885
        public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted;
886
        
887
        public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
888
        
889
        public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
890
        
891
        public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted;
892
        
893
        public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted;
894
        
895
        public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted;
896
        
897
        public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted;
898
        
899
        public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted;
900
        
901
        public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted;
902
        
903
        public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted;
904
        
905
        public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted;
906
        
907
        public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted;
908
        
909
        public IKCOM.KCOM_SystemInfo GetSystemData() {
910
            return base.Channel.GetSystemData();
911
        }
912
        
913
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
914
        public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) {
915
            return base.Channel.BeginGetSystemData(callback, asyncState);
916
        }
917
        
918
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
919
        public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) {
920
            return base.Channel.EndGetSystemData(result);
921
        }
922
        
923
        private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) {
924
            return this.BeginGetSystemData(callback, asyncState);
925
        }
926
        
927
        private object[] OnEndGetSystemData(System.IAsyncResult result) {
928
            IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result);
929
            return new object[] {
930
                    retVal};
931
        }
932
        
933
        private void OnGetSystemDataCompleted(object state) {
934
            if ((this.GetSystemDataCompleted != null)) {
935
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
936
                this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
937
            }
938
        }
939
        
940
        public void GetSystemDataAsync() {
941
            this.GetSystemDataAsync(null);
942
        }
943
        
944
        public void GetSystemDataAsync(object userState) {
945
            if ((this.onBeginGetSystemDataDelegate == null)) {
946
                this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData);
947
            }
948
            if ((this.onEndGetSystemDataDelegate == null)) {
949
                this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData);
950
            }
951
            if ((this.onGetSystemDataCompletedDelegate == null)) {
952
                this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted);
953
            }
954
            base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState);
955
        }
956
        
957
        public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo) {
958
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo);
959
        }
960
        
961
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
962
        public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.AsyncCallback callback, object asyncState) {
963
            return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, callback, asyncState);
964
        }
965
        
966
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
967
        public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) {
968
            return base.Channel.EndGetCompareRect(result);
969
        }
970
        
971
        private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) {
972
            string projectNo = ((string)(inValues[0]));
973
            string originDocItem_ID = ((string)(inValues[1]));
974
            string targetDocItem_ID = ((string)(inValues[2]));
975
            string originPageNo = ((string)(inValues[3]));
976
            string targetPageNo = ((string)(inValues[4]));
977
            return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, callback, asyncState);
978
        }
979
        
980
        private object[] OnEndGetCompareRect(System.IAsyncResult result) {
981
            System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result);
982
            return new object[] {
983
                    retVal};
984
        }
985
        
986
        private void OnGetCompareRectCompleted(object state) {
987
            if ((this.GetCompareRectCompleted != null)) {
988
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
989
                this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
990
            }
991
        }
992
        
993
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo) {
994
            this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, null);
995
        }
996
        
997
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, object userState) {
998
            if ((this.onBeginGetCompareRectDelegate == null)) {
999
                this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect);
1000
            }
1001
            if ((this.onEndGetCompareRectDelegate == null)) {
1002
                this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect);
1003
            }
1004
            if ((this.onGetCompareRectCompletedDelegate == null)) {
1005
                this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted);
1006
            }
1007
            base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] {
1008
                        projectNo,
1009
                        originDocItem_ID,
1010
                        targetDocItem_ID,
1011
                        originPageNo,
1012
                        targetPageNo}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState);
1013
        }
1014
        
1015
        public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
1016
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
1017
        }
1018
        
1019
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1020
        public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
1021
            return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
1022
        }
1023
        
1024
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1025
        public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) {
1026
            return base.Channel.EndSetFinalPDF(result);
1027
        }
1028
        
1029
        private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
1030
            string ProjectNo = ((string)(inValues[0]));
1031
            string DocInfoID = ((string)(inValues[1]));
1032
            string MarkupInfoID = ((string)(inValues[2]));
1033
            string CreateUserID = ((string)(inValues[3]));
1034
            return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
1035
        }
1036
        
1037
        private object[] OnEndSetFinalPDF(System.IAsyncResult result) {
1038
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result);
1039
            return new object[] {
1040
                    retVal};
1041
        }
1042
        
1043
        private void OnSetFinalPDFCompleted(object state) {
1044
            if ((this.SetFinalPDFCompleted != null)) {
1045
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1046
                this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1047
            }
1048
        }
1049
        
1050
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
1051
            this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null);
1052
        }
1053
        
1054
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) {
1055
            if ((this.onBeginSetFinalPDFDelegate == null)) {
1056
                this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF);
1057
            }
1058
            if ((this.onEndSetFinalPDFDelegate == null)) {
1059
                this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF);
1060
            }
1061
            if ((this.onSetFinalPDFCompletedDelegate == null)) {
1062
                this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted);
1063
            }
1064
            base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] {
1065
                        ProjectNo,
1066
                        DocInfoID,
1067
                        MarkupInfoID,
1068
                        CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState);
1069
        }
1070
        
1071
        public bool GetConversionState(IKCOM.KCOM_BasicParam param) {
1072
            return base.Channel.GetConversionState(param);
1073
        }
1074
        
1075
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1076
        public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
1077
            return base.Channel.BeginGetConversionState(param, callback, asyncState);
1078
        }
1079
        
1080
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1081
        public bool EndGetConversionState(System.IAsyncResult result) {
1082
            return base.Channel.EndGetConversionState(result);
1083
        }
1084
        
1085
        private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) {
1086
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
1087
            return this.BeginGetConversionState(param, callback, asyncState);
1088
        }
1089
        
1090
        private object[] OnEndGetConversionState(System.IAsyncResult result) {
1091
            bool retVal = this.EndGetConversionState(result);
1092
            return new object[] {
1093
                    retVal};
1094
        }
1095
        
1096
        private void OnGetConversionStateCompleted(object state) {
1097
            if ((this.GetConversionStateCompleted != null)) {
1098
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1099
                this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1100
            }
1101
        }
1102
        
1103
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) {
1104
            this.GetConversionStateAsync(param, null);
1105
        }
1106
        
1107
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) {
1108
            if ((this.onBeginGetConversionStateDelegate == null)) {
1109
                this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState);
1110
            }
1111
            if ((this.onEndGetConversionStateDelegate == null)) {
1112
                this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState);
1113
            }
1114
            if ((this.onGetConversionStateCompletedDelegate == null)) {
1115
                this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted);
1116
            }
1117
            base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] {
1118
                        param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState);
1119
        }
1120
        
1121
        public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
1122
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
1123
        }
1124
        
1125
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1126
        public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
1127
            return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
1128
        }
1129
        
1130
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1131
        public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) {
1132
            return base.Channel.EndGetVPRevisionHistory(result);
1133
        }
1134
        
1135
        private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
1136
            string ProjectNo = ((string)(inValues[0]));
1137
            string vpNo = ((string)(inValues[1]));
1138
            string DocumentId = ((string)(inValues[2]));
1139
            return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
1140
        }
1141
        
1142
        private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) {
1143
            System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result);
1144
            return new object[] {
1145
                    retVal};
1146
        }
1147
        
1148
        private void OnGetVPRevisionHistoryCompleted(object state) {
1149
            if ((this.GetVPRevisionHistoryCompleted != null)) {
1150
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1151
                this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1152
            }
1153
        }
1154
        
1155
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
1156
            this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null);
1157
        }
1158
        
1159
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) {
1160
            if ((this.onBeginGetVPRevisionHistoryDelegate == null)) {
1161
                this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory);
1162
            }
1163
            if ((this.onEndGetVPRevisionHistoryDelegate == null)) {
1164
                this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory);
1165
            }
1166
            if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) {
1167
                this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted);
1168
            }
1169
            base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] {
1170
                        ProjectNo,
1171
                        vpNo,
1172
                        DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState);
1173
        }
1174
        
1175
        public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) {
1176
            return base.Channel.GetDocInfo(param);
1177
        }
1178
        
1179
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1180
        public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
1181
            return base.Channel.BeginGetDocInfo(param, callback, asyncState);
1182
        }
1183
        
1184
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1185
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) {
1186
            return base.Channel.EndGetDocInfo(result);
1187
        }
1188
        
1189
        private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
1190
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
1191
            return this.BeginGetDocInfo(param, callback, asyncState);
1192
        }
1193
        
1194
        private object[] OnEndGetDocInfo(System.IAsyncResult result) {
1195
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result);
1196
            return new object[] {
1197
                    retVal};
1198
        }
1199
        
1200
        private void OnGetDocInfoCompleted(object state) {
1201
            if ((this.GetDocInfoCompleted != null)) {
1202
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1203
                this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1204
            }
1205
        }
1206
        
1207
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) {
1208
            this.GetDocInfoAsync(param, null);
1209
        }
1210
        
1211
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
1212
            if ((this.onBeginGetDocInfoDelegate == null)) {
1213
                this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo);
1214
            }
1215
            if ((this.onEndGetDocInfoDelegate == null)) {
1216
                this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo);
1217
            }
1218
            if ((this.onGetDocInfoCompletedDelegate == null)) {
1219
                this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted);
1220
            }
1221
            base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] {
1222
                        param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState);
1223
        }
1224
        
1225
        public bool GetCheckSystemAdmin(string UserID) {
1226
            return base.Channel.GetCheckSystemAdmin(UserID);
1227
        }
1228
        
1229
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1230
        public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) {
1231
            return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
1232
        }
1233
        
1234
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1235
        public bool EndGetCheckSystemAdmin(System.IAsyncResult result) {
1236
            return base.Channel.EndGetCheckSystemAdmin(result);
1237
        }
1238
        
1239
        private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) {
1240
            string UserID = ((string)(inValues[0]));
1241
            return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
1242
        }
1243
        
1244
        private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) {
1245
            bool retVal = this.EndGetCheckSystemAdmin(result);
1246
            return new object[] {
1247
                    retVal};
1248
        }
1249
        
1250
        private void OnGetCheckSystemAdminCompleted(object state) {
1251
            if ((this.GetCheckSystemAdminCompleted != null)) {
1252
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1253
                this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1254
            }
1255
        }
1256
        
1257
        public void GetCheckSystemAdminAsync(string UserID) {
1258
            this.GetCheckSystemAdminAsync(UserID, null);
1259
        }
1260
        
1261
        public void GetCheckSystemAdminAsync(string UserID, object userState) {
1262
            if ((this.onBeginGetCheckSystemAdminDelegate == null)) {
1263
                this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin);
1264
            }
1265
            if ((this.onEndGetCheckSystemAdminDelegate == null)) {
1266
                this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin);
1267
            }
1268
            if ((this.onGetCheckSystemAdminCompletedDelegate == null)) {
1269
                this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted);
1270
            }
1271
            base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] {
1272
                        UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState);
1273
        }
1274
        
1275
        public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) {
1276
            return base.Channel.GetDocumentItemInfo(param);
1277
        }
1278
        
1279
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1280
        public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
1281
            return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState);
1282
        }
1283
        
1284
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1285
        public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) {
1286
            return base.Channel.EndGetDocumentItemInfo(result);
1287
        }
1288
        
1289
        private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
1290
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
1291
            return this.BeginGetDocumentItemInfo(param, callback, asyncState);
1292
        }
1293
        
1294
        private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) {
1295
            KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result);
1296
            return new object[] {
1297
                    retVal};
1298
        }
1299
        
1300
        private void OnGetDocumentItemInfoCompleted(object state) {
1301
            if ((this.GetDocumentItemInfoCompleted != null)) {
1302
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1303
                this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1304
            }
1305
        }
1306
        
1307
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) {
1308
            this.GetDocumentItemInfoAsync(param, null);
1309
        }
1310
        
1311
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
1312
            if ((this.onBeginGetDocumentItemInfoDelegate == null)) {
1313
                this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo);
1314
            }
1315
            if ((this.onEndGetDocumentItemInfoDelegate == null)) {
1316
                this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo);
1317
            }
1318
            if ((this.onGetDocumentItemInfoCompletedDelegate == null)) {
1319
                this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted);
1320
            }
1321
            base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] {
1322
                        param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState);
1323
        }
1324
        
1325
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
1326
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
1327
        }
1328
        
1329
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1330
        public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) {
1331
            return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
1332
        }
1333
        
1334
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1335
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) {
1336
            return base.Channel.EndGetMarkupInfoItems(result);
1337
        }
1338
        
1339
        private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
1340
            string ProjectNo = ((string)(inValues[0]));
1341
            string DocInfoId = ((string)(inValues[1]));
1342
            return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
1343
        }
1344
        
1345
        private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) {
1346
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result);
1347
            return new object[] {
1348
                    retVal};
1349
        }
1350
        
1351
        private void OnGetMarkupInfoItemsCompleted(object state) {
1352
            if ((this.GetMarkupInfoItemsCompleted != null)) {
1353
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1354
                this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1355
            }
1356
        }
1357
        
1358
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
1359
            this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null);
1360
        }
1361
        
1362
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) {
1363
            if ((this.onBeginGetMarkupInfoItemsDelegate == null)) {
1364
                this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems);
1365
            }
1366
            if ((this.onEndGetMarkupInfoItemsDelegate == null)) {
1367
                this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems);
1368
            }
1369
            if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) {
1370
                this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted);
1371
            }
1372
            base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] {
1373
                        ProjectNo,
1374
                        DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState);
1375
        }
1376
        
1377
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
1378
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
1379
        }
1380
        
1381
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1382
        public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) {
1383
            return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
1384
        }
1385
        
1386
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1387
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) {
1388
            return base.Channel.EndGetSyncMarkupInfoItems(result);
1389
        }
1390
        
1391
        private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
1392
            string ProjectNo = ((string)(inValues[0]));
1393
            string DocInfoId = ((string)(inValues[1]));
1394
            string currentUser = ((string)(inValues[2]));
1395
            return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
1396
        }
1397
        
1398
        private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) {
1399
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result);
1400
            return new object[] {
1401
                    retVal};
1402
        }
1403
        
1404
        private void OnGetSyncMarkupInfoItemsCompleted(object state) {
1405
            if ((this.GetSyncMarkupInfoItemsCompleted != null)) {
1406
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1407
                this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1408
            }
1409
        }
1410
        
1411
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
1412
            this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null);
1413
        }
1414
        
1415
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) {
1416
            if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) {
1417
                this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems);
1418
            }
1419
            if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) {
1420
                this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems);
1421
            }
1422
            if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) {
1423
                this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted);
1424
            }
1425
            base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] {
1426
                        ProjectNo,
1427
                        DocInfoId,
1428
                        currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState);
1429
        }
1430
        
1431
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
1432
            return base.Channel.GetDeptData(UserDept);
1433
        }
1434
        
1435
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1436
        public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) {
1437
            return base.Channel.BeginGetDeptData(UserDept, callback, asyncState);
1438
        }
1439
        
1440
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1441
        public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) {
1442
            return base.Channel.EndGetDeptData(result);
1443
        }
1444
        
1445
        private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) {
1446
            string UserDept = ((string)(inValues[0]));
1447
            return this.BeginGetDeptData(UserDept, callback, asyncState);
1448
        }
1449
        
1450
        private object[] OnEndGetDeptData(System.IAsyncResult result) {
1451
            System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result);
1452
            return new object[] {
1453
                    retVal};
1454
        }
1455
        
1456
        private void OnGetDeptDataCompleted(object state) {
1457
            if ((this.GetDeptDataCompleted != null)) {
1458
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1459
                this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1460
            }
1461
        }
1462
        
1463
        public void GetDeptDataAsync(string UserDept) {
1464
            this.GetDeptDataAsync(UserDept, null);
1465
        }
1466
        
1467
        public void GetDeptDataAsync(string UserDept, object userState) {
1468
            if ((this.onBeginGetDeptDataDelegate == null)) {
1469
                this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData);
1470
            }
1471
            if ((this.onEndGetDeptDataDelegate == null)) {
1472
                this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData);
1473
            }
1474
            if ((this.onGetDeptDataCompletedDelegate == null)) {
1475
                this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted);
1476
            }
1477
            base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] {
1478
                        UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState);
1479
        }
1480
        
1481
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
1482
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
1483
        }
1484
        
1485
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1486
        public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) {
1487
            return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
1488
        }
1489
        
1490
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
1491
        public bool EndDeleteMarkup(System.IAsyncResult result) {
1492
            return base.Channel.EndDeleteMarkup(result);
1493
        }
1494
        
1495
        private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) {
1496
            string ProjectNo = ((string)(inValues[0]));
1497
            string MarkupInfoID = ((string)(inValues[1]));
1498
            return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
1499
        }
1500
        
1501
        private object[] OnEndDeleteMarkup(System.IAsyncResult result) {
1502
            bool retVal = this.EndDeleteMarkup(result);
1503
            return new object[] {
1504
                    retVal};
1505
        }
1506
        
1507
        private void OnDeleteMarkupCompleted(object state) {
1508
            if ((this.DeleteMarkupCompleted != null)) {
1509
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
1510
                this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
1511
            }
1512
        }
1513
        
1514
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
1515
            this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null);
1516
        }
1517
        
1518
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) {
1519
            if ((this.onBeginDeleteMarkupDelegate == null)) {
1520
                this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup);
1521
            }
1522
            if ((this.onEndDeleteMarkupDelegate == null)) {
1523
                this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup);
1524
            }
1525
            if ((this.onDeleteMarkupCompletedDelegate == null)) {
1526
                this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted);
1527
            }
1528
            base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] {
1529
                        ProjectNo,
1530
                        MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState);
1531
        }
1532
    }
1533
}
클립보드 이미지 추가 (최대 크기: 500 MB)