프로젝트

일반

사용자정보

개정판 bae83c92

IDbae83c9207aa9d5bbde163254b285b835540c197
상위 b42dd24d
하위 1305c420

김태성이(가) 3년 이상 전에 추가함

- convert에서 한글 파일명 오류 수정
- merged pdf 실행하도록 메시지창 출력

Change-Id: I882454f7cf0f521c621f33db8876b568db5a8342

차이점 보기:

KCOM/Connected Services/ServiceDeepView/Reference.cs
179 179
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
180 180
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
181 181
    [System.SerializableAttribute()]
182
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
188
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
189
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
190
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
191
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
192
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
193
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
194
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
182
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Size))]
195 185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
196 186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
197 187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
......
223 213
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>))]
224 214
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))]
225 215
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>))]
216
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
217
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
218
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
219
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
226 220
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
227 221
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
228 222
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
......
232 226
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
233 227
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
234 228
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
235
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
236
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
229
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
230
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
231
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
232
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
233
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
234
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
235
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
236
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
237
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
237 238
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
238 239
        
239 240
        [System.NonSerializedAttribute()]
......
293 294
    
294 295
    [System.Diagnostics.DebuggerStepThroughAttribute()]
295 296
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
296
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
297
    [System.SerializableAttribute()]
298
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
299
    }
300
    
301
    [System.Diagnostics.DebuggerStepThroughAttribute()]
302
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
303
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
304
    [System.SerializableAttribute()]
305
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
306
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
307
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
308
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
309
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
310
        
311
        [System.Runtime.Serialization.OptionalFieldAttribute()]
312
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
313
        
314
        [System.Runtime.Serialization.DataMemberAttribute()]
315
        public KCOM.ServiceDeepView.EntityKey EntityKey {
316
            get {
317
                return this.EntityKeyField;
318
            }
319
            set {
320
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
321
                    this.EntityKeyField = value;
322
                    this.RaisePropertyChanged("EntityKey");
323
                }
324
            }
325
        }
326
    }
327
    
328
    [System.Diagnostics.DebuggerStepThroughAttribute()]
329
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
330
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
331
    [System.SerializableAttribute()]
332
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
333
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
334
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
335
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
336
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
337
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
338
        
339
        [System.NonSerializedAttribute()]
340
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
341
        
342
        [global::System.ComponentModel.BrowsableAttribute(false)]
343
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
344
            get {
345
                return this.extensionDataField;
346
            }
347
            set {
348
                this.extensionDataField = value;
349
            }
350
        }
351
        
352
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
353
        
354
        protected void RaisePropertyChanged(string propertyName) {
355
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
356
            if ((propertyChanged != null)) {
357
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
358
            }
359
        }
360
    }
361
    
362
    [System.Diagnostics.DebuggerStepThroughAttribute()]
363
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
364
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
365
    [System.SerializableAttribute()]
366
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
367
    }
368
    
369
    [System.Diagnostics.DebuggerStepThroughAttribute()]
370
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
371
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
372
    [System.SerializableAttribute()]
373
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
374
    }
375
    
376
    [System.Diagnostics.DebuggerStepThroughAttribute()]
377
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
378
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
379
    [System.SerializableAttribute()]
380
    public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference {
381
    }
382
    
383
    [System.Diagnostics.DebuggerStepThroughAttribute()]
384
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
385 297
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
386 298
    [System.SerializableAttribute()]
387 299
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
......
506 418
        Error = 5,
507 419
    }
508 420
    
421
    [System.Diagnostics.DebuggerStepThroughAttribute()]
422
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
423
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
424
    [System.SerializableAttribute()]
425
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
426
    }
427
    
428
    [System.Diagnostics.DebuggerStepThroughAttribute()]
429
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
430
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
431
    [System.SerializableAttribute()]
432
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
433
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
434
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
435
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
436
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
437
        
438
        [System.Runtime.Serialization.OptionalFieldAttribute()]
439
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
440
        
441
        [System.Runtime.Serialization.DataMemberAttribute()]
442
        public KCOM.ServiceDeepView.EntityKey EntityKey {
443
            get {
444
                return this.EntityKeyField;
445
            }
446
            set {
447
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
448
                    this.EntityKeyField = value;
449
                    this.RaisePropertyChanged("EntityKey");
450
                }
451
            }
452
        }
453
    }
454
    
455
    [System.Diagnostics.DebuggerStepThroughAttribute()]
456
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
457
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
458
    [System.SerializableAttribute()]
459
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
460
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
461
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
462
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
463
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
464
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
465
        
466
        [System.NonSerializedAttribute()]
467
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
468
        
469
        [global::System.ComponentModel.BrowsableAttribute(false)]
470
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
471
            get {
472
                return this.extensionDataField;
473
            }
474
            set {
475
                this.extensionDataField = value;
476
            }
477
        }
478
        
479
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
480
        
481
        protected void RaisePropertyChanged(string propertyName) {
482
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
483
            if ((propertyChanged != null)) {
484
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
485
            }
486
        }
487
    }
488
    
489
    [System.Diagnostics.DebuggerStepThroughAttribute()]
490
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
491
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
492
    [System.SerializableAttribute()]
493
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
494
    }
495
    
496
    [System.Diagnostics.DebuggerStepThroughAttribute()]
497
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
498
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
499
    [System.SerializableAttribute()]
500
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
501
    }
502
    
503
    [System.Diagnostics.DebuggerStepThroughAttribute()]
504
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
505
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
506
    [System.SerializableAttribute()]
507
    public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference {
508
    }
509
    
509 510
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
510 511
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
511 512
    public interface ServiceDeepView {
......
558 559
        
559 560
        System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result);
560 561
        
562
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetComparefixSize", ReplyAction="urn:ServiceDeepView/GetComparefixSizeResponse")]
563
        System.Collections.Generic.List<System.Windows.Rect> GetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress);
564
        
565
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetComparefixSize", ReplyAction="urn:ServiceDeepView/GetComparefixSizeResponse")]
566
        System.IAsyncResult BeginGetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, System.AsyncCallback callback, object asyncState);
567
        
568
        System.Collections.Generic.List<System.Windows.Rect> EndGetComparefixSize(System.IAsyncResult result);
569
        
561 570
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
562 571
        KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
563 572
        
......
1078 1087
        
1079 1088
        bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result);
1080 1089
        
1090
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveLog", ReplyAction="urn:ServiceDeepView/SaveLogResponse")]
1091
        bool SaveLog(string project_no, string document_id, string Log);
1092
        
1093
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveLog", ReplyAction="urn:ServiceDeepView/SaveLogResponse")]
1094
        System.IAsyncResult BeginSaveLog(string project_no, string document_id, string Log, System.AsyncCallback callback, object asyncState);
1095
        
1096
        bool EndSaveLog(System.IAsyncResult result);
1097
        
1081 1098
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")]
1082 1099
        KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id);
1083 1100
        
......
1215 1232
    
1216 1233
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1217 1234
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1235
    public partial class GetComparefixSizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1236
        
1237
        private object[] results;
1238
        
1239
        public GetComparefixSizeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1240
                base(exception, cancelled, userState) {
1241
            this.results = results;
1242
        }
1243
        
1244
        public System.Collections.Generic.List<System.Windows.Rect> Result {
1245
            get {
1246
                base.RaiseExceptionIfNecessary();
1247
                return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0]));
1248
            }
1249
        }
1250
    }
1251
    
1252
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1253
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1218 1254
    public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1219 1255
        
1220 1256
        private object[] results;
......
2450 2486
    
2451 2487
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2452 2488
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2489
    public partial class SaveLogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2490
        
2491
        private object[] results;
2492
        
2493
        public SaveLogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2494
                base(exception, cancelled, userState) {
2495
            this.results = results;
2496
        }
2497
        
2498
        public bool Result {
2499
            get {
2500
                base.RaiseExceptionIfNecessary();
2501
                return ((bool)(this.results[0]));
2502
            }
2503
        }
2504
    }
2505
    
2506
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2507
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2453 2508
    public partial class FinalPDF_GetCommentMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2454 2509
        
2455 2510
        private object[] results;
......
2526 2581
        
2527 2582
        private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate;
2528 2583
        
2584
        private BeginOperationDelegate onBeginGetComparefixSizeDelegate;
2585
        
2586
        private EndOperationDelegate onEndGetComparefixSizeDelegate;
2587
        
2588
        private System.Threading.SendOrPostCallback onGetComparefixSizeCompletedDelegate;
2589
        
2529 2590
        private BeginOperationDelegate onBeginSetFinalPDFDelegate;
2530 2591
        
2531 2592
        private EndOperationDelegate onEndSetFinalPDFDelegate;
......
2916 2977
        
2917 2978
        private System.Threading.SendOrPostCallback onFinalPDF_SetFinalResultPathCompletedDelegate;
2918 2979
        
2980
        private BeginOperationDelegate onBeginSaveLogDelegate;
2981
        
2982
        private EndOperationDelegate onEndSaveLogDelegate;
2983
        
2984
        private System.Threading.SendOrPostCallback onSaveLogCompletedDelegate;
2985
        
2919 2986
        private BeginOperationDelegate onBeginFinalPDF_GetCommentMemberDelegate;
2920 2987
        
2921 2988
        private EndOperationDelegate onEndFinalPDF_GetCommentMemberDelegate;
......
2959 3026
        
2960 3027
        public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
2961 3028
        
3029
        public event System.EventHandler<GetComparefixSizeCompletedEventArgs> GetComparefixSizeCompleted;
3030
        
2962 3031
        public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
2963 3032
        
2964 3033
        public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted;
......
3089 3158
        
3090 3159
        public event System.EventHandler<FinalPDF_SetFinalResultPathCompletedEventArgs> FinalPDF_SetFinalResultPathCompleted;
3091 3160
        
3161
        public event System.EventHandler<SaveLogCompletedEventArgs> SaveLogCompleted;
3162
        
3092 3163
        public event System.EventHandler<FinalPDF_GetCommentMemberCompletedEventArgs> FinalPDF_GetCommentMemberCompleted;
3093 3164
        
3094 3165
        public event System.EventHandler<FinalPDF_GetPropertiesCompletedEventArgs> FinalPDF_GetPropertiesCompleted;
......
3421 3492
                        isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState);
3422 3493
        }
3423 3494
        
3495
        public System.Collections.Generic.List<System.Windows.Rect> GetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress) {
3496
            return base.Channel.GetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress);
3497
        }
3498
        
3499
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3500
        public System.IAsyncResult BeginGetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, System.AsyncCallback callback, object asyncState) {
3501
            return base.Channel.BeginGetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, callback, asyncState);
3502
        }
3503
        
3504
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3505
        public System.Collections.Generic.List<System.Windows.Rect> EndGetComparefixSize(System.IAsyncResult result) {
3506
            return base.Channel.EndGetComparefixSize(result);
3507
        }
3508
        
3509
        private System.IAsyncResult OnBeginGetComparefixSize(object[] inValues, System.AsyncCallback callback, object asyncState) {
3510
            string projectNo = ((string)(inValues[0]));
3511
            string originDocItem_ID = ((string)(inValues[1]));
3512
            string targetDocItem_ID = ((string)(inValues[2]));
3513
            string originPageNo = ((string)(inValues[3]));
3514
            string targetPageNo = ((string)(inValues[4]));
3515
            System.Windows.Size FixSize = ((System.Windows.Size)(inValues[5]));
3516
            string isInternalAddress = ((string)(inValues[6]));
3517
            return this.BeginGetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, callback, asyncState);
3518
        }
3519
        
3520
        private object[] OnEndGetComparefixSize(System.IAsyncResult result) {
3521
            System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetComparefixSize(result);
3522
            return new object[] {
3523
                    retVal};
3524
        }
3525
        
3526
        private void OnGetComparefixSizeCompleted(object state) {
3527
            if ((this.GetComparefixSizeCompleted != null)) {
3528
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3529
                this.GetComparefixSizeCompleted(this, new GetComparefixSizeCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3530
            }
3531
        }
3532
        
3533
        public void GetComparefixSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress) {
3534
            this.GetComparefixSizeAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, null);
3535
        }
3536
        
3537
        public void GetComparefixSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, object userState) {
3538
            if ((this.onBeginGetComparefixSizeDelegate == null)) {
3539
                this.onBeginGetComparefixSizeDelegate = new BeginOperationDelegate(this.OnBeginGetComparefixSize);
3540
            }
3541
            if ((this.onEndGetComparefixSizeDelegate == null)) {
3542
                this.onEndGetComparefixSizeDelegate = new EndOperationDelegate(this.OnEndGetComparefixSize);
3543
            }
3544
            if ((this.onGetComparefixSizeCompletedDelegate == null)) {
3545
                this.onGetComparefixSizeCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetComparefixSizeCompleted);
3546
            }
3547
            base.InvokeAsync(this.onBeginGetComparefixSizeDelegate, new object[] {
3548
                        projectNo,
3549
                        originDocItem_ID,
3550
                        targetDocItem_ID,
3551
                        originPageNo,
3552
                        targetPageNo,
3553
                        FixSize,
3554
                        isInternalAddress}, this.onEndGetComparefixSizeDelegate, this.onGetComparefixSizeCompletedDelegate, userState);
3555
        }
3556
        
3424 3557
        public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
3425 3558
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
3426 3559
        }
......
6851 6984
                        url}, this.onEndFinalPDF_SetFinalResultPathDelegate, this.onFinalPDF_SetFinalResultPathCompletedDelegate, userState);
6852 6985
        }
6853 6986
        
6987
        public bool SaveLog(string project_no, string document_id, string Log) {
6988
            return base.Channel.SaveLog(project_no, document_id, Log);
6989
        }
6990
        
6991
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6992
        public System.IAsyncResult BeginSaveLog(string project_no, string document_id, string Log, System.AsyncCallback callback, object asyncState) {
6993
            return base.Channel.BeginSaveLog(project_no, document_id, Log, callback, asyncState);
6994
        }
6995
        
6996
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
6997
        public bool EndSaveLog(System.IAsyncResult result) {
6998
            return base.Channel.EndSaveLog(result);
6999
        }
7000
        
7001
        private System.IAsyncResult OnBeginSaveLog(object[] inValues, System.AsyncCallback callback, object asyncState) {
7002
            string project_no = ((string)(inValues[0]));
7003
            string document_id = ((string)(inValues[1]));
7004
            string Log = ((string)(inValues[2]));
7005
            return this.BeginSaveLog(project_no, document_id, Log, callback, asyncState);
7006
        }
7007
        
7008
        private object[] OnEndSaveLog(System.IAsyncResult result) {
7009
            bool retVal = this.EndSaveLog(result);
7010
            return new object[] {
7011
                    retVal};
7012
        }
7013
        
7014
        private void OnSaveLogCompleted(object state) {
7015
            if ((this.SaveLogCompleted != null)) {
7016
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
7017
                this.SaveLogCompleted(this, new SaveLogCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
7018
            }
7019
        }
7020
        
7021
        public void SaveLogAsync(string project_no, string document_id, string Log) {
7022
            this.SaveLogAsync(project_no, document_id, Log, null);
7023
        }
7024
        
7025
        public void SaveLogAsync(string project_no, string document_id, string Log, object userState) {
7026
            if ((this.onBeginSaveLogDelegate == null)) {
7027
                this.onBeginSaveLogDelegate = new BeginOperationDelegate(this.OnBeginSaveLog);
7028
            }
7029
            if ((this.onEndSaveLogDelegate == null)) {
7030
                this.onEndSaveLogDelegate = new EndOperationDelegate(this.OnEndSaveLog);
7031
            }
7032
            if ((this.onSaveLogCompletedDelegate == null)) {
7033
                this.onSaveLogCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveLogCompleted);
7034
            }
7035
            base.InvokeAsync(this.onBeginSaveLogDelegate, new object[] {
7036
                        project_no,
7037
                        document_id,
7038
                        Log}, this.onEndSaveLogDelegate, this.onSaveLogCompletedDelegate, userState);
7039
        }
7040
        
6854 7041
        public KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) {
6855 7042
            return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id);
6856 7043
        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)