프로젝트

일반

사용자정보

개정판 6b6e937c

ID6b6e937c0280d92364d7871a659cf80c31830fc4
상위 f63cd748
하위 cf390680

김태성이(가) 약 5년 전에 추가함

Compare기능 수정

Change-Id: I3697fbe30f47d5cc4a51ece85df0055f7c596bf2

차이점 보기:

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))]
182 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>))]
183 195
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
184 196
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
185 197
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
......
220 232
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
221 233
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
222 234
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
223
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
224
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
225
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
226
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
227
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
228
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
229
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
230
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
231 235
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
232 236
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
233
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
234
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
235
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
236
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
237 237
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
238 238
        
239 239
        [System.NonSerializedAttribute()]
......
678 678
        
679 679
        bool EndSaveMarkupData(System.IAsyncResult result);
680 680
        
681
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")]
682
        bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data);
683
        
684
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")]
685
        System.IAsyncResult BeginSavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState);
686
        
687
        bool EndSavePageMarkupData(System.IAsyncResult result);
688
        
681 689
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
682 690
        bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo);
683 691
        
......
1492 1500
    
1493 1501
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1494 1502
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1503
    public partial class SavePageMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1504
        
1505
        private object[] results;
1506
        
1507
        public SavePageMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1508
                base(exception, cancelled, userState) {
1509
            this.results = results;
1510
        }
1511
        
1512
        public bool Result {
1513
            get {
1514
                base.RaiseExceptionIfNecessary();
1515
                return ((bool)(this.results[0]));
1516
            }
1517
        }
1518
    }
1519
    
1520
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1521
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1495 1522
    public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1496 1523
        
1497 1524
        private object[] results;
......
2589 2616
        
2590 2617
        private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate;
2591 2618
        
2619
        private BeginOperationDelegate onBeginSavePageMarkupDataDelegate;
2620
        
2621
        private EndOperationDelegate onEndSavePageMarkupDataDelegate;
2622
        
2623
        private System.Threading.SendOrPostCallback onSavePageMarkupDataCompletedDelegate;
2624
        
2592 2625
        private BeginOperationDelegate onBeginUpdateMarkupDataDelegate;
2593 2626
        
2594 2627
        private EndOperationDelegate onEndUpdateMarkupDataDelegate;
......
2956 2989
        
2957 2990
        public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted;
2958 2991
        
2992
        public event System.EventHandler<SavePageMarkupDataCompletedEventArgs> SavePageMarkupDataCompleted;
2993
        
2959 2994
        public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted;
2960 2995
        
2961 2996
        public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted;
......
4182 4217
                        mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1);
4183 4218
        }
4184 4219
        
4220
        public bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) {
4221
            return base.Channel.SavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data);
4222
        }
4223
        
4224
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4225
        public System.IAsyncResult BeginSavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState) {
4226
            return base.Channel.BeginSavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
4227
        }
4228
        
4229
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4230
        public bool EndSavePageMarkupData(System.IAsyncResult result) {
4231
            return base.Channel.EndSavePageMarkupData(result);
4232
        }
4233
        
4234
        private System.IAsyncResult OnBeginSavePageMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4235
            IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0]));
4236
            int PageNo = ((int)(inValues[1]));
4237
            string project_no = ((string)(inValues[2]));
4238
            string doc_id = ((string)(inValues[3]));
4239
            string user_id = ((string)(inValues[4]));
4240
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[5]));
4241
            return this.BeginSavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
4242
        }
4243
        
4244
        private object[] OnEndSavePageMarkupData(System.IAsyncResult result) {
4245
            bool retVal = this.EndSavePageMarkupData(result);
4246
            return new object[] {
4247
                    retVal};
4248
        }
4249
        
4250
        private void OnSavePageMarkupDataCompleted(object state) {
4251
            if ((this.SavePageMarkupDataCompleted != null)) {
4252
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4253
                this.SavePageMarkupDataCompleted(this, new SavePageMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4254
            }
4255
        }
4256
        
4257
        public void SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) {
4258
            this.SavePageMarkupDataAsync(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, null);
4259
        }
4260
        
4261
        public void SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, object userState1) {
4262
            if ((this.onBeginSavePageMarkupDataDelegate == null)) {
4263
                this.onBeginSavePageMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSavePageMarkupData);
4264
            }
4265
            if ((this.onEndSavePageMarkupDataDelegate == null)) {
4266
                this.onEndSavePageMarkupDataDelegate = new EndOperationDelegate(this.OnEndSavePageMarkupData);
4267
            }
4268
            if ((this.onSavePageMarkupDataCompletedDelegate == null)) {
4269
                this.onSavePageMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageMarkupDataCompleted);
4270
            }
4271
            base.InvokeAsync(this.onBeginSavePageMarkupDataDelegate, new object[] {
4272
                        UserState,
4273
                        PageNo,
4274
                        project_no,
4275
                        doc_id,
4276
                        user_id,
4277
                        mlmarkup_data}, this.onEndSavePageMarkupDataDelegate, this.onSavePageMarkupDataCompletedDelegate, userState1);
4278
        }
4279
        
4185 4280
        public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) {
4186 4281
            return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo);
4187 4282
        }

내보내기 Unified diff

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